chiark / gitweb /
Add -n to gzip -9 rune, to help reproducibility. Closes:#777727.
[authbind.git] / debian / changelog
index 62e93ed5008dce2314df547b0d7db1e6522e2ccc..e1a7cc80b531bbb962a9b3ff6e02e9a4f62d3e07 100644 (file)
@@ -1,3 +1,33 @@
+authbind (2.1.2) unstable; urgency=low
+
+  * Cope with programs which set SIGCHLD to SIG_IGN.  (We assume
+    they don't manipulate SIGCHLD on other threads, which is probably
+    true.)  Patch from Marco d'Itri, slightly modified.  Closes:#765587.
+  * Fix one-letter typo in previous changelog entry.
+  * Add -n to gzip -9 rune, to help reproducibility.  Closes:#777727.
+
+ --
+
+authbind (2.1.1+nmu1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix mtimes before building binary packages to produce reproducible output
+    Based on patch by akira (Closes: #792945)
+
+ -- Johannes Schauer <josch@debian.org>  Sun, 26 Jul 2015 11:23:35 +0200
+
+authbind (2.1.1) unstable; urgency=low
+
+  * Manpage has an example of which files will be checked and read
+    Closes: #676540.
+  * Do not include library version number in usage output from helper; the
+    library and package version numbers are not the same, so this is
+    misleading, and we do not want to introduce new machinery just to
+    plumb the package version number through.  Closes: #676440.
+  * Another minor wording fix in the manpage.
+
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 10 Jun 2012 23:17:14 +0100
+
 authbind (2.1.0) unstable; urgency=low
 
   * Permissions file lines can contain IPv6 mask/length.