From b926aaa5bf89e24d765b6a902f41b8653565d055 Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Mon, 2 Mar 2009 08:03:58 +0000 Subject: [PATCH] 1.0.26.1: Modify uploading instructions in release checklist --- doc/internals-notes/release-checklist.txt | 7 +++++-- version.lisp-expr | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/internals-notes/release-checklist.txt b/doc/internals-notes/release-checklist.txt index 8ecb723..dc23421 100644 --- a/doc/internals-notes/release-checklist.txt +++ b/doc/internals-notes/release-checklist.txt @@ -78,8 +78,11 @@ for sf anonymous ftp: # scp $stem shell1.sourceforge.net:/home/groups/ftp/pub/sbcl/$stem-x.y.z # done for sf 'module release' system: - * Upload the distribution files via anonymous ftp to - upload.sourceforge.net in the /incoming directory. + # no longer possible now that sf doesn't have upload.sourceforge.net + # * Upload the distribution files via anonymous ftp to + # upload.sourceforge.net in the /incoming directory. + * Upload the distribution files via sftp to the uploads/ directory at + $sfuser@frs.sourceforge.net * possible shortcuts: diff --git a/version.lisp-expr b/version.lisp-expr index c3731e8..e6987e1 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"1.0.26" +"1.0.26.1" -- 1.7.10.4