diff options
author | marha <marha@users.sourceforge.net> | 2012-03-12 10:33:22 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-03-12 10:33:22 +0100 |
commit | 41bd254198b8b879a562a85f7dc868c3c0f7fbc1 (patch) | |
tree | 3db49b4d73b8c4c734c1382ab5469a4f9f8baf93 /freetype/docs/release | |
parent | b91444584a64f4f7b3eaeee05ef36ac53691fb24 (diff) | |
download | vcxsrv-41bd254198b8b879a562a85f7dc868c3c0f7fbc1.tar.gz vcxsrv-41bd254198b8b879a562a85f7dc868c3c0f7fbc1.tar.bz2 vcxsrv-41bd254198b8b879a562a85f7dc868c3c0f7fbc1.zip |
Updated to freetype-2.4.9
Diffstat (limited to 'freetype/docs/release')
-rw-r--r-- | freetype/docs/release | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/freetype/docs/release b/freetype/docs/release index 5e2d51f88..28a823598 100644 --- a/freetype/docs/release +++ b/freetype/docs/release @@ -70,7 +70,7 @@ How to prepare a new release #!/bin/sh - VERSION=2.3.11 + VERSION=2.4.8 SAVANNAH_USER=wl SOURCEFORGE_USER=wlemb @@ -149,10 +149,24 @@ How to prepare a new release # EOF -. While files on savannah.gnu.org are automatically moved to the right - directory, it must be done manually on SourceForge. Do that now. +. Prepare a README for SourceForge and upload it with the following + script (with updated `$VERSION' and $SOURCEFORGE_USER variables). -. Update the FreeType release notes on SourceForge. + #!/bin/sh + + VERSION=2.4.8 + SOURCEFORGE_USER=wlemb + + ##################################################################### + + rsync -avP -e ssh README \ + $SOURCEFORGE_USER,freetype@frs.sf.net:/home/frs/project/f/fr/freetype/freetype2/$VERSION/ + + # EOF + +. On SourceForge, tag the just uploaded `ftXXXX.zip' and + `freetype-XXX.tar.bz2' files as the default files to download for + `Windows' and `Others', respectively. . Copy the reference files (generated by `make dist') to @@ -182,7 +196,7 @@ How to prepare a new release ---------------------------------------------------------------------- -Copyright 2003, 2005, 2006, 2007, 2009 by +Copyright 2003, 2005-2007, 2009, 2011 by David Turner, Robert Wilhelm, and Werner Lemberg. This file is part of the FreeType project, and may only be used, |