[cairo-commit] cairo ChangeLog, 1.315, 1.316 Makefile.am, 1.8, 1.9 RELEASING, 1.7, 1.8

Carl Worth commit at pdx.freedesktop.org
Fri Jan 21 11:20:57 PST 2005


Committed by: cworth

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

Modified Files:
	ChangeLog Makefile.am RELEASING 
Log Message:

        * Makefile.am (RELEASE_UPLOAD_DIR): Update since directory changed
        after server compromise.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.315
retrieving revision 1.316
diff -u -d -r1.315 -r1.316
--- ChangeLog	21 Jan 2005 04:45:38 -0000	1.315
+++ ChangeLog	21 Jan 2005 19:20:55 -0000	1.316
@@ -1,3 +1,8 @@
+2005-01-21  Carl Worth  <cworth at cworth.org>
+
+	* Makefile.am (RELEASE_UPLOAD_DIR): Update since directory changed
+	after server compromise.
+
 2005-01-20  Carl Worth  <cworth at cworth.org>
 
 	* test/cairo_test.c: Add a bunch of missing include directives,

Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.am	4 Nov 2004 22:23:50 -0000	1.8
+++ Makefile.am	21 Jan 2005 19:20:55 -0000	1.9
@@ -15,7 +15,7 @@
 # or		make release-publish
 
 RELEASE_UPLOAD_HOST =   cairographics.org
-RELEASE_UPLOAD_DIR =    /home/www/cairo/snapshots
+RELEASE_UPLOAD_DIR =    /srv/cairo.freedesktop.org/www/snapshots
 RELEASE_URL_BASE = 	http://cairographics.org/snapshots
 RELEASE_ANNOUNCE_LIST = cairo-announce at cairographics.org
 

Index: RELEASING
===================================================================
RCS file: /cvs/cairo/cairo/RELEASING,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- RELEASING	4 Nov 2004 22:23:50 -0000	1.7
+++ RELEASING	21 Jan 2005 19:20:55 -0000	1.8
@@ -32,8 +32,8 @@
 	to other entries in NEWS. Take special care to note any
 	incompatible changes in the API. These should be easy to find
 	by looking for cairo.h in the ChangeLog. Additionally, the
-	output following command should be examined using the previous
-	snapshot tag:
+	output of the following command should be examined using the
+	previous snapshot tag:
 
 		cvs diff -r SNAPSHOT_X_Y_Z src/cairo.h
 
@@ -62,7 +62,7 @@
 	* Verify that make distcheck completes successfully
 	* Generate the final tar file
 	* Generate an md5sum file
-	* scp both files to cairographics.org:/home/www/cairo/snapshots
+	* scp both files to appear on http://cairographics.org/snapshots
 	* Create a LATEST-package-version file (after deleting any old one)
 	* Place local copies of both files in the releases directory
 	* Provide some text for the release announcement (see below).




More information about the cairo-commit mailing list