[cairo-commit] cairomm ChangeLog, 1.17, 1.18 NEWS, 1.3, 1.4 configure.in, 1.6, 1.7

Murray Cumming commit at pdx.freedesktop.org
Fri Jan 27 11:01:14 PST 2006


Committed by: murrayc

Update of /cvs/cairo/cairomm
In directory gabe:/tmp/cvs-serv2905

Modified Files:
	ChangeLog NEWS configure.in 
Log Message:
Increase version.

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairomm/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- ChangeLog	26 Jan 2006 15:59:15 -0000	1.17
+++ ChangeLog	27 Jan 2006 19:01:12 -0000	1.18
@@ -1,3 +1,10 @@
+0.5.0:
+
+2006-01-26  Murray Cumming  <murrayc at murrayc.com>
+
+	* examples/ps-surface/main.cc:
+	* examples/svg-surface/main.cc: Correct the text of the messages.
+
 2006-01-25  Jonathon Jongsma  <jonathon.jongsma at gmail.com>
 
 	* configure.in:

Index: NEWS
===================================================================
RCS file: /cvs/cairo/cairomm/NEWS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- NEWS	23 Dec 2005 15:11:55 -0000	1.3
+++ NEWS	27 Jan 2006 19:01:12 -0000	1.4
@@ -1,3 +1,17 @@
+0.5.0:
+
+* Surface:
+  - Created derived classes for PDF, PS, SVG, Glitz, 
+  X11 and Win32 surfaces, which are only available if your copy 
+  of cairo supports those surfaces. The X11 and Win32 Surface headers 
+  must be #included explicitly.
+  (Jonathon Jongsma)
+  - Added write_to_png() and write_to_png_stream(), available when PNG 
+  support is available in Cairo.
+  (Jonathon Jongsma)
+* Examples: Added PNG, PDF, PS, and SVG Surface examples.
+  (Jonathon Jongsma)
+ 
 0.4.0:
 
 * Add Cairo::RefPtr<> and use all reference-counted 

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairomm/configure.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- configure.in	26 Jan 2006 15:59:15 -0000	1.6
+++ configure.in	27 Jan 2006 19:01:12 -0000	1.7
@@ -2,7 +2,7 @@
 
 #release versioning
 GENERIC_MAJOR_VERSION=0
-GENERIC_MINOR_VERSION=4
+GENERIC_MINOR_VERSION=5
 GENERIC_MICRO_VERSION=0
 GENERIC_VERSION=$GENERIC_MAJOR_VERSION.$GENERIC_MINOR_VERSION.$GENERIC_MICRO_VERSION
 AC_SUBST(GENERIC_MAJOR_VERSION)
@@ -11,7 +11,7 @@
 AC_SUBST(GENERIC_VERSION)
 
 #shared library versioning
-GENERIC_LIBRARY_VERSION=0:4:0
+GENERIC_LIBRARY_VERSION=0:5:0
 #                       | | |
 #                +------+ | +---+
 #                |        |     |



More information about the cairo-commit mailing list