chiark / gitweb /
Imported Debian version 1.0.6ubuntu1
[userv.git] / debian / changelog
index 94e71c32e15adae7ba110978a86cb1c265baf338..e1f5319bd2da14934e9fb8bdbd7a492b7f515432 100644 (file)
@@ -1,12 +1,42 @@
+userv (1.0.6ubuntu1) lucid; urgency=low
+
+  * Change tetex-bin with texlive and tetex-extra with texlive-latex-extra
+    in Build-Depends for tetex transition. Cherry-picked from Debian,
+    Thanks to Jari Aalto.
+
+ -- James Westby <james.westby@ubuntu.com>  Thu, 15 Apr 2010 12:03:52 +0100
+
+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:
-  * Close client socket fd in spawned cats (avoids some service-side hangs
-    when client terminates).  Thanks to report from Simon Tatham.
+  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:
+  * Close client socket fd in spawned cats (avoids some service-side hangs
+    when client terminates).  Thanks to report from Simon Tatham.
 
   Minor portability fixes:
   * Missing #include <string.h> and <stdlib.h>  } Thanks to report
@@ -20,7 +50,6 @@ userv (1.0.5) 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 20:04:29 +0100