chiark / gitweb /
@@ -1,5 +1,7 @@
[userv.git] / debian / changelog
index 8f118328ec6113dd7df2577ee472c80acddf6c2d..941bb4d97f002e381495920771ed34312d84902e 100644 (file)
@@ -1,3 +1,27 @@
+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).
+
+ --
+
+userv (0.64.1) unstable; urgency=low
+
+  * New "shutdown" builtin service for terminating uservd.
+  * Spec. document shows subsections in TOC.
+
+  * setenv emulation using putenv works properly (previously you would get
+    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
 
   * New builtin service `help' lists builtin services.