From d2665f19dbb1e61d3c1b8d5343f967214ad9a04a Mon Sep 17 00:00:00 2001 From: Tom Van Braeckel Date: Tue, 26 Jan 2016 06:03:52 +0100 Subject: [PATCH] Reintroduce the CHANGES file for Debian (Axel Beckert) and other distributions --- CHANGES_obsolete => CHANGES | 29 +++++++++++++++++++++++++++++ HOWTO_RELEASE | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) rename CHANGES_obsolete => CHANGES (98%) diff --git a/CHANGES_obsolete b/CHANGES similarity index 98% rename from CHANGES_obsolete rename to CHANGES index a5a805e..719b321 100644 --- a/CHANGES_obsolete +++ b/CHANGES @@ -1,4 +1,25 @@ ------------------------------------------------------------ +revno: 960 +committer: Tom Van Braeckel +branch nick: wicd +timestamp: Mon 2016-01-25 05:36:45 +0100 +message: + Update HOWTO_RELEASE after doing the 1.7.4 release +------------------------------------------------------------ +revno: 959 +committer: Tom Van Braeckel +branch nick: wicd +timestamp: Mon 2016-01-25 05:25:04 +0100 +message: + Why do we want a CHANGES file anyway...? +------------------------------------------------------------ +revno: 958 +committer: Tom Van Braeckel +branch nick: wicd +timestamp: Mon 2016-01-25 05:23:58 +0100 +message: + Update NEWS with what comes to mind... +------------------------------------------------------------ revno: 957 committer: Tom Van Braeckel branch nick: wicd @@ -1782,3 +1803,11 @@ timestamp: Thu 2012-02-02 20:15:03 +0100 message: Prepare files for the release of 1.7.1 ------------------------------------------------------------ + +Due to size, this file has been truncated. All revisions relevant to +the 1.7.2 release (and sub-releases) have been included. For more +information, please see the full log of changes at: + + https://code.launchpad.net/~wicd-devel/wicd/experimental + +For a short list of major changes, please see NEWS. diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE index 6db9620..88fb2c4 100644 --- a/HOWTO_RELEASE +++ b/HOWTO_RELEASE @@ -17,7 +17,7 @@ In the sources: - sudo python setup.py install - test: sudo python wicd/wicd-daemon.py; python gtk/wicd-client.py # and check the versio number! - update the NEWS file -- DON'T update the CHANGES file (hint: bzr log -r717.. | head -n -1 > CHANGES && cat in/CHANGES.suffix >> CHANGES) +- update the CHANGES file for Debian. Hint: bzr log -r717.. | head -n -1 > CHANGES && cat in/CHANGES.suffix >> CHANGES Build the release tarball by running: python setup.py sdist