Update since directory changed after server compromise.

This commit is contained in:
Carl Worth 2005-01-21 11:20:55 +00:00
parent fdf1ed1185
commit 1463fbb6c9
3 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2005-01-21 Carl Worth <cworth@cworth.org>
* Makefile.am (RELEASE_UPLOAD_DIR): Update since directory changed
after server compromise.
2005-01-20 Carl Worth <cworth@cworth.org>
* test/cairo_test.c: Add a bunch of missing include directives,

View file

@ -15,7 +15,7 @@ pkgconfig_DATA = cairo.pc
# 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@cairographics.org

View file

@ -32,8 +32,8 @@ fixes are committed. Here are the steps to follow:
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 @@ fixes are committed. Here are the steps to follow:
* 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).