summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-11-08 00:16:46 -0500
committerWill Thompson <will.thompson@collabora.co.uk>2010-11-08 00:16:46 -0500
commit4d4a1e266727de9ed1cba2707006435a389cac90 (patch)
tree1b7b80d836345a8e428714ef56fe72c0fc47b423
parentb3c18c486dbb1fd2c6221d26fd64719d73ff4200 (diff)
HACKING: Fix release URL; be honest about NEWSdbus-glib_0.90
-rw-r--r--HACKING8
1 files changed, 4 insertions, 4 deletions
diff --git a/HACKING b/HACKING
index 76a4d3e..b7861c7 100644
--- a/HACKING
+++ b/HACKING
@@ -50,8 +50,6 @@ system. The current number in configure.ac should be odd.
To make a release (please replace use of 0.76 with the new version)
-* Review git log, update NEWS file (this step may go away once someone writes a tool)
-* git commit NEWS
* make
* make distcheck
* edit configure.ac, change version to even (e.g. 0.75 -> 0.76)
@@ -60,8 +58,10 @@ To make a release (please replace use of 0.76 with the new version)
* make distcheck
* git commit -m "Release"
* git tag -a dbus-glib_0.76
-* scp resulting tarball to ssh://gabe.freedesktop.org/srv/dbus.freedesktop.org/releases/dbus-glib
+* scp resulting tarball to ssh://gabe.freedesktop.org/srv/dbus.freedesktop.org/www/releases/dbus-glib/
* edit configure.ac, change version to odd (e.g. 0.76 -> 0.77)
* git commit -m "Bump version for development"
* Update the wiki: http://www.freedesktop.org/wiki/Software/DBusBindings
-* Announce the release on the mailing list
+* Announce the release on the mailing list, summarizing notable changes.
+
+NEWS is unmaintained.