X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv.git;a=blobdiff_plain;f=debian%2Fchangelog;h=d9d3e57fdae419b4c328a8d162a5368fe2acd81d;hp=d3dcb67ccafb47e35180a8f8e6967989cd3a4f7d;hb=c7ad3b51358d0b7704e5670d973ad1a376caf4e1;hpb=3d807a2dbb651589be1aaea2646cd624bb03b599 diff --git a/debian/changelog b/debian/changelog index d3dcb67..d9d3e57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,52 @@ +userv (0.65.1) unstable; urgency=high + + * 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 Sat, 9 Oct 1999 19:45:21 +0100 + +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 Sun, 20 Jun 1999 19:13:42 +0100 + +userv (0.62) unstable; urgency=low + + * New builtin service `help' lists builtin services. + + INSTALL improvements: + * Document locations of required programs. + * Sort-of document debugging version. + + Portability fixes for: + * md5sum with extra `-'. + * -lsocket required for socket(). + * missing `LOG_AUTHPRIV'. + * `logname' name clash. + * missing setenv() (synthesize using putenv). + * various required #include's were omitted. + * install rule in Makefile `if ! test ...' changed to `if test ! ...' + + Build arrangements changed (new GNU coding standards targets etc): + * m4 and flex output now shipped. + * `dist' target in Makefile. + * Manuals in CVS and shipped pre-formatted. + + * Reran autoconf/autoheader, latest version. + * Updated email address to ian@davenant.greenend.org.uk throughout. + + -- Ian Jackson Sun, 18 Apr 1999 20:08:12 +0100 + userv (0.60.3) frozen unstable; urgency=medium * Fixed misdequoting of \ in "-quoted strings.