[cairo-commit] cairomm ChangeLog, 1.83, 1.84 Makefile.am, 1.10, 1.11 configure.in, 1.21, 1.22

Jonathon Jongsma commit at pdx.freedesktop.org
Sun Aug 20 12:02:59 PDT 2006


Committed by: jjongsma

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

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

	* Makefile.am: fix up the release announcement template to explain what
	cairomm is at the top of the email before telling where to get it.
	* configure.in: post-release bump (1.2.1)


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairomm/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- ChangeLog	20 Aug 2006 17:18:02 -0000	1.83
+++ ChangeLog	20 Aug 2006 19:02:57 -0000	1.84
@@ -1,3 +1,9 @@
+2006-08-20  Jonathon Jongsma  <jonathon.jongsma at gmail.com>
+
+	* Makefile.am: fix up the release announcement template to explain what
+	cairomm is at the top of the email before telling where to get it.
+	* configure.in: post-release bump (1.2.1)
+
 1.2.0:
 
 2006-08-20  Jonathon Jongsma  <jonathon.jongsma at gmail.com>

Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairomm/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile.am	20 Aug 2006 03:25:03 -0000	1.10
+++ Makefile.am	20 Aug 2006 19:02:57 -0000	1.11
@@ -84,6 +84,9 @@
 	@echo "Subject: $(PACKAGE) release $(VERSION) now available"
 	@echo ""
 	@echo "============================== CUT HERE =============================="
+	@echo "cairomm is a C++ API for the cairo graphics library.  For more "
+	@echo "information, see http://cairographics.org/cairomm"
+	@echo ""
 	@echo "A new $(PACKAGE) release $(VERSION) is now available from:"
 	@echo ""
 	@echo "	$(RELEASE_URL_BASE)/$(tar_file)"
@@ -97,8 +100,8 @@
 	@echo "	$(RELEASE_URL_BASE)/$(gpg_file)"
 	@echo "	(signed by `getent passwd "$$USER" | cut -d: -f 5 | cut -d, -f 1`)"
 	@echo ""
-	@echo "cairomm is a C++ API for the cairo graphics library.  For more "
-	@echo "information, see http://cairographics.org/cairomm"
+	@echo "WHAT'S NEW"
+	@echo "=========="
 	@echo ""
 	@echo "============================== CUT HERE =============================="
 	@echo "Also, please include the new entries from the NEWS file."

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairomm/configure.in,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- configure.in	20 Aug 2006 17:18:02 -0000	1.21
+++ configure.in	20 Aug 2006 19:02:57 -0000	1.22
@@ -3,7 +3,7 @@
 #release versioning
 GENERIC_MAJOR_VERSION=1
 GENERIC_MINOR_VERSION=2
-GENERIC_MICRO_VERSION=0
+GENERIC_MICRO_VERSION=1
 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