[cairo-commit] cairomm ChangeLog,1.76,1.77 configure.in,1.18,1.19

Jonathon Jongsma commit at pdx.freedesktop.org
Fri Aug 18 10:03:35 PDT 2006


Committed by: jjongsma

Update of /cvs/cairo/cairomm
In directory kemper:/tmp/cvs-serv27225

Modified Files:
	ChangeLog configure.in 
Log Message:
2006-08-18  Jonathon Jongsma  <jonathon.jongsma at gmail.com>

	* cairomm/context.cc:
	* cairomm/context.h: API CHANGE: some API was changed to maintain a closer
	similarity to the underlying cairo API (while also attempting to avoid
	confusion with the C++ 'new' keyword) in preparation for freezing the
	cairomm API.  Two functions are affected:
		- Context::clear_path() -> Context::begin_new_path()
		- Context::new_sub_path() -> Context::begin_new_sub_path()
	* configure.in: bump the libtool version to indicate API change


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairomm/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- ChangeLog	16 Aug 2006 02:27:45 -0000	1.76
+++ ChangeLog	18 Aug 2006 17:03:33 -0000	1.77
@@ -1,3 +1,14 @@
+2006-08-18  Jonathon Jongsma  <jonathon.jongsma at gmail.com>
+
+	* cairomm/context.cc:
+	* cairomm/context.h: API CHANGE: some API was changed to maintain a closer
+	similarity to the underlying cairo API (while also attempting to avoid
+	confusion with the C++ 'new' keyword) in preparation for freezing the
+	cairomm API.  Two functions are affected:
+		- Context::clear_path() -> Context::begin_new_path()
+		- Context::new_sub_path() -> Context::begin_new_sub_path()
+	* configure.in: bump the libtool version to indicate API change
+
 2006-08-15  Jonathon Jongsma  <jonathon.jongsma at gmail.com>
 
 	* cairomm/context.cc: remove another TODO.  I looked at cairo_append_path,

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairomm/configure.in,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- configure.in	9 Jul 2006 21:04:44 -0000	1.18
+++ configure.in	18 Aug 2006 17:03:33 -0000	1.19
@@ -11,7 +11,7 @@
 AC_SUBST(GENERIC_VERSION)
 
 #shared library versioning
-GENERIC_LIBRARY_VERSION=0:7:0
+GENERIC_LIBRARY_VERSION=0:8:0
 #                       | | |
 #                +------+ | +---+
 #                |        |     |



More information about the cairo-commit mailing list