[cairo-commit] cairomm ChangeLog, 1.85, 1.86 NEWS, 1.8,
1.9 configure.in, 1.22, 1.23
Jonathon Jongsma
commit at pdx.freedesktop.org
Mon Aug 21 12:16:47 PDT 2006
Committed by: jjongsma
Update of /cvs/cairo/cairomm
In directory kemper:/tmp/cvs-serv28119
Modified Files:
ChangeLog NEWS configure.in
Log Message:
2006-08-21 Jonathon Jongsma <jonathon.jongsma at gmail.com>
* NEWS: update for 1.2.2
* configure.in: bump to next even number (1.2.2)
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairomm/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- ChangeLog 21 Aug 2006 14:04:28 -0000 1.85
+++ ChangeLog 21 Aug 2006 19:16:45 -0000 1.86
@@ -1,3 +1,10 @@
+1.2.2:
+
+2006-08-21 Jonathon Jongsma <jonathon.jongsma at gmail.com>
+
+ * NEWS: update for 1.2.2
+ * configure.in: bump to next even number (1.2.2)
+
2006-08-21 Cedric Gustin <cedric.gustin at gmail.com>
* cairomm/win32_surface.cc: Explicitly cast Cairo::Format to
Index: NEWS
===================================================================
RCS file: /cvs/cairo/cairomm/NEWS,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- NEWS 20 Aug 2006 17:18:02 -0000 1.8
+++ NEWS 21 Aug 2006 19:16:45 -0000 1.9
@@ -1,3 +1,7 @@
+1.2.2:
+
+* Fixed an issue when compiling on windows with MSVC
+
1.2.0:
* This is the first release that guarantees API and ABI stability
Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairomm/configure.in,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- configure.in 20 Aug 2006 19:02:57 -0000 1.22
+++ configure.in 21 Aug 2006 19:16:45 -0000 1.23
@@ -3,7 +3,7 @@
#release versioning
GENERIC_MAJOR_VERSION=1
GENERIC_MINOR_VERSION=2
-GENERIC_MICRO_VERSION=1
+GENERIC_MICRO_VERSION=2
GENERIC_VERSION=$GENERIC_MAJOR_VERSION.$GENERIC_MINOR_VERSION.$GENERIC_MICRO_VERSION
AC_SUBST(GENERIC_MAJOR_VERSION)
AC_SUBST(GENERIC_MINOR_VERSION)
More information about the cairo-commit
mailing list