X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;ds=sidebyside;f=debian%2Fchangelog;h=e2f0b35b7f49d91e436a8fc31709c466118e5ef0;hb=8b642fcea17dc9cafba71701aa3e6b4887d2664b;hp=d3dcb67ccafb47e35180a8f8e6967989cd3a4f7d;hpb=3d807a2dbb651589be1aaea2646cd624bb03b599;p=userv.git diff --git a/debian/changelog b/debian/changelog index d3dcb67..e2f0b35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,37 @@ +userv (0.63) unstable; urgency=low + + * setenv emulation using putenv works properly (previously you would get + wrong environment variable settings). (Thanks to Ben Harris.) + + -- + +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.