X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv.git;a=blobdiff_plain;f=debian%2Fchangelog;h=547cdcd03064850adb433055e073008744cc69a0;hp=db63aa495a21f672ba8f0af4f84f354c13cf25db;hb=b691594e2f401ebf70d79824c0eb9e99c36d6dca;hpb=86830d770ca08643d4a4257e5f476a28830381ef diff --git a/debian/changelog b/debian/changelog index db63aa4..547cdcd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,36 +1,129 @@ -userv (1.0.1.99.2) unstable; urgency=low +userv (1.1.2~~iwj1) unstable; urgency=low - * Actually ship uservd(8) ! + Upstream Makefiles: + * Honour XCFLAGS. - -- + Debian packaging: + * Add some newer debian/ droppings to .gitignore. -userv (1.0.1.99.1) unstable; urgency=low + -- Ian Jackson Sun, 01 Dec 2013 17:39:11 +0000 - Debian packaging improvements: - * Standards-Version 3.6.1. - * /etc/init.d/userv nicer output: colons, . printed after done. - * Maintainer scripts use invoke-rc.d if it's available. - * Maintainer scripts discard stdout from update-rc.d. - * No more messing with /usr/doc, must have /usr/share/doc. - * Support unstripped binaries in the .deb, with DEB_BUILD_OPTIONS. - * Fixed typo in debian/copyright. - * When doing /etc/init.d/userv restart, don't mind if not already - running. - * debian/rules clean removes whole spec.html subdirectory. - * Ship spec.ps (Closes: #210859) - * added lintian override for suid binary userv (Closes: #211055) - (Thanks to Martin Pitt's NMU for inspirations and one-liners.) +userv (1.1.1) unstable; urgency=low + + * Include INIT INFO stanza in init script. + * Draft support for `status' in init script, currently commented + out pending inclusion into policy of firm specification. + * Remove spec.ps on make clean. + * Remove spec.ps and dh log on debian/rules clean. (Use dh_clean.) + (To repro bug: dpkg-buildpackage, debian/rules clean, git-ls-files -o) + * Fix up some copyright messages. - -- Ian Jackson Fri, 31 Oct 2003 22:55:37 +0000 + -- Ian Jackson Fri, 08 Jun 2012 20:16:52 +0100 + +userv (1.1.0) unstable; urgency=medium + + Bugfix: + * Do not reject comments and blank lines inside not-being-executed + conditional clauses. (Closes: #613862.) + + Important Debian packaging fix: + * Remove /var/run/userv from the .deb. + (Along with the change in 1.0.6 this Closes: #630528.) + + General minor 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 minor improvements and bugfixes: + * The new version will ensure a rebuild and therefore completely deal + with the debiandoc-sgml missing documentation bug. (Closes: #413873.) + * Use lintian for dh_fixperms; this ensures that the permissions of + /etc/userv in the .deb are 755, not 2755. + * Use `command -v' instead of `type' in maintainer scripts. + * Do not ignore errors from commands in rules clean target. + * Fix FSF address in copyright file. + * Remove obsolete local variable section from debian/changelog. + * Update Standards-Version. No changes required. + + -- Ian Jackson Sat, 02 Jun 2012 16:41:09 +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. -userv (1.0.1.99.0) unstable; urgency=low + -- 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 + 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 + + Debian packaging improvements (only): + * type -p invoke-rc.d changed to type, in postinst and prerm. + + -- Ian Jackson Sat, 1 Nov 2003 16:59:38 +0000 + +userv (1.0.3) unstable; urgency=medium Bugfixes: * Make require-fd work with reading fds ! (Thanks to Ben Harris for the bug report). + * Close unwanted pipes in client-side cat subprocesses, to avoid + wedging at termination. (Thanks to patchlet from Peter Benie.) * gid_t may be >int, so cast to long when putting in USERV_GIDS (Might conceivably make USERV_GIDS be wrong on some platforms.) * Do not pass char to ctype macros; they can't cope with -ve ! + * Fix fd modifier, signal, and exit status parsing to be rigourous in + their use of strtoul. (Thanks to report from Peter Benie.) Portability fixes: * #include , not (fixes some implicit decls). @@ -47,22 +140,29 @@ userv (1.0.1.99.0) unstable; urgency=low * We do ship m4 and flex output now, so say so. * Some groff warnings in userv(1), and source version fixed. * New userv(8) manpage. (Debian: Closes: #33777.) + * Update copyright dates everywhere. - Debian: + Debian packaging improvements: * Priority changed to optional as per override file. - * Added Build-Depends: debiandoc-sgml, tetex-bin. Closes #190615. + * Build-Depends: debiandoc-sgml, tetex-bin, tetex-extra. Closes #190615. * init.d reload is noop, restart now called restart. Closes #70783. - - -- Ian Jackson Sun, 29 Jun 2003 22:23:43 +0100 - -userv (1.0.1.1potatp.1) unstable; urgency=low - - NMU: - * FHS transition (closes #91578) - * Corrected location of common licenses - * Added -isp to dpkg-gencontrol - - -- Bas Zoetekouw Wed, 8 Aug 2001 17:42:37 +0200 + * /etc/init.d/userv nicer output: colons, `.' printed after done. + * Maintainer scripts use invoke-rc.d if it's available. + * Maintainer scripts discard stdout from update-rc.d. + * No more messing with /usr/doc, use only /usr/share/doc. Closes #91578. + * Support unstripped binaries in the .deb, with DEB_BUILD_OPTIONS. + * Fixed typo in debian/copyright. + * /etc/init.d/userv restart doesn't mind if not already running. + * debian/rules clean removes whole spec.html subdirectory. + * Ship spec.ps (Closes: #210859) + * Lintian override for suid /usr/bin/userv (Closes: #211055) + * Standards-Version 3.6.1. + * Corrected location of common licenses. + * Added -isp to dpkg-gencontrol. + (Thanks to Martin Pitt and Bas Zoetekouw's NMUs + for many inspirations and one-liners.) + + -- Ian Jackson Sat, 1 Nov 2003 01:11:59 +0000 userv (1.0.1) stable frozen unstable; urgency=high @@ -314,7 +414,3 @@ userv (0.55.1-1) experimental; urgency=low * Initial Debian release. -- Ian Jackson Mon, 22 Sep 1997 01:08:23 +0100 - -# Local variables: -# mode: debian-changelog -# End: