[cairo-commit] cairo ChangeLog, 1.995, 1.996 Makefile.am, 1.23, 1.24 RELEASING, 1.18, 1.19

Carl Worth commit at pdx.freedesktop.org
Wed Aug 24 05:28:30 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog Makefile.am RELEASING 
Log Message:

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

        * Makefile.am:
        * RELEASING: Change upload directory from snapshots to releases
        now thatwe're doing stable releases of cairo.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.995
retrieving revision 1.996
diff -u -d -r1.995 -r1.996
--- ChangeLog	24 Aug 2005 12:25:51 -0000	1.995
+++ ChangeLog	24 Aug 2005 12:28:28 -0000	1.996
@@ -1,5 +1,11 @@
 2005-08-24  Carl Worth  <cworth at cworth.org>
 
+	* Makefile.am:
+	* RELEASING: Change upload directory from snapshots to releases
+	now thatwe're doing stable releases of cairo.
+
+2005-08-24  Carl Worth  <cworth at cworth.org>
+
 	* configure.in: Give PostScript and PDF backends the experimental
 	treatment, disabling them by default.
 

Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/Makefile.am,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- Makefile.am	23 Aug 2005 16:10:45 -0000	1.23
+++ Makefile.am	24 Aug 2005 12:28:28 -0000	1.24
@@ -27,8 +27,8 @@
 
 RELEASE_UPLOAD_HOST =   cairographics.org
 RELEASE_UPLOAD_BASE =	/srv/cairo.freedesktop.org/www
-RELEASE_UPLOAD_DIR =	$(RELEASE_UPLOAD_BASE)/snapshots
-RELEASE_URL_BASE = 	http://cairographics.org/snapshots
+RELEASE_UPLOAD_DIR =	$(RELEASE_UPLOAD_BASE)/releases
+RELEASE_URL_BASE = 	http://cairographics.org/releases
 RELEASE_ANNOUNCE_LIST = cairo-announce at cairographics.org (and CC gnome-announce-list at gnome.org)
 
 MANUAL_DATED =		cairo-manual-`date +%Y%m%d`

Index: RELEASING
===================================================================
RCS file: /cvs/cairo/cairo/RELEASING,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- RELEASING	13 Aug 2005 12:00:20 -0000	1.18
+++ RELEASING	24 Aug 2005 12:28:28 -0000	1.19
@@ -68,7 +68,7 @@
 	* Generate the final tar file
 	* Generate an sha1sum file
 	* Sign the sha1sum using your GPG setup (asks for your GPG password)
-	* scp the three files to appear on http://cairographics.org/snapshots
+	* scp the three files to appear on http://cairographics.org/releases
 	* Place local copies of the three files in the releases directory
 	* Create a LATEST-package-version file (after deleting any old one)
 	* Tag the entire source tree with a tag of the form RELEASE_X_Y_Z



More information about the cairo-commit mailing list