chiark / gitweb /
@@ -1,3 +1,12 @@
[userv.git] / debian / changelog
index f105d39b0f4acedf2a89d9ab31c47651829fb829..657c57e4572b3d47849132b58e8e05b1305889de 100644 (file)
@@ -1,4 +1,24 @@
-userv (0.63) unstable; urgency=low
+userv (0.65.3) unstable; urgency=low
+
+  * Count \-continued lines properly in error message line numbers.
+  * Fix lexing bugs with "-quoted strings and \-continuation.
+  * Fix interpretation of \n etc. in "-quoted strings.
+  * Fix bug which ignored erroneous read/write after ignore-fd/reject-fd.
+
+ --
+
+userv (0.65.2) unstable; urgency=high
+
+  * In client, copy results from getpw* when necessary.  This fixes what
+    could be a security problem on some platforms.
+  * Avoid accessing backup, auto-save files, etc, with include-lookup.
+    Everything except a-z 0-9 - _ must now be prefixed by a colon.
+  * Allow \ to continue lines (and do sensible things with whitespace in
+    `message' and `error' directives).
+
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 10 Oct 1999 12:48:47 +0100
+
+userv (0.64.1) unstable; urgency=low
 
   * New "shutdown" builtin service for terminating uservd.
   * Spec. document shows subsections in TOC.
@@ -7,7 +27,9 @@ userv (0.63) unstable; urgency=low
     wrong environment variable settings).  (Thanks to Ben Harris.)
   * Makefile bug fixed (tokens.h would sometimes not be rebuilt).
 
- --
+  * Regenerated formatted documentation (spec.ps, spec.html).
+
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 20 Jun 1999 19:13:42 +0100
 
 userv (0.62) unstable; urgency=low