File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# JSROOT changelog
2
2
3
3
## Changes in 5.0.3
4
- 1 . Fix - prevent excpetion when discover element position (#121 )
5
- 2 . Fix - prevent I/O failure when server automatically gzip response (#119 )
6
- 3 . Fix - lego drawing for stacked TH1 histograms
4
+ 1 . Fix - prevent exception when discover HTML element position (#121 )
5
+ 2 . Fix - prevent I/O failure when server automatically gzip response (#119 )
6
+ 3 . Fix - lego drawing for stacked TH1 histograms
7
7
8
8
9
9
## Changes in 5.0.2
10
- 1 . Fix - read branch entries as arrays
10
+ 1 . Fix - read branch entries as arrays
11
11
2 . Fix - command submission to THttpServer
12
- 3 . Fix - let refill statbox also for empty histogram
12
+ 3 . Fix - let refill statbox also for empty histogram
13
13
4 . Fix - problem with online TTree::Draw and ROOT6
14
14
15
15
16
16
## Changes in 5.0.1
17
- 1 . Support older ROOT files, created before 2010
17
+ 1 . Support older ROOT files, created before 2010
18
18
2 . Support TBranchObject - appears in old files
19
19
3 . Correctly set TBasket buffer position for the entry
20
20
4 . Fix - problem with empty STL containers
Original file line number Diff line number Diff line change 93
93
}
94
94
} ( function ( JSROOT ) {
95
95
96
- JSROOT . version = "5.0.2 7 /02/2017" ;
96
+ JSROOT . version = "5.0.3 13 /02/2017" ;
97
97
98
98
JSROOT . source_dir = "" ;
99
99
JSROOT . source_min = false ;
You can’t perform that action at this time.
0 commit comments