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