chiark / gitweb /
finalise 2.1.2
[authbind.git] / debian / changelog
index c8b65f788b3dfe9dbaea14e81bc390f68b862cce..46a9deca8110ee5f6eed8a860f6e5261b7821495 100644 (file)
@@ -1,11 +1,73 @@
-authbind (1.2.1) unstable; urgency=low
+authbind (2.1.2) unstable; urgency=medium
 
+  * 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.
+  * Fix FTCBFS: Use triplet-prefixed build tools.
+    Patch from Helmut Grohne, modified.  Closes: #851206.
+
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 22 Jan 2017 13:17:55 +0000
+
+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.
+  * Permissions file lines need only contain one port number.
+  * Manpage improvements.
+
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 03 Jun 2012 12:33:53 +0100
+
+authbind (2.0.1) unstable; urgency=low
+
+  Bugfix:
+  * 0-length ipv4 address masks (ie, 0.0.0.0/0) in byuid files wouldn't
+    work because they would attempt a 32-bit shift.  This was reported
+    against Ubuntu in Launchpad but the but is here too.  LP: #514278.
+
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 03 Jun 2012 01:50:13 +0100
+
+authbind (2.0.0) unstable; urgency=medium
+
+  Important new functionality:
+  * Support IPv6.  (Closes: #596921.)
+  * Support ports 512-1023 if the user really wants.
+    Explain the problem more clearly in the manpage.  (Closes: 654706.)
+
+  Bugfixes:
   * Correct manpage description of helper protocol to have
     actually-implemented byte order convention.  (Closes: #651694.)
-  * Set Priority to optional as in ftpmaster override file.
+  * Improve wording in BUGS section of manpage about forking.
+
+  Packaging fixes:
+  * Remove shlibs files.  These are not needed because nothing should
+    actually link to libauthbind.
+  * Update Standards-Version.
   * Upstream repo is now in git.
+  * Change my email address.
+  * Set Priority to optional as in ftpmaster override file.
 
- --
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 02 Jun 2012 01:56:37 +0100
 
 authbind (1.2.0) unstable; urgency=low
 
@@ -119,7 +181,3 @@ authbind (0.1-1) experimental; urgency=low
   * Initial release.
 
  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 29 Aug 1998 20:10:37 +0100
-
-Local variables:
-mode: debian-changelog
-End: