summaryrefslogtreecommitdiff
path: root/doc/RELEASING
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-05-19 17:15:41 +0100
committerNick White <git@njw.me.uk>2010-05-19 17:15:41 +0100
commite91ec0d87aa31cb465fe8cf934d405ad56342eba (patch)
tree1709e437c0d8f144bec479975a777c6ae8580eba /doc/RELEASING
parent6cf58b46037cf04915fa507813ab7419db2e45ec (diff)
Switched to simpler build system, and fixed bugs
Now there's a proper build system in place, which is actually simple enough to understand. I also fixed plenty of warnings about the code (reminding me how badly I knew C when I wrote this). Hinduism today aren't indexing their new issues using the index file I was sourcing any more, so I don't expect to fix any more bugs or improve this much.
Diffstat (limited to 'doc/RELEASING')
-rw-r--r--doc/RELEASING45
1 files changed, 0 insertions, 45 deletions
diff --git a/doc/RELEASING b/doc/RELEASING
deleted file mode 100644
index 6260e96..0000000
--- a/doc/RELEASING
+++ /dev/null
@@ -1,45 +0,0 @@
-== PROCEDURE FOR MAKING A NEW RELEASE ==
-
-- Version Number -
-1. Set version number in build system
- configure.ac
-2. Tag current commit in git
- git-tag -s vX.X
- git-push --tags
-
-- Source Tarball -
-1. Create a clean tarball, and sign & checksum it
- ./prepare-release.sh
-2. Upload tarball & related files
- scp getht-*.tar.bz2* <user>@dl.sv.nongnu.org:/releases/getht/
-
-- Webpages -
-1. Get downloads webpage
- wget http://download.savannah.gnu.org/releases/getht/
-2. Add new version information
-3. Upload updated webpage
- scp index.html <user>@dl.sv.nongnu.org:/releases/getht/
-4. Take screenshot of new version
-5. Upload new screenshot
- cvs commit
-
-- Infrastructure -
-1. Add to new version option to bug tracker
- https://savannah.nongnu.org/bugs/admin/field_values.php?group_id=9005&list_value=1&field=release_id
-
-- Announcement -
-1. Post news to mailing list
- getht-general@nongnu
-2. Post news to Savannah
- https://savannah.nongnu.org/news/submit.php?group=getht
-3. Post new version to the following directories:
- Freshmeat: http://freshmeat.net/add-release/64475/
- IceWalkers: http://www.icewalkers.com/submit.php?ID=3035
- SourceWell: http://sourcewell.berlios.de/updapp.php?id=3655
-
-- Clean up -
-1. Delete local copy of release files
- rm index.html getht-*.tar.bz2*
-
-- Packaging -
-1. Update packages maintained