chiark / gitweb /
finalise 2.0.0
[authbind.git] / debian / changelog
index ee95fe5a83d358f21efc51159cafcef8bf9d9b75..dc958fa22bc984f36b6aabac7157a2f372a362a7 100644 (file)
@@ -1,8 +1,30 @@
+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.)
+  * 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
 
-  * Block signals during our child's execution.  Closes #186439.
+  * Block signals during our child's execution.  Closes: #186439.
   * manpage: fix subtle error in description of interaction between
-    set-id and LD_PRELOAD.  Closes #36890.
+    set-id and LD_PRELOAD.  Closes: #36890.
   * Say in manpage that we may not work properly with multithreaded
     programs.  See also Bug#186439.
   * Make sure we don't try to encode errno's >127 in a status code.
@@ -10,11 +32,15 @@ authbind (1.2.0) unstable; urgency=low
     locations: LIBS, libexec_dir, HELPER, BINTARGETS.
   * make clean removes *.core too.
   * #include <signal.h> in libauthbind.c.
-  * Set SHELL=/bin/bash in debian/rules.  Closes #374586.
+  * Set SHELL=/bin/bash in debian/rules.  Closes: #374586.
   * Revert Amaya's accidental change to CC= line in debian/rules.
-  * Debian-native again.  Closes #393556.
-
- --
+  * Debian-native again.  Closes: #393556.
+  * Do not strip if DEB_BUILD_OPTIONS=nostrip (Closes: #436489):
+    - in Makefile, do not set INSTALL_* or STRIP if already set
+    - in rules, export STRIP=: if nostrip
+  * Change my email address in Maintainer: to davenant.
+    
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 23 Sep 2007 20:23:50 +0100
 
 authbind (1.1.5.2-0.2) unstable; urgency=low
 
@@ -106,7 +132,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: