Skip to content

Commit

Permalink
Prepare for 4.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Mar 31, 2016
1 parent 6131c04 commit 9ff526f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# JSROOT changelog

## Changes in 4.4.1
1. Fix - colz palette resize when drawing histogram second time
2. Fix - use embeded in TCanvas color for background color of canvas itself
3. Fix - rotate too long X axis text labels
4. Fix - draw histogram bins on frame boundary
5. Fix - use alternative color for shapes with default black color
6. Fix - correctly handle pcon/pgon shape with rmin==rmax on top or bottom side


## Changes in 4.4
1. Fix faces orientation for all TGeo shapes.
2. Improve TGeoTorus creation - handle all parameters combinations
Expand Down
2 changes: 1 addition & 1 deletion scripts/JSRootCore.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
}
} (function(JSROOT) {

JSROOT.version = "4.4.0 24/03/2016";
JSROOT.version = "4.4.1 31/03/2016";

JSROOT.source_dir = "";
JSROOT.source_min = false;
Expand Down

0 comments on commit 9ff526f

Please sign in to comment.