summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-09-29 02:55:05 +0000
committerHavoc Pennington <hp@redhat.com>2003-09-29 02:55:05 +0000
commit626db3fc5c36879186315fcc6de78824a7b75e9b (patch)
tree28160e5599c5e57427a2fdc3715f033675cfa74a
parentc5cf3857b114d0008a6d8191abf389064b5a66fc (diff)
downloaddbus-object-names.tar.gz
2003-09-28 Havoc Pennington <hp@pobox.com>dbus-object-names
* HACKING: update to reflect new server
-rw-r--r--ChangeLog4
-rw-r--r--HACKING9
2 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f68da09..ef77996e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-28 Havoc Pennington <hp@pobox.com>
+
+ * HACKING: update to reflect new server
+
2003-09-26 Seth Nickell <seth@gnome.org>
* python/dbus.py:
diff --git a/HACKING b/HACKING
index 3bd2e094..1faad127 100644
--- a/HACKING
+++ b/HACKING
@@ -90,11 +90,12 @@ To make a release of D-BUS, do the following:
- once the commit succeeds, "cvs tag DBUS_X_Y_Z" where
X_Y_Z map to version X.Y.Z
- - check out the "web" module, copy the tarball to
- web/content/software/dbus/releases, "cvs add -kb dbus-x.y.z.tar.gz"
+ - scp your tarball to freedesktop.org server and copy it
+ to /home/www/twiki/Software/dbus/releases. This should
+ be possible if you're in group "dbus"
- - update web/content/software/dbus/main.in with a pointer to the
- tarball
+ - update the wiki page http://pdx.freedesktop.org/Software/dbus
+ to list your new release
- post to message-bus-list@freedesktop.org announcing the release.