Skip to content

Commit e82a887

Browse files
committed
Prepare for 5.0.3
1 parent 93ddcaa commit e82a887

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

changes.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# JSROOT changelog
22

33
## 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
77

88

99
## Changes in 5.0.2
10-
1. Fix - read branch entries as arrays
10+
1. Fix - read branch entries as arrays
1111
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
1313
4. Fix - problem with online TTree::Draw and ROOT6
1414

1515

1616
## Changes in 5.0.1
17-
1. Support older ROOT files, created before 2010
17+
1. Support older ROOT files, created before 2010
1818
2. Support TBranchObject - appears in old files
1919
3. Correctly set TBasket buffer position for the entry
2020
4. Fix - problem with empty STL containers

scripts/JSRootCore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
}
9494
} (function(JSROOT) {
9595

96-
JSROOT.version = "5.0.2 7/02/2017";
96+
JSROOT.version = "5.0.3 13/02/2017";
9797

9898
JSROOT.source_dir = "";
9999
JSROOT.source_min = false;

0 commit comments

Comments
 (0)