chiark / gitweb /
final tidyings for 1.0.5
[userv.git] / debian / changelog
index 44137ec5960b3dd7e754fd1b84594c295b39a827..fe5f6bf97a0943ee03d314043edafd0a43d0fcc9 100644 (file)
@@ -1,4 +1,20 @@
-userv (1.0.3.99-0.0.1) unstable; urgency=low
+userv (1.0.5) unstable; urgency=low
+
+  Bugfixes (thanks to report from Nelson Beebe):
+  * Do not call `assert' on expressions whose side-effects we need (!)
+    Thanks to report from Nelson Beebe.
+  * Correct an erroneous assert() argument so that it would actually
+    detect failure of the assertion.
+  * alarm(2) returns unsigned and can never fail.
+
+  Packaging changes:
+  * Reran flex (flex Debian 2.5.31-31).
+  * Use install -g 0 instead of -g root.  This is more portable, I hope.
+  * Detect missing vsnprintf and mention URL from Nelson Beebe in err msg.
+
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat,  8 Apr 2006 13:08:21 +0100
+
+userv (1.0.4) unstable; urgency=low
 
   Bugfixes:
   * Close client socket fd in spawned cats (avoids some service-side hangs
@@ -14,8 +30,11 @@ userv (1.0.3.99-0.0.1) unstable; urgency=low
   Packaging improvements (including Debian packaging fixes):
   * Compress uservd(8) manpage.  Closes: #244735.
   * spec.tex and spec.html are autogenerated: clean and .cvsignore them.
+  * SHELL=/bin/bash in debian/rules; use of install(8).  Closes: #263979.
+  * Reran autoconf/autoheader (autoconf Debian 2.13-54).
+  * Updated copyright notices.
 
- --
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri,  7 Apr 2006 20:04:29 +0100
 
 userv (1.0.3-2) unstable; urgency=low