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