[cairo-commit] cairo ChangeLog, 1.888, 1.889 Makefile.am, 1.18, 1.19 configure.in, 1.124, 1.125

Carl Worth commit at pdx.freedesktop.org
Sat Aug 13 05:33:23 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv28184

Modified Files:
	ChangeLog Makefile.am configure.in 
Log Message:

2005-08-13  Carl Worth  <cworth at cworth.org>

        * configure.in: Increment CAIRO_VERSION to 0.9.3 after tagging
        RELEASE_0_9_2.

        * Makefile.am (release-publish): Slight rewording of announcement
        email.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.888
retrieving revision 1.889
diff -u -d -r1.888 -r1.889
--- ChangeLog	13 Aug 2005 12:00:20 -0000	1.888
+++ ChangeLog	13 Aug 2005 12:33:21 -0000	1.889
@@ -1,5 +1,13 @@
 2005-08-13  Carl Worth  <cworth at cworth.org>
 
+	* configure.in: Increment CAIRO_VERSION to 0.9.3 after tagging
+	RELEASE_0_9_2.
+
+	* Makefile.am (release-publish): Slight rewording of announcement
+	email.
+
+2005-08-13  Carl Worth  <cworth at cworth.org>
+
 	* NEWS: Added notes for release 0.9.2.
 	
 	* configure.in: Increment CAIRO_VERSION to 0.9.2 and libtool

Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/Makefile.am,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Makefile.am	13 Aug 2005 07:20:45 -0000	1.18
+++ Makefile.am	13 Aug 2005 12:33:21 -0000	1.19
@@ -1,4 +1,4 @@
-DIST_SUBDIRS = pixman src test doc
+DIST_SUBDIRS = pixman src test docREEL
 SUBDIRS = pixman src doc
 
 # libpng is required for our test programs
@@ -28,7 +28,7 @@
 RELEASE_UPLOAD_HOST =   cairographics.org
 RELEASE_UPLOAD_DIR =    /srv/cairo.freedesktop.org/www/snapshots
 RELEASE_URL_BASE = 	http://cairographics.org/snapshots
-RELEASE_ANNOUNCE_LIST = cairo-announce at cairographics.org
+RELEASE_ANNOUNCE_LIST = cairo-announce at cairographics.org (and CC gnome-announce-list at gnome.org)
 
 CVS=cvs
 
@@ -83,9 +83,13 @@
 	@echo "A new $(PACKAGE) release $(VERSION) is now available from:"
 	@echo ""
 	@echo "	$(RELEASE_URL_BASE)/$(tar_file)"
+	@echo ""
+	@echo "    which can be verified with:"
+	@echo ""
 	@echo "	$(RELEASE_URL_BASE)/$(sha1_file)"
 	@echo -n "	"
 	@cat releases/$(sha1_file)
+	@echo ""
 	@echo "	$(RELEASE_URL_BASE)/$(gpg_file)"
 	@echo "	(signed by `getent passwd "$$USER" | cut -d: -f 5 | cut -d, -f 1`)"
 	@echo ""

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -d -r1.124 -r1.125
--- configure.in	13 Aug 2005 12:00:20 -0000	1.124
+++ configure.in	13 Aug 2005 12:33:21 -0000	1.125
@@ -5,7 +5,7 @@
 # An even micro number indicates a released version.
 m4_define(cairo_version_major, 0)
 m4_define(cairo_version_minor, 9)
-m4_define(cairo_version_micro, 2)
+m4_define(cairo_version_micro, 3)
 
 AC_INIT([cairo],
       cairo_version_major.cairo_version_minor.cairo_version_micro,




More information about the cairo-commit mailing list