chiark / gitweb /
547cdcd03064850adb433055e073008744cc69a0
[userv.git] / debian / changelog
1 userv (1.1.2~~iwj1) unstable; urgency=low
2
3   Upstream Makefiles:
4   * Honour XCFLAGS.
5
6   Debian packaging:
7   * Add some newer debian/ droppings to .gitignore.
8
9  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 01 Dec 2013 17:39:11 +0000
10
11 userv (1.1.1) unstable; urgency=low
12
13   * Include INIT INFO stanza in init script.
14   * Draft support for `status' in init script, currently commented
15     out pending inclusion into policy of firm specification.
16   * Remove spec.ps on make clean.
17   * Remove spec.ps and dh log on debian/rules clean.  (Use dh_clean.)
18     (To repro bug: dpkg-buildpackage, debian/rules clean, git-ls-files -o)
19   * Fix up some copyright messages.
20   
21  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Fri, 08 Jun 2012 20:16:52 +0100
22
23 userv (1.1.0) unstable; urgency=medium
24
25   Bugfix:
26   * Do not reject comments and blank lines inside not-being-executed
27     conditional clauses.  (Closes: #613862.)
28
29   Important Debian packaging fix:
30   * Remove /var/run/userv from the .deb.
31     (Along with the change in 1.0.6 this Closes: #630528.)
32
33   General minor improvements (relevant outside Debian):
34   * Introduce a use of socklen_t to avoid a compiler warning.
35   * Remove spec.html and spec.ps from revision control.
36   * Revision control switched from cvs to git.
37   * Update my email address.
38
39   Debian packaging minor improvements and bugfixes:
40   * The new version will ensure a rebuild and therefore completely deal
41     with the debiandoc-sgml missing documentation bug.  (Closes: #413873.)
42   * Use lintian for dh_fixperms; this ensures that the permissions of
43     /etc/userv in the .deb are 755, not 2755.
44   * Use `command -v' instead of `type' in maintainer scripts.
45   * Do not ignore errors from commands in rules clean target.
46   * Fix FSF address in copyright file.
47   * Remove obsolete local variable section from debian/changelog.
48   * Update Standards-Version.  No changes required.
49
50  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 02 Jun 2012 16:41:09 +0100
51
52 userv (1.0.6ubuntu1) lucid; urgency=low
53
54   * Change tetex-bin with texlive and tetex-extra with texlive-latex-extra
55     in Build-Depends for tetex transition. Cherry-picked from Debian,
56     Thanks to Jari Aalto.
57
58  -- James Westby <james.westby@ubuntu.com>  Thu, 15 Apr 2010 12:03:52 +0100
59
60 userv (1.0.6) unstable; urgency=low
61
62   Packaging fix:
63   * Create /var/run/userv in the init script as well as shipping
64     it in the .deb package.
65
66  -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed, 11 Jul 2007 17:54:36 +0100
67
68 userv (1.0.5) unstable; urgency=low
69
70   Bugfixes (thanks to report from Nelson Beebe):
71   * Do not call `assert' on expressions whose side-effects we need (!)
72     Thanks to report from Nelson Beebe.
73   * Correct an erroneous assert() argument so that it would actually
74     detect failure of the assertion.
75   * alarm(2) returns unsigned and can never fail.
76
77   Packaging changes:
78   * Reran flex (flex Debian 2.5.31-31).
79   * Use install -g 0 instead of -g root.  This is more portable, I hope.
80   * Detect missing vsnprintf and mention URL from Nelson Beebe in err msg.
81   * Remove obsolete `buildship' script from top level directory.  We use
82     cvs-buildpackage nowadays.
83
84  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat,  8 Apr 2006 13:17:14 +0100
85
86 userv (1.0.4) unstable; urgency=low
87
88   Bugfixes:
89   * Close client socket fd in spawned cats (avoids some service-side hangs
90     when client terminates).  Thanks to report from Simon Tatham.
91
92   Minor portability fixes:
93   * Missing #include <string.h> and <stdlib.h>  } Thanks to report
94   * getgroups returns int, not gid_t (!).       }  from Peter Benie.
95   * Dummy `check' target in Makefile.in.              } Thanks to
96   * Bogus strsignal emulation for broken platforms.   } report from
97   * Bogus WCOREDUMP emulation for broken platforms.   } Nelson Beebe
98   
99   Packaging improvements (including Debian packaging fixes):
100   * Compress uservd(8) manpage.  Closes: #244735.
101   * spec.tex and spec.html are autogenerated: clean and .cvsignore them.
102   * SHELL=/bin/bash in debian/rules; use of install(8).  Closes: #263979.
103   * Reran autoconf/autoheader (autoconf Debian 2.13-54).
104   * Updated copyright notices.
105
106  -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri,  7 Apr 2006 20:04:29 +0100
107
108 userv (1.0.3-2) unstable; urgency=low
109
110   Debian packaging improvements (only):
111   * type -p invoke-rc.d changed to type, in postinst and prerm.
112
113  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat,  1 Nov 2003 16:59:38 +0000
114
115 userv (1.0.3) unstable; urgency=medium
116
117   Bugfixes:
118   * Make require-fd work with reading fds !
119     (Thanks to Ben Harris for the bug report).
120   * Close unwanted pipes in client-side cat subprocesses, to avoid
121     wedging at termination.  (Thanks to patchlet from Peter Benie.)
122   * gid_t may be >int, so cast to long when putting in USERV_GIDS
123     (Might conceivably make USERV_GIDS be wrong on some platforms.)
124   * Do not pass char to ctype macros; they can't cope with -ve !
125   * Fix fd modifier, signal, and exit status parsing to be rigourous in
126     their use of strtoul.  (Thanks to report from Peter Benie.)
127
128   Portability fixes:
129   * #include <fcntl.h>, not <sys/fcntl.h> (fixes some implicit decls).
130   * Look for gmd5sum.  (Thanks to Anton Altaparmakov for the report.)
131   * install-sh updated to that from autoconf 2.53.
132   * Use fcntl F_{GET,SET}FD with respect for as-yet-uninvented fd flags.
133     (small patch from Ben Harris.)
134
135   Documentation and help improvements:
136   * userv(1) manpage: fixed broken definitions of fd excl and trunc.
137     (Debian bug report: Closes: #79579.)
138   * Specification's usage notes section improved.
139   * --help and --version behaviour made to conform to GNU standards.
140   * We do ship m4 and flex output now, so say so.
141   * Some groff warnings in userv(1), and source version fixed.
142   * New userv(8) manpage.  (Debian: Closes: #33777.)
143   * Update copyright dates everywhere.
144
145   Debian packaging improvements:
146   * Priority changed to optional as per override file.
147   * Build-Depends: debiandoc-sgml, tetex-bin, tetex-extra.  Closes #190615.
148   * init.d reload is noop, restart now called restart.  Closes #70783.
149   * /etc/init.d/userv nicer output: colons, `.' printed after done.
150   * Maintainer scripts use invoke-rc.d if it's available.
151   * Maintainer scripts discard stdout from update-rc.d.
152   * No more messing with /usr/doc, use only /usr/share/doc.  Closes #91578.
153   * Support unstripped binaries in the .deb, with DEB_BUILD_OPTIONS.
154   * Fixed typo in debian/copyright.
155   * /etc/init.d/userv restart doesn't mind if not already running.
156   * debian/rules clean removes whole spec.html subdirectory.
157   * Ship spec.ps (Closes: #210859)
158   * Lintian override for suid /usr/bin/userv (Closes: #211055)
159   * Standards-Version 3.6.1.
160   * Corrected location of common licenses.
161   * Added -isp to dpkg-gencontrol.
162   (Thanks to Martin Pitt and Bas Zoetekouw's NMUs
163    for many inspirations and one-liners.)
164   
165  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat,  1 Nov 2003 01:11:59 +0000
166
167 userv (1.0.1) stable frozen unstable; urgency=high
168
169   IMPORTANT SECURITY FIX:
170   * fd swapping algorithm would sometimes corrupt security-critical data
171     used to generate the service program's USERV_ environment variables.
172     For details see the 1.0.1 announcement in the userv-announce archives.
173
174   Portability improvement:
175   * Look for `md5' as well as `md5sum' - installs easier on BSDs.
176
177  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 27 Jul 2000 01:06:30 +0100
178
179 userv (1.0.0) unstable; urgency=low
180
181   * Manpage userv(1) from Ben Harris.  (Debian bug #33777.)
182   * Released out of beta (version number change).
183   * Added a couple of things to .cvsignore.
184
185  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon,  6 Mar 2000 18:13:49 +0000
186
187 userv (0.95.0) unstable; urgency=low
188
189   * Count \-continued lines properly in error message line numbers.
190   * Fix lexing bugs with "-quoted strings and \-continuation.
191   * Fix interpretation of \n etc. in "-quoted strings.
192   * Fix bug which ignored erroneous read/write after ignore-fd/reject-fd.
193
194  -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue,  9 Nov 1999 23:26:54 +0000
195
196 userv (0.65.2) unstable; urgency=high
197
198   * In client, copy results from getpw* when necessary.  This fixes what
199     could be a security problem on some platforms.
200   * Avoid accessing backup, auto-save files, etc, with include-lookup.
201     Everything except a-z 0-9 - _ must now be prefixed by a colon.
202   * Allow \ to continue lines (and do sensible things with whitespace in
203     `message' and `error' directives).
204
205  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 10 Oct 1999 12:48:47 +0100
206
207 userv (0.64.1) unstable; urgency=low
208
209   * New "shutdown" builtin service for terminating uservd.
210   * Spec. document shows subsections in TOC.
211
212   * setenv emulation using putenv works properly (previously you would get
213     wrong environment variable settings).  (Thanks to Ben Harris.)
214   * Makefile bug fixed (tokens.h would sometimes not be rebuilt).
215
216   * Regenerated formatted documentation (spec.ps, spec.html).
217
218  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 20 Jun 1999 19:13:42 +0100
219
220 userv (0.62) unstable; urgency=low
221
222   * New builtin service `help' lists builtin services.
223   
224   INSTALL improvements:
225   * Document locations of required programs.
226   * Sort-of document debugging version.
227   
228   Portability fixes for:
229   * md5sum with extra `-'.
230   * -lsocket required for socket().
231   * missing `LOG_AUTHPRIV'.
232   * `logname' name clash.    
233   * missing setenv() (synthesize using putenv).
234   * various required #include's were omitted.
235   * install rule in Makefile `if ! test ...' changed to `if test ! ...'
236
237   Build arrangements changed (new GNU coding standards targets etc):
238   * m4 and flex output now shipped.
239   * `dist' target in Makefile.
240   * Manuals in CVS and shipped pre-formatted.
241
242   * Reran autoconf/autoheader, latest version.
243   * Updated email address to ian@davenant.greenend.org.uk throughout.
244
245  -- Ian Jackson <ian@chiark.greenend.org.uk>  Sun, 18 Apr 1999 20:08:12 +0100
246
247 userv (0.60.3) frozen unstable; urgency=medium
248
249   * Fixed misdequoting of \<newline> in "-quoted strings.
250   * Removed -Werror by default.  (Bug#32758, Bug#32747)
251
252  -- Ian Jackson <ian@chiark.greenend.org.uk>  Wed,  3 Feb 1999 22:24:33 +0000
253
254 userv (0.60.2) frozen unstable; urgency=high
255
256   * Fixed failure to save pathnames in a couple of places in parser.c.
257     Without this, include-directory would often try to open a garbage
258     filename.  This could be a security problem in certain cases where
259     user-owned config files were included from sysadmin-defined files,
260     and the sysadmin wants to control how a user provides services.
261
262   * Fix "-quoted strings, which previously never worked at all.
263
264   * Fixed spurious failure with `Interrupted system call' on systems
265     where fread can fail due to read giving EINTR (blech!)
266
267   * Fixed race when fd closed at startup, which could cause
268     `system call failure: kill cat for <fd>: No such process'.
269
270   * Fixed spurious assertion failure if user's home directory not
271     accessible.
272   * Fixed a couple of memory and fd leaks in error exits from
273     include-directory and include-lookup in parser.c.
274
275   * Debian and `upstream' version integrated; Changelogs merged.
276
277   * Provided `system.default' file checks /etc/userv/services.d and
278     /etc/userv/default.d; system.override runs /etc/userv/override.d.
279
280   * Add <string.h> to servexec.c.
281   * Add -D_GNU_SOURCE to CFLAGS in configure.in.
282   * Braces added in client.c to prevent GCC `ambiguous else' warning.
283
284   * Reran autoconf.
285   * autoconf-generated files included in CVS.
286
287   * Debian package description mentions use by system admin.
288
289  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 30 Jan 1999 23:38:17 +0000
290
291
292 *** Main changelog file included here - see far down this file for the
293 *** pre-0.60 Debian-specific changes.
294
295
296 userv (0.58); urgency=high
297
298   * Fixed failure to set gid when invoking service !!
299   * Fixed failure to set fd value in et_closereadfd messages from client.
300
301   * Save filename string in parse_file for error reporting (in case it is
302     overwritten by parsing code).
303   * Fixed obscure race in process.c:getevent (et_closereadfd and hold fds).
304   * `builtin version' service had error message and errno string reserve
305     values exchanged.
306
307  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 29 Jan 1998 00:00:22 +0000
308
309 userv (0.57); urgency=high
310
311   * Services provided by root work !
312   * uservd can now go into background itself (-daemon option).
313
314   * spec now has default syslog facility for rcfile messages as `user'.
315   * Better prioritisation of syslog messages.
316   * Startup error messages now go to stderr instead.
317   * SIGTERM and SIGINT now produce a syslog message.
318
319   * Version number has VEREXT component, settable via make args &c.
320   * New sections in INSTALL about exit statuses and -daemon.
321
322  -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue, 14 Oct 1997 02:04:18 +0100
323
324 userv (0.56); urgency=medium
325
326   * Server now checks itself every hour to see if its socket has been
327     stolen, and exits if it has.
328   * Client only retries connect(2) on EINTR (and does so silently).
329   * All of even master server's syslog messages have pid.
330   * Don't delete spec.sgml.in in clean targets.
331
332  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 11 Oct 1997 14:38:25 +0100
333
334 userv (0.55.2); urgency=low
335
336   * Added info about WWW page, mailing lists and bug reporting to README.
337
338   * clean targets except realclean don't remove spec.html, spec.ps,
339     lexer.[lc], tokens.h, overview.ps.  New totalclean target for
340     removing configure and config.h.in.
341
342   * Added <sys/types.h> and <errno.h> to lexer.l.m4.
343   * <sys/wait.h> instead of <wait.h>; %d instead of %ld for WEXITSTATUS
344     in overlord.c; PIPEMAXLEN etc. #defines include cast to int to avoid
345     problems with sizeof and size_t; EPROTO missing workaround.
346   * Note about SIG_IGN and `function declaration isn't a prototype' added
347     to INSTALL file in new PROBLEMS section.
348
349  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 5 Oct 1997 17:55:32 +0100
350
351 userv (0.55.1); urgency=low
352
353   * README file now shipped.
354   * Added this Changelog, and configure gets version number from it.
355
356  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 21 Sep 1997 23:58:32 +0100
357
358 userv (0.55)
359
360   * Initial release
361
362  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 21 Sep 1997 23:52:50 +0100
363
364
365 *** Old main changelog file ends here.
366 *** Now come pre-0.59 Debian-specific changes.
367
368
369 userv (0.58-1.2) unstable; urgency=low
370
371   * Non maintainer upload.
372     Fix for this error on the Arm.
373     cc1: warnings being treated as errors
374     client.c: In function callvalueoption':
375     client.c:747: warning: suggest explicit braces to avoid ambiguous else'
376     Braces inserted, to join the if statements together
377
378  -- Turbo Fredriksson <turbo@debian.org>  Thu, 20 Aug 1998 06:17:43 -0400
379
380 userv (0.58-1.1) frozen unstable; urgency=low
381
382   * Non maintainer upload
383   * Finally compiled against libc6
384   * To Brian White: Please either confirm this upload to go into frozen or
385     remove userv from frozen.
386   * Added external declaration for strsignal() to overlord.c and client.c
387
388  -- Martin Schulze <joey@finlandia.infodrom.north.de>  Sat, 18 Jul 1998 10:48:11 +0200
389
390 userv (0.58-1) unstable; urgency=low
391
392   * Upgraded to new upstream version; major security fix, error handling
393     fixes.
394
395  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 29 Jan 1998 00:03:52 +0000
396
397 userv (0.57-1) unstable; urgency=high
398
399   * Upgraded to new upstream version; fixed bug with root-provided
400     services.
401   * Uses new -daemon option in init.d script.
402   * Sets VEREXT during build to set version number.
403
404  -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue, 14 Oct 1997 02:22:22 +0100
405
406 userv (0.56-1) experimental; urgency=low
407
408   * Upgraded to new upstream version.
409
410  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 11 Oct 1997 14:13:22 +0100
411
412 userv (0.55.1-1) experimental; urgency=low
413
414   * Initial Debian release.
415
416  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon, 22 Sep 1997 01:08:23 +0100