diff options
author | Simon McVittie <smcv@debian.org> | 2011-04-11 16:53:03 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2011-04-11 16:53:03 +0100 |
commit | 3e6b351f189f89af76fe1fd6e63a5171fae18284 (patch) | |
tree | ffdadf391c879ba6e207af377d7a9c45efc5de51 /HACKING | |
parent | b03dfc9ec734204fa8f5e2a6fa75ad2a1973e346 (diff) | |
download | dbus-upstream/1.5.0.tar.gz |
Imported Upstream version 1.5.0upstream/1.5.0
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -154,6 +154,10 @@ To make a release of D-Bus, do the following: - update the file NEWS based on the git history + - verify that the version number of dbus-specification.xml is + changed if it needs to be; if changes have been made, update the + release date in that file + - update the AUTHORS file with "make update-authors" if necessary - the version number should have major.minor.micro, even @@ -175,7 +179,8 @@ To make a release of D-Bus, do the following: - bump the version number up in configure.ac (so the micro version is odd), and commit it. Make sure you do this *after* tagging the previous release! The idea is that git has a newer version number - than anything released. + than anything released. Similarly, bump the version number of + dbus-specification.xml and set the release date to "(not finalized)". - merge the branch you've released to the chronologically-later branch (usually "master"). You'll probably have to fix a merge |