From 1463fbb6c90a9a6faff0d4d1b65d375e416dafd4 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 21 Jan 2005 11:20:55 +0000 Subject: [PATCH] Update since directory changed after server compromise. --- ChangeLog | 5 +++++ Makefile.am | 2 +- RELEASING | 6 +++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 957bfd2ac..435236519 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-01-21 Carl Worth + + * Makefile.am (RELEASE_UPLOAD_DIR): Update since directory changed + after server compromise. + 2005-01-20 Carl Worth * test/cairo_test.c: Add a bunch of missing include directives, diff --git a/Makefile.am b/Makefile.am index aaddd9e6e..3a33e9a7c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/RELEASING b/RELEASING index cfae2df0a..9088f9b5d 100644 --- a/RELEASING +++ b/RELEASING @@ -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).