source: trunk/third/librsvg/NEWS @ 18609

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