chiark / gitweb /
record manpage change in changelog
[authbind.git] / debian / changelog
index c4ad2b0c7065c6ede5092330e15f579ba86872e4..963fe03b946897e956654c5d513f67629218ce58 100644 (file)
@@ -1,8 +1,16 @@
-authbind (1.1.6) unstable; urgency=low
+authbind (1.2.1) unstable; urgency=low
 
-  * Block signals during our child's execution.  Closes #186439.
+  * Correct manpage description of helper protocol to have
+    actually-implemented byte order convention.  (Closes: #651694.)
+  * Set Priority to optional as in ftpmaster override file.
+
+ --
+
+authbind (1.2.0) unstable; urgency=low
+
+  * 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,10 +18,15 @@ authbind (1.1.6) 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.
+  * 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