chiark / gitweb /
wip v6 support etc.
[authbind.git] / debian / changelog
index d8a86149b519c10be3ba8487e1813912a910e7b2..c8b65f788b3dfe9dbaea14e81bc390f68b862cce 100644 (file)
@@ -1,19 +1,45 @@
-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.
+  * Upstream repo is now in git.
+
+ --
+
+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.
-  * Do not Build-Depends: libc6-dev (it's build-essential).
   * New make variables for improved portability and customisation of
     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
 
- --
+  * Non-maintainer upload.
+  * Get rid of the /usr/doc link (Closes: #359363).
+  * Revamped packaging a bit:
+    - Get rid of Build-Depends on libc6-dev (build-essential)
+    - spelling-error-in-copyright Debian/GNU Linux Debian GNU/Linux
+    - Not debian-native anymore
+    - Updated ancient-standards-version to 3.7.2, no changes needed.
+
+ -- Amaya Rodrigo Sastre <amaya@debian.org>  Wed, 12 Jul 2006 12:28:12 +0200
 
 authbind (1.1.5.2-0.1) unstable; urgency=low