chiark / gitweb /
spec is generated
[userv.git] / debian / changelog
index ecda7cffda637e3a9f35e41e90b8be5b59d50386..bb6d7f63bffdd824c1c55516dcba351f3c1c684f 100644 (file)
@@ -1,3 +1,35 @@
+userv (1.0.7) unstable; urgency=low
+
+  * Remove spec.html from revision control.
+
+ --
+
+userv (1.0.6) unstable; urgency=low
+
+  Packaging fix:
+  * Create /var/run/userv in the init script as well as shipping
+    it in the .deb package.
+
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed, 11 Jul 2007 17:54:36 +0100
+
+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.
+  * Remove obsolete `buildship' script from top level directory.  We use
+    cvs-buildpackage nowadays.
+
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat,  8 Apr 2006 13:17:14 +0100
+
 userv (1.0.4) unstable; urgency=low
 
   Bugfixes: