[cairo-commit] cairomm AUTHORS, 1.2, 1.3 ChangeLog, 1.26, 1.27 INSTALL, 1.1.1.1, 1.2 README, 1.1.1.1, 1.2

Jonathon Jongsma commit at pdx.freedesktop.org
Fri Feb 17 07:19:33 PST 2006


Committed by: jjongsma

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

Modified Files:
	AUTHORS ChangeLog INSTALL README 
Log Message:
2006-02-17  Danilo Piazzalunga  <danilopiazza at gmail.com>

	* AUTHORS:
	* INSTALL:
	* README:
	* cairomm/exception.cc:
	* cairomm/exception.h: Remove lingering references to libxml++


Index: AUTHORS
===================================================================
RCS file: /cvs/cairo/cairomm/AUTHORS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- AUTHORS	17 Feb 2006 03:43:47 -0000	1.2
+++ AUTHORS	17 Feb 2006 15:19:30 -0000	1.3
@@ -1,5 +1,5 @@
 Please do not email us directly - use the mailing list.
-See http://libxmlplusplus.sourceforge.net
+See http://cairographics.org/lists
 
 Maintainers:
 ----------

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairomm/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- ChangeLog	17 Feb 2006 15:14:09 -0000	1.26
+++ ChangeLog	17 Feb 2006 15:19:30 -0000	1.27
@@ -1,5 +1,13 @@
 2006-02-17  Danilo Piazzalunga  <danilopiazza at gmail.com>
 
+	* AUTHORS:
+	* INSTALL:
+	* README:
+	* cairomm/exception.cc:
+	* cairomm/exception.h: Remove lingering references to libxml++
+
+2006-02-17  Danilo Piazzalunga  <danilopiazza at gmail.com>
+
 	* configure.in: Bug #5929: Output files in docs subdir only if
 	--enable-docs is set.  This prevents configure from generating files which
 	are not cleaned up when --disable-docs is used.

Index: INSTALL
===================================================================
RCS file: /cvs/cairo/cairomm/INSTALL,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- INSTALL	2 Dec 2005 13:34:41 -0000	1.1.1.1
+++ INSTALL	17 Feb 2006 15:19:30 -0000	1.2
@@ -1,9 +1,9 @@
 Simple install procedure
- ========================
+========================
 
-  % gzip -dc libxml++-<version>.tar.gz | tar xvf - # unpack the sources
-  % cd libxml++-<version>		# change to toplevel directory
+  % tar zxvf cairomm-<version>.tar.gz	# unpack the sources
+  % cd cairomm-<version>		# change to toplevel directory
   % ./configure				# run the `configure' script
-  % make				# build libxml++
-  % make install			# install libxml++
+  % make				# build cairomm
+  % make install			# install cairomm
 

Index: README
===================================================================
RCS file: /cvs/cairo/cairomm/README,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- README	2 Dec 2005 13:34:41 -0000	1.1.1.1
+++ README	17 Feb 2006 15:19:30 -0000	1.2
@@ -1,4 +1,4 @@
-libxml++
+cairomm
 -------------
 
 This library provides a C++ interface to cairo.



More information about the cairo-commit mailing list