X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=debian%2Fchangelog;h=c5a926a73a5ac0328b4b7534be2129daebe0512d;hb=80757280c42ec86e4af8fade2e7216e689335b14;hp=8660c2f047bada6a7d2cbd63f1d83afbd344d205;hpb=150ac98f750353e2631d48eba47476b81ba1a3fa;p=userv.git diff --git a/debian/changelog b/debian/changelog index 8660c2f..c5a926a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,61 @@ -userv (1.0.3.99-0.0.1) unstable; urgency=low +userv (1.1.0~~iwj) unstable; urgency=low + + Bugfix: + * Do not reject comments and blank lines inside not-being-executed + conditional clauses. (Closes: #613862.) + + General improvements (relevant outside Debian): + * Introduce a use of socklen_t to avoid a compiler warning. + * Remove spec.html and spec.ps from revision control. + * Revision control switched from cvs to git. + * Update my email address. + + Debian packaging improvements and bugfixes: + * Remove /var/run/userv from the .deb. + (Along with the change in 1.0.6, Closes: #630528.) + * The new version will ensure a rebuild and therefore completely deal + with the debiandoc-sgml missing documentation bug. (Closes: #413873.) + * Use `command -v' instead of `type' in maintainer scripts. + * Do not ignore errors from commands in rules clean target. + * Update Standards-Version. No changes required. + + -- Ian Jackson Sat, 02 Jun 2012 15:44:16 +0100 + +userv (1.0.6ubuntu1) lucid; urgency=low + + * Change tetex-bin with texlive and tetex-extra with texlive-latex-extra + in Build-Depends for tetex transition. Cherry-picked from Debian, + Thanks to Jari Aalto. + + -- James Westby Thu, 15 Apr 2010 12:03:52 +0100 + +userv (1.0.6) unstable; urgency=low + + Packaging fix: + * Create /var/run/userv in the init script as well as shipping + it in the .deb package. + + -- Ian Jackson Wed, 11 Jul 2007 17:54:36 +0100 + +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. + * alarm(2) returns unsigned and can never fail. + + 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. + * Remove obsolete `buildship' script from top level directory. We use + cvs-buildpackage nowadays. + + -- Ian Jackson Sat, 8 Apr 2006 13:17:14 +0100 + +userv (1.0.4) unstable; urgency=low Bugfixes: * Close client socket fd in spawned cats (avoids some service-side hangs @@ -7,14 +64,18 @@ userv (1.0.3.99-0.0.1) unstable; urgency=low Minor portability fixes: * Missing #include and } Thanks to report * getgroups returns int, not gid_t (!). } from Peter Benie. - * Dummy `check' target in Makefile.in. } - * Bogus strsignal emulation for broken platforms. } Thanks to - * Bogus WCOREDUMP emulation for broken platforms. } report from - Nelson Beebe - Debian package improvements: + * 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, 12 Nov 2004 00:47:24 +0000 + -- Ian Jackson Fri, 7 Apr 2006 20:04:29 +0100 userv (1.0.3-2) unstable; urgency=low