diff --git a/RELEASE b/RELEASE index 50efe8067e61dc29278942f680bb79e519341f7d..85683c766450ef6285da60275bdbcc39c17a14ab 100644 --- a/RELEASE +++ b/RELEASE @@ -1,9 +1,11 @@ # release 1) edit version in installsystems/__init__.py 2) edit debian/changelog -3) make tar -4) upload tarball to forge -5) make builld +3) commit +4) tag +5) make tar +6) upload tarball to forge +7) make builld # squeeze backport 1) create a squeeze branch diff --git a/debian/changelog b/debian/changelog index 3eb3f9aa5c06c078466f8fefdba5601906a9049d..ae27b0ab3ab7f305f605539e7844864d85a05c0e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,35 @@ -installsystems (3~dev0) unstable; urgency=low +installsystems (3) unstable; urgency=low - v3 dev + Aurélien Dunand (7): + Add function to display packaged image content + Add function to display repository content + Add list command + Add cat command + Fix missing colon + cat command can display several files + Add update command - -- Sebastien Luttringer Mon, 18 Jul 2011 13:01:31 +0200 + Seblu (17): + update release method + version 3~dev0 + clean tar remove all tarball, not only current version + add version command + add help command + fix missing config files in debian package + fix typo + fix some python header + fix bad detection of destination file type during extraction + add emacs python header + change display of cat command + fix arrow spacing + change list behaviour + more spacing in list detail mode + check args boundary on command list + fix bad cache loading + more info before displaying content + + + -- Sebastien Luttringer Tue, 26 Jul 2011 12:28:49 +0200 installsystems (2) unstable; urgency=low diff --git a/installsystems/__init__.py b/installsystems/__init__.py index 97d2a5b9a139ecd8dc59703b279fa01fcbef6bf5..f8a1c64391960284e280fc0e0435479b4f73d68a 100644 --- a/installsystems/__init__.py +++ b/installsystems/__init__.py @@ -7,7 +7,7 @@ InstallSystems module ''' canonical_name="installsystems" -version = "3~dev0" +version = "3" debug = False quiet = False