diff options
author | Guido Guenther <agx@sigxcpu.org> | 2007-10-07 15:33:14 +0200 |
---|---|---|
committer | Guido Guenther <agx@sigxcpu.org> | 2007-10-07 15:33:14 +0200 |
commit | 19b405d6aedb36fba503ef4197c20a84ed3c8fe6 (patch) | |
tree | 196672fcb4efb7bd5d599ebd9b15d144471a16ee | |
parent | 0204be1f752d1d165074aab2aaf315c721ce4cd0 (diff) | |
download | git-buildpackage-19b405d6aedb36fba503ef4197c20a84ed3c8fe6.tar.gz git-buildpackage-19b405d6aedb36fba503ef4197c20a84ed3c8fe6.tar.bz2 git-buildpackage-19b405d6aedb36fba503ef4197c20a84ed3c8fe6.zip |
document changes and releasedebian/0.4.0
-rw-r--r-- | debian/changelog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 671c8585..5c77ee73 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +git-buildpackage (0.4.0) experimental; urgency=low + + * add support for automatic snapshot releases as suggested by Ottavio + Salvador + * make git-dch actually useful: + * --auto: guess last changelogged commit from the snapshot header + * add short options for --snapshot and --release + * don't fail if the commit msg starts with '--' + * add a check for the debian branch instead of always using it as the + tip + * handle versions containing epochs + * add --git-log to pass options along to git-log + * allow to specify paths to look at: git-dch path1 path2 - useful if + upstream uses git + * add some basic documentation for git-dch + + -- Guido Guenther <agx@sigxcpu.org> Sun, 07 Oct 2007 15:32:40 +0200 + git-buildpackage (0.3.6) unstable; urgency=low * create upstream branch when importing into an empty archive |