source: trunk/third/librsvg/NEWS @ 18805

Revision 18805, 2.8 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18804, which included commits to RCS files with non-trunk default branches.
Line 
1Version 2.2.3
2
3- All sorts of build and installation fixes
4- "Bugfix" for a regression in GTK+'s pixbuf-io loader scheme
5
6Version 2.2.2
7
8- Handle SVGZ files (Gzipped SVG)
9- Handle objectBoundingBox coordinates on gradients
10- API extensions
11- Various bugfixes and crash fixes
12
13Version 2.2.1
14
15- Better CSS style handling
16- Fix for a crasher exploited by Sodipodi. Improved gradient handling
17- RSVG allows you to specify the JPEG quality
18- Handles Kontour's conicalGradients to some extent
19
20Version 2.2.0
21
22- Better CSS style handling
23- Works in "international" locales (non-C locales) in a threadsafe manner
24- Handle rounded rects
25- Add manpage
26- Handle "ex" units better
27
28Version 2.1.5
29
30- Missed files in tarball added.
31
32Version 2.1.4
33
34- Fixed memory leak
35
36- Better handling of display and visibility styles.
37
38Version 2.1.3
39
40- Better font handling (stretch, style, variant, weight supported, inherited)
41
42Version 2.1.2
43
44- Fixed crash with non-utf8 characters.
45
46Version 2.1.1
47
48- Better ellipse rendering
49
50- New functions to set rendering DPI
51
52- Better handling of SVGs colors, gradients and images
53
54- support dashes
55
56- Includes a new gdk-pixbuf svg loader
57
58- Includes a new gimp svg loader
59
60- Now installs a binary that can rasterize svgs.
61
62Version 2.1.0
63
64- New co-maintainer Dom Lachowicz
65
66- Added new svg based gtk+ engine
67
68- Handles SVGs a lot better. Especially with regards to units.
69
70Version 2.0.1
71
72- Fixed misrender of the ScalableGorilla trashcan.
73
74Version 2.0.0
75
76- Fixed crash when trying to open empty files (Anders)
77
78Version 1.1.6
79
80- Fix division by zero crashes when scaling an .svg without dimensions (Darin)
81
82Version 1.1.5
83
84- Add another new function for use in Nautilus icons (Alex Larsson)
85
86Version 1.1.4
87
88- Add new function for auto-scaling svg for use in Nautilus icons (Alex Larsson)
89- Fix xml parsing to read much faster and work around libxml bug (Michael Meeks)
90- Add back handling for .svg file without width and height (Darin)
91- Improved internal error handling (Darin)
92
93Version 1.1.3
94
95- Fix major storage leaks (Anders)
96
97Version 1.1.2
98
99- Use the new intersector (Alex)
100
101Version 1.1.1
102
103- Ported to Gnome 2 (Ramiro, Darin)
104- Ported to Pango instead of using FreeType directly (Darin)
105- Replace FILE-based API with data pushing API (Jonathan)
106
107- Use pkgconfig rather than config scripts or .m4 files (Ramiro)
108- Use stuff from libart rather than having our own copies (Darin)
109- Move art_render_mask into libart (Darin)
110- Use locale-independent functions for parsing the XML files,
111  not <ctype.h>, which is locale dependent (Darin)
112- Other misc. API cleanups (Jonathan).
113- Fix NULL-dereference bugs in gradient code (Darin)
114- Fix handling of empty .svg files (Darin)
115- Measures strings propertly taking affine into account (Darin)
116- Fix empty struct portability problem (Darin)
117- Other build fixes (Owen, Jacob, Anders)
Note: See TracBrowser for help on using the repository browser.