[cairo-commit] cairomm ChangeLog, 1.44, 1.45 NEWS, 1.5,
1.6 configure.in, 1.12, 1.13
Jonathon Jongsma
commit at pdx.freedesktop.org
Tue Apr 4 18:30:55 PDT 2006
Committed by: jjongsma
Update of /cvs/cairo/cairomm
In directory kemper:/tmp/cvs-serv31677
Modified Files:
ChangeLog NEWS configure.in
Log Message:
2006-04-04 Jonathon Jongsma <jonathon.jongsma at gmail.com>
* NEWS: add news for 0.6.0 release
* configure.in: bump version to 0.6.0
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairomm/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- ChangeLog 3 Apr 2006 23:52:26 -0000 1.44
+++ ChangeLog 5 Apr 2006 01:30:53 -0000 1.45
@@ -1,3 +1,8 @@
+2006-04-04 Jonathon Jongsma <jonathon.jongsma at gmail.com>
+
+ * NEWS: add news for 0.6.0 release
+ * configure.in: bump version to 0.6.0
+
2006-04-03 Jonathon Jongsma <jonathon.jongsma at gmail.com>
* examples/text-rotate/text-rotate.cc: protect PNG functions with #ifdef in
Index: NEWS
===================================================================
RCS file: /cvs/cairo/cairomm/NEWS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- NEWS 8 Feb 2006 17:28:26 -0000 1.5
+++ NEWS 5 Apr 2006 01:30:53 -0000 1.6
@@ -1,3 +1,12 @@
+0.6.0:
+
+* API:
+ - enumerations are now wrapped within the Cairo namespace. So, for example,
+ CAIRO_FORMAT_ARGB32 becomes Cairo::FORMAT_ARGB32
+* Examples: added simple text example translated from Cairo.
+* Bugfixes for the Glitz and Windows backends.
+* Build and installation improvements (Danilo Piazzalunga)
+
0.5.0:
* Surface:
Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairomm/configure.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- configure.in 31 Mar 2006 04:00:02 -0000 1.12
+++ configure.in 5 Apr 2006 01:30:53 -0000 1.13
@@ -2,7 +2,7 @@
#release versioning
GENERIC_MAJOR_VERSION=0
-GENERIC_MINOR_VERSION=5
+GENERIC_MINOR_VERSION=6
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:5:0
+GENERIC_LIBRARY_VERSION=0:6:0
# | | |
# +------+ | +---+
# | | |
More information about the cairo-commit
mailing list