summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-09-05 15:27:48 +0200
committerGuido Günther <agx@sigxcpu.org>2009-09-05 15:27:48 +0200
commite4abaadc873a018e8eee8ae0b6e2b07c1f647472 (patch)
treea71f724b455577b5ac377cf374d9b9c8b5cd6485
parent98a9b8881383e49f53ac89b44e7a4368929ac82e (diff)
document changes so far
-rw-r--r--debian/changelog43
1 files changed, 43 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e80301c4..f5cfae02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,46 @@
+git-buildpackage (0.4.57~2.gbp98a9b8) UNRELEASED; urgency=low
+
+ ** SNAPSHOT build @98a9b8881383e49f53ac89b44e7a4368929ac82e **
+
+ * new tools:
+ * [13316be] Add gbp-clone to examples. Using this to clone
+ repositories will automatically track the remote branches used by
+ gbp. Addresses parts of #540185.
+ * git-dch:
+ * [d42ed40] Trim commit display.
+ * [a335e04] Catch gbp.deb.NoChangelogError.
+ * [98a9b88] Add changelog section if current topmost version is already
+ tagged. This makes sure we add a new changelog section after a
+ release. This was broken due to 016318.
+ * git-import-orig:
+ * [dcbe091] Use option groups for nicer --help output
+ * [ee6c238] Add postimport hook for git-import-orig Allows to run git-
+ dch after import. Drop the dch invocation and warn when --no-dch gets
+ passed on the commandline. (Closes: #520355)
+ * [aecb9b4] NEWS: --no-dch is no more (Closes: #540750)
+ * git-import-dsc:
+ * [dcbe091] Use option groups for nicer --help output
+ * packaging:
+ * [4f82dfb] Honor DEB_BUILD_OPTIONS=nocheck
+ * [29cacc0] Run doctests with nose
+ * [1f8abec] Bump standards version
+ * [c84fd78] TODO list maintained in the wiki
+ * gbp module:
+ * [715d42a] Drop superfluous _utils from module names
+ * [46d6c1b] Make sanitize_version a private function
+ * [75eedb8] Add doctest for __sanitize_version() and build_tag()
+ * [4cd72bc] Add doctest for Command.__call__()
+ * [a4fd8eb] Add doctest for Command.call() and fix error in exception
+ handling revealed by the test.
+ * [edfe670] Add GitClone
+ * [2663f23] Make GitBranch remote branch aware
+ * [838b3f4] Make has_branch aware of remote branches
+ * tests:
+ * [6cbbddf] Add unit test for --help
+ * [52d9b5a] Fix testcase name
+
+ -- Guido Günther <agx@sigxcpu.org> Sat, 05 Sep 2009 15:17:33 +0200
+
git-buildpackage (0.4.56) unstable; urgency=low
* [d6dae62] depend on devscripts >= 2.10.49 for --no-force-save-on-release