-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathChangeLog
52 lines (28 loc) · 1.28 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
=== Build Gear v0.9.26 ===
Changes since Build Gear v0.9.25:
* Fixed html doc output encoding type
Forced html output encoding to UTF-8 to fix html whitespace rendering
issues.
* Cleaned up tabs in doc/Makefile.am
Jesper Larsen:
* Test for past-the-end list element before dereference
Changes since Build Gear v0.9.24:
Jesper Larsen:
* Make string copies of output streams for cout
Fixes building on wily distribution
* Fix small typo
Martin Lund:
* Fix autogenerated load-chart SVG output
In recent releases of EOG (Eye of Gnome) the data points of the
autogenerated load-chart SVG are displayed incorrectly (looks inverted).
This is the result of the SVG rendering in EOG now adhering more stricly
to the SVG standard which specifies that the "height" parameter value
used in the rect element must be positive only.
It turns out this is the very reason that the autogenerated SVGs were
not being displayed with eg. Inkscape which would simply silently ignore
negative rectangle height value.
The fixed SVG output has been tested successfully with EOG, Inkscape,
Firefox, and ImageMagick display.
* Remove no output files warning
While it is true there is no package output files there might be output
files in the $OUTPUT directory.