X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv.git;a=blobdiff_plain;f=debian%2Fchangelog;h=1c2a5e14b1ce198c8b3b99ed18820f976a87c40f;hp=7da60fab191c5af0ab1ac50b74b205e831916351;hb=cb7e2d8c1171b8a2d362d4d1a2efe9c2e650f044;hpb=b99eeba35f1ef26a1c306e5bd169b4ea05241ec8 diff --git a/debian/changelog b/debian/changelog index 7da60fa..1c2a5e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,39 @@ +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: + * 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.) + + -- 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): @@ -5,11 +41,16 @@ userv (1.0.5) unstable; urgency=low 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