aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2018-08-19 08:31:29 +0200
committerGuido Günther <agx@sigxcpu.org>2018-08-19 08:44:27 +0200
commit95af23e853d4068e97dc0d6766776d131749ac1e (patch)
tree1c74f513bf5c7023e41ead9d34c7435dbcebd9af
parentd69006d4798919b5dca700ed496dddf68825cee0 (diff)
Document changes and release 0.9.10debian/0.9.10
-rw-r--r--debian/changelog40
-rw-r--r--packaging/git-buildpackage.spec2
2 files changed, 41 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index b46e4448..da0ead7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,43 @@
+git-buildpackage (0.9.10) unstable; urgency=medium
+
+ [ Ken Dreyer ]
+ * [f0b1bbe] deb.git: fix duplicate "tarball" in docstring.
+ Fix the docstring for create_pristine_tar_commits()
+ * [29b9f2c] deb.git: fix spelling of "described" in docstring.
+ Fix the docstring for _sanitize_version() and _unsanitize_version()
+
+ [ Guido Günther ]
+ * [62e0102] push: Allow to skip upstream and debian branch and tag push.
+ Push of tag and or branch can be skipped by setting
+ --{upstream,debian}-{branch,tag}='' . (Closes: #899234)
+ * [28a950a] tests: Check help output of tag and push too
+ * [a287bf6] config: allow to override default values via
+ add_config_file_option
+ * [b8221b8] pull: Check that repo is clean before fetching anything
+ * [6dda2da] pull: allow to set up branch tracking for missing branches.
+ If the remote branch does not exist at all that's currently not fatal.
+ (Closes: #882187)
+ * [d69006d] Depend on sensible-utils. gbp-dch uses sensible-editor.
+
+ [ Chris Lamb ]
+ * [6c30ac9] import-{dsc,orig}: Make --download deprecation text more useful.
+ Point to the manpages for usage examples. (Closes: #900606)
+
+ [ Guus Sliepen ]
+ * [48ef0ec] changelog: try iso8859-1 when utf-8 fails.
+ Fall back to iso8859-1 when opening the changelog. Helps when importing
+ old versions. (Closes: #900841)
+
+ [ Carsten Schoenert ]
+ * [50b9223] create_remote_repo: import urllib.parse
+ urllib.parse did not get imported in packaegs without changelog.
+
+ [ Iain Lane ]
+ * [5fedb2b] Ignore merge commits when looking at the pristine-tar branch.
+ (Closes: #906331)
+
+ -- Guido Günther <agx@sigxcpu.org> Sun, 19 Aug 2018 08:29:47 +0200
+
git-buildpackage (0.9.9) unstable; urgency=medium
[ Guido Günther ]
diff --git a/packaging/git-buildpackage.spec b/packaging/git-buildpackage.spec
index 3d4d29de..a41f4d45 100644
--- a/packaging/git-buildpackage.spec
+++ b/packaging/git-buildpackage.spec
@@ -3,7 +3,7 @@
Name: git-buildpackage
Summary: Build packages from git
-Version: 0.9.9
+Version: 0.9.10
Release: 0
Group: Development/Tools/Building
License: GPLv2