chiark / gitweb /
finalise changelog
[authbind.git] / debian / changelog
index 438c0226d3ae34f1ee6a18e1c7d6100dffcc73f4..fbfa05803f6d14357a688719df6cd4f8813b464e 100644 (file)
@@ -1,17 +1,91 @@
-authbind (1.1.6) unstable; urgency=low
+authbind (2.1.1) unstable; urgency=low
 
-  * Block signals during our child's execution.  Closes #186439.
+  * 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.x
+
+ -- 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.)
+  * 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.
   * 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.
+  * 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.3) unstable; urgency=low
+authbind (1.1.5.2-0.1) unstable; urgency=low
 
+  * Non-maintainer Upload
   * Moved man pages to /usr/share/man and docs to
     /usr/share/doc/authbind. Added a prerm and a postinst script to set
     the /usr/doc/authbind link. (closes: #91112, #91376, #91387)
@@ -87,7 +161,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: