X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=debian%2Fchangelog;h=595c7e9a0a2f76322068300b4824ccf103590130;hb=5daf4a912cebce216db1b44154b3b20fa9a77582;hp=00f98a52b1f75aeed73462562383689190919356;hpb=dcadbc2296660082203ef157f1fd333a7b2e1675;p=userv.git diff --git a/debian/changelog b/debian/changelog index 00f98a5..595c7e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,39 @@ -userv (1.0.4-1) unstable; urgency=low +userv (1.0.5) unstable; urgency=low + + 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. + + 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. + + -- + +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 and } Thanks to report * getgroups returns int, not gid_t (!). } from Peter Benie. - - -- + * Dummy `check' target in Makefile.in. } Thanks to + * Bogus strsignal emulation for broken platforms. } report from + * Bogus WCOREDUMP emulation for broken platforms. } Nelson Beebe + + Packaging improvements (including Debian packaging fixes): + * Compress uservd(8) manpage. Closes: #244735. + * 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). + * Updated copyright notices. + + -- Ian Jackson Fri, 7 Apr 2006 20:04:29 +0100 userv (1.0.3-2) unstable; urgency=low