chiark / gitweb /
Fixes for asserts from Nelson Beebe
[userv.git] / debian / changelog
index 9b7f63effa2e929f6072fed79416260b1ead554a..94e71c32e15adae7ba110978a86cb1c265baf338 100644 (file)
@@ -1,8 +1,12 @@
-userv (1.0.4) unstable; urgency=low
+userv (1.0.5) unstable; urgency=low
 
   Bugfixes:
   * Close client socket fd in spawned cats (avoids some service-side hangs
     when client terminates).  Thanks to report from Simon Tatham.
+  * 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.
 
   Minor portability fixes:
   * Missing #include <string.h> and <stdlib.h>  } Thanks to report
@@ -16,8 +20,10 @@ userv (1.0.4) unstable; urgency=low
   * 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).
+  * Reran flex (flex Debian 2.5.31-31).
+  * Updated copyright notices.
 
- -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri,  7 Apr 2006 19:54:59 +0100
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri,  7 Apr 2006 20:04:29 +0100
 
 userv (1.0.3-2) unstable; urgency=low