diff options
author | Guido Günther <agx@sigxcpu.org> | 2010-02-13 12:38:16 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2010-02-13 12:38:16 +0100 |
commit | bff6d3500f608295d7a3af5e1deee559b6b5f96c (patch) | |
tree | a428d4cabb125f06b16ef1329b21acb9e2334b9b /debian | |
parent | ad9b7f566031e7aba96ff74768c43ad6308f2a26 (diff) | |
download | git-buildpackage-bff6d3500f608295d7a3af5e1deee559b6b5f96c.tar.gz git-buildpackage-bff6d3500f608295d7a3af5e1deee559b6b5f96c.tar.bz2 git-buildpackage-bff6d3500f608295d7a3af5e1deee559b6b5f96c.zip |
document changes and release 0.4.65debian/0.4.65
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 53762312..b0e28ab7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +git-buildpackage (0.4.65) unstable; urgency=low + + [ Guido Günther ] + * [07d54ef] gbp-add-patch: Strip path from patchname and handle missing + files gracefully. + * [a7fe7c4] Add basic bash completion for git-buildpackage (Closes: #567313) + - thanks to Siegfried-Angel Gevatter + * [aec185f] Add gbp-{clone,pull,pq} to description + * [24ac91c] bash-completion: Add git-dch, git-import-{orig,dsc} and tab + completion for branch names. + * [cbc0577] Add GitRepository.get_remotes() to easily query remote branches + * [4654425] gbp-clone: Add --all to track all remote branches + + [ Matthijs Kooijman ] + * [2874c23] Make the commit message for upstream imports configurable. + This adds the import-msg commandline and configuration file option + to change the commit message. (Closes: #474457) + + [ Jon Bernard ] + * [ad9b7f5] Prevent git-add-patch from being gzip'd + + -- Guido Günther <agx@sigxcpu.org> Sat, 13 Feb 2010 12:37:41 +0100 + git-buildpackage (0.4.64) unstable; urgency=low * [ab40623] Add gbp-add-patch to easily commit patches from debian/patches |