librsvg r1177 - trunk



Author: vuntz
Date: Tue Sep 23 00:58:00 2008
New Revision: 1177
URL: http://svn.gnome.org/viewvc/librsvg?rev=1177&view=rev

Log:
2008-09-23  Vincent Untz  <vuntz gnome org>

	* NEWS:
	* configure.in: version 2.22.3


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Sep 23 00:58:00 2008
@@ -1,3 +1,26 @@
+Version 2.22.3
+
+- Make librsvg buildable on windows without freetype dependency
+- Fix build and tests
+- Fix the handling of the stroke-dashoffset property
+- Bad rendering for some wacko SVG path data
+- Fix some arcs not being well drawn in SVG path
+- Fix various crashes
+- Set license field of GdkPixBufFormat in the SVG loader
+- Migrate use of GMemChunk to GSlice
+- If an ID is not found, return an error and/or do not render whole SVG
+
+Version 2.22.2
+
+- Fix rsvg-convert crash in  _rsvg_acquire_xlink_href_resource()
+
+Version 2.22.1
+
+- If a moveto is followed by multiple pairs of coordinates, the subsequent
+  pairs are treated as implicit lineto commands.
+- Handle display:none
+- Handle xml:space="preserve"
+
 Version 2.22.0
 
 - Text rendering fixes (especially for non-ASCII text)

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Sep 23 00:58:00 2008
@@ -22,7 +22,7 @@
 
 LIBRSVG_MAJOR_VERSION=2
 LIBRSVG_MINOR_VERSION=22
-LIBRSVG_MICRO_VERSION=2
+LIBRSVG_MICRO_VERSION=3
 AC_SUBST(LIBRSVG_MAJOR_VERSION)
 AC_SUBST(LIBRSVG_MINOR_VERSION)
 AC_SUBST(LIBRSVG_MICRO_VERSION)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]