chiark / gitweb /
dgit: Do not verify the tag with git tag -v as well as git verify-tag, ie suppress...
[dgit.git] / debian / changelog
index 333ad3ddeee5d5fa575dee6de2c8bdeb9c9d437d..852e07985022ca1a61561374ae2115fb1b5e78f5 100644 (file)
@@ -58,6 +58,10 @@ dgit (0.23~) unstable; urgency=low
   * Document in manpage under `dgit push' that it is best to build with
     dgit too.  Closes:#763333.
 
+  * When receiving a push with dgit-repos-server, update the server's
+    refs/heads/master if we are pushing to what the distro regards as a
+    relevant branch, and the push would ff master.  Closes:#728209.
+
   * Fix inaccurate error message when archive's git hash is not an
     ancestor of git repo's git hash.
 
@@ -90,6 +94,12 @@ dgit (0.23~) unstable; urgency=low
   * Manpages: Other clarifications and improvements.
   * Change realpath dependency to `coreutils (>= 8.23-1~) | realpath'
     (Closes:#786955.)
+  * For non-Debian distros, debiantag() uses distro name a la DEP-14.
+  * dgit: Be more careful about tag updates during fetch: only update
+    tags referring to uploads to distro we are trying to fetch from.
+  * dgit: Set up a merge driver for debian/changelog.  Closes:#769291.
+  * dgit: Do not verify the tag with git tag -v as well as git verify-tag,
+    ie suppress some noise output.
 
  --