chiark / gitweb /
@@ -1,3 +1,9 @@
[userv.git] / debian / changelog
1 userv (1.0.1.99.3) unstable; urgency=low
2
3   * Actually apply _all_ of PJB's fd patch!
4
5  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat,  1 Nov 2003 00:44:44 +0000
6
7 userv (1.0.1.99.2) unstable; urgency=low
8
9   * Actually ship uservd(8) !
10   * Fix fd modifier, signal, and exit status parsing to be rigourous in
11     their use of strtoul.  (Thanks to report from Peter Benie.)
12   * Close unwanted pipes in client-side cat subprocesses, to avoid
13     wedging at termination.  (Thanks to patchlet from Peter Benie.)
14
15  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat,  1 Nov 2003 00:19:01 +0000
16
17 userv (1.0.1.99.1) unstable; urgency=low
18
19   Debian packaging improvements:
20   * Standards-Version 3.6.1.
21   * /etc/init.d/userv nicer output: colons, . printed after done.
22   * Maintainer scripts use invoke-rc.d if it's available.
23   * Maintainer scripts discard stdout from update-rc.d.
24   * No more messing with /usr/doc, must have /usr/share/doc.
25   * Support unstripped binaries in the .deb, with DEB_BUILD_OPTIONS.
26   * Fixed typo in debian/copyright.
27   * When doing /etc/init.d/userv restart, don't mind if not already
28     running.
29   * debian/rules clean removes whole spec.html subdirectory.
30   * Ship spec.ps (Closes: #210859)
31   * added lintian override for suid binary userv (Closes: #211055)
32   (Thanks to Martin Pitt's NMU for inspirations and one-liners.)
33   
34  -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri, 31 Oct 2003 22:55:37 +0000
35
36 userv (1.0.1.99.0) unstable; urgency=low
37
38   Bugfixes:
39   * Make require-fd work with reading fds !
40     (Thanks to Ben Harris for the bug report).
41   * gid_t may be >int, so cast to long when putting in USERV_GIDS
42     (Might conceivably make USERV_GIDS be wrong on some platforms.)
43   * Do not pass char to ctype macros; they can't cope with -ve !
44
45   Portability fixes:
46   * #include <fcntl.h>, not <sys/fcntl.h> (fixes some implicit decls).
47   * Look for gmd5sum.  (Thanks to Anton Altaparmakov for the report.)
48   * install-sh updated to that from autoconf 2.53.
49   * Use fcntl F_{GET,SET}FD with respect for as-yet-uninvented fd flags.
50     (small patch from Ben Harris.)
51
52   Documentation and help improvements:
53   * userv(1) manpage: fixed broken definitions of fd excl and trunc.
54     (Debian bug report: Closes: #79579.)
55   * Specification's usage notes section improved.
56   * --help and --version behaviour made to conform to GNU standards.
57   * We do ship m4 and flex output now, so say so.
58   * Some groff warnings in userv(1), and source version fixed.
59   * New userv(8) manpage.  (Debian: Closes: #33777.)
60
61   Debian:
62   * Priority changed to optional as per override file.
63   * Added Build-Depends: debiandoc-sgml, tetex-bin.  Closes #190615.
64   * init.d reload is noop, restart now called restart.  Closes #70783.
65
66  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 29 Jun 2003 22:23:43 +0100
67
68 userv (1.0.1.1potatp.1) unstable; urgency=low
69
70   NMU:
71   * FHS transition (closes #91578)
72   * Corrected location of common licenses
73   * Added -isp to dpkg-gencontrol
74
75  -- Bas Zoetekouw <bas@debian.org>  Wed,  8 Aug 2001 17:42:37 +0200
76
77 userv (1.0.1) stable frozen unstable; urgency=high
78
79   IMPORTANT SECURITY FIX:
80   * fd swapping algorithm would sometimes corrupt security-critical data
81     used to generate the service program's USERV_ environment variables.
82     For details see the 1.0.1 announcement in the userv-announce archives.
83
84   Portability improvement:
85   * Look for `md5' as well as `md5sum' - installs easier on BSDs.
86
87  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 27 Jul 2000 01:06:30 +0100
88
89 userv (1.0.0) unstable; urgency=low
90
91   * Manpage userv(1) from Ben Harris.  (Debian bug #33777.)
92   * Released out of beta (version number change).
93   * Added a couple of things to .cvsignore.
94
95  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon,  6 Mar 2000 18:13:49 +0000
96
97 userv (0.95.0) unstable; urgency=low
98
99   * Count \-continued lines properly in error message line numbers.
100   * Fix lexing bugs with "-quoted strings and \-continuation.
101   * Fix interpretation of \n etc. in "-quoted strings.
102   * Fix bug which ignored erroneous read/write after ignore-fd/reject-fd.
103
104  -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue,  9 Nov 1999 23:26:54 +0000
105
106 userv (0.65.2) unstable; urgency=high
107
108   * In client, copy results from getpw* when necessary.  This fixes what
109     could be a security problem on some platforms.
110   * Avoid accessing backup, auto-save files, etc, with include-lookup.
111     Everything except a-z 0-9 - _ must now be prefixed by a colon.
112   * Allow \ to continue lines (and do sensible things with whitespace in
113     `message' and `error' directives).
114
115  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 10 Oct 1999 12:48:47 +0100
116
117 userv (0.64.1) unstable; urgency=low
118
119   * New "shutdown" builtin service for terminating uservd.
120   * Spec. document shows subsections in TOC.
121
122   * setenv emulation using putenv works properly (previously you would get
123     wrong environment variable settings).  (Thanks to Ben Harris.)
124   * Makefile bug fixed (tokens.h would sometimes not be rebuilt).
125
126   * Regenerated formatted documentation (spec.ps, spec.html).
127
128  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 20 Jun 1999 19:13:42 +0100
129
130 userv (0.62) unstable; urgency=low
131
132   * New builtin service `help' lists builtin services.
133   
134   INSTALL improvements:
135   * Document locations of required programs.
136   * Sort-of document debugging version.
137   
138   Portability fixes for:
139   * md5sum with extra `-'.
140   * -lsocket required for socket().
141   * missing `LOG_AUTHPRIV'.
142   * `logname' name clash.    
143   * missing setenv() (synthesize using putenv).
144   * various required #include's were omitted.
145   * install rule in Makefile `if ! test ...' changed to `if test ! ...'
146
147   Build arrangements changed (new GNU coding standards targets etc):
148   * m4 and flex output now shipped.
149   * `dist' target in Makefile.
150   * Manuals in CVS and shipped pre-formatted.
151
152   * Reran autoconf/autoheader, latest version.
153   * Updated email address to ian@davenant.greenend.org.uk throughout.
154
155  -- Ian Jackson <ian@chiark.greenend.org.uk>  Sun, 18 Apr 1999 20:08:12 +0100
156
157 userv (0.60.3) frozen unstable; urgency=medium
158
159   * Fixed misdequoting of \<newline> in "-quoted strings.
160   * Removed -Werror by default.  (Bug#32758, Bug#32747)
161
162  -- Ian Jackson <ian@chiark.greenend.org.uk>  Wed,  3 Feb 1999 22:24:33 +0000
163
164 userv (0.60.2) frozen unstable; urgency=high
165
166   * Fixed failure to save pathnames in a couple of places in parser.c.
167     Without this, include-directory would often try to open a garbage
168     filename.  This could be a security problem in certain cases where
169     user-owned config files were included from sysadmin-defined files,
170     and the sysadmin wants to control how a user provides services.
171
172   * Fix "-quoted strings, which previously never worked at all.
173
174   * Fixed spurious failure with `Interrupted system call' on systems
175     where fread can fail due to read giving EINTR (blech!)
176
177   * Fixed race when fd closed at startup, which could cause
178     `system call failure: kill cat for <fd>: No such process'.
179
180   * Fixed spurious assertion failure if user's home directory not
181     accessible.
182   * Fixed a couple of memory and fd leaks in error exits from
183     include-directory and include-lookup in parser.c.
184
185   * Debian and `upstream' version integrated; Changelogs merged.
186
187   * Provided `system.default' file checks /etc/userv/services.d and
188     /etc/userv/default.d; system.override runs /etc/userv/override.d.
189
190   * Add <string.h> to servexec.c.
191   * Add -D_GNU_SOURCE to CFLAGS in configure.in.
192   * Braces added in client.c to prevent GCC `ambiguous else' warning.
193
194   * Reran autoconf.
195   * autoconf-generated files included in CVS.
196
197   * Debian package description mentions use by system admin.
198
199  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 30 Jan 1999 23:38:17 +0000
200
201
202 *** Main changelog file included here - see far down this file for the
203 *** pre-0.60 Debian-specific changes.
204
205
206 userv (0.58); urgency=high
207
208   * Fixed failure to set gid when invoking service !!
209   * Fixed failure to set fd value in et_closereadfd messages from client.
210
211   * Save filename string in parse_file for error reporting (in case it is
212     overwritten by parsing code).
213   * Fixed obscure race in process.c:getevent (et_closereadfd and hold fds).
214   * `builtin version' service had error message and errno string reserve
215     values exchanged.
216
217  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 29 Jan 1998 00:00:22 +0000
218
219 userv (0.57); urgency=high
220
221   * Services provided by root work !
222   * uservd can now go into background itself (-daemon option).
223
224   * spec now has default syslog facility for rcfile messages as `user'.
225   * Better prioritisation of syslog messages.
226   * Startup error messages now go to stderr instead.
227   * SIGTERM and SIGINT now produce a syslog message.
228
229   * Version number has VEREXT component, settable via make args &c.
230   * New sections in INSTALL about exit statuses and -daemon.
231
232  -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue, 14 Oct 1997 02:04:18 +0100
233
234 userv (0.56); urgency=medium
235
236   * Server now checks itself every hour to see if its socket has been
237     stolen, and exits if it has.
238   * Client only retries connect(2) on EINTR (and does so silently).
239   * All of even master server's syslog messages have pid.
240   * Don't delete spec.sgml.in in clean targets.
241
242  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 11 Oct 1997 14:38:25 +0100
243
244 userv (0.55.2); urgency=low
245
246   * Added info about WWW page, mailing lists and bug reporting to README.
247
248   * clean targets except realclean don't remove spec.html, spec.ps,
249     lexer.[lc], tokens.h, overview.ps.  New totalclean target for
250     removing configure and config.h.in.
251
252   * Added <sys/types.h> and <errno.h> to lexer.l.m4.
253   * <sys/wait.h> instead of <wait.h>; %d instead of %ld for WEXITSTATUS
254     in overlord.c; PIPEMAXLEN etc. #defines include cast to int to avoid
255     problems with sizeof and size_t; EPROTO missing workaround.
256   * Note about SIG_IGN and `function declaration isn't a prototype' added
257     to INSTALL file in new PROBLEMS section.
258
259  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 5 Oct 1997 17:55:32 +0100
260
261 userv (0.55.1); urgency=low
262
263   * README file now shipped.
264   * Added this Changelog, and configure gets version number from it.
265
266  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 21 Sep 1997 23:58:32 +0100
267
268 userv (0.55)
269
270   * Initial release
271
272  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 21 Sep 1997 23:52:50 +0100
273
274
275 *** Old main changelog file ends here.
276 *** Now come pre-0.59 Debian-specific changes.
277
278
279 userv (0.58-1.2) unstable; urgency=low
280
281   * Non maintainer upload.
282     Fix for this error on the Arm.
283     cc1: warnings being treated as errors
284     client.c: In function callvalueoption':
285     client.c:747: warning: suggest explicit braces to avoid ambiguous else'
286     Braces inserted, to join the if statements together
287
288  -- Turbo Fredriksson <turbo@debian.org>  Thu, 20 Aug 1998 06:17:43 -0400
289
290 userv (0.58-1.1) frozen unstable; urgency=low
291
292   * Non maintainer upload
293   * Finally compiled against libc6
294   * To Brian White: Please either confirm this upload to go into frozen or
295     remove userv from frozen.
296   * Added external declaration for strsignal() to overlord.c and client.c
297
298  -- Martin Schulze <joey@finlandia.infodrom.north.de>  Sat, 18 Jul 1998 10:48:11 +0200
299
300 userv (0.58-1) unstable; urgency=low
301
302   * Upgraded to new upstream version; major security fix, error handling
303     fixes.
304
305  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 29 Jan 1998 00:03:52 +0000
306
307 userv (0.57-1) unstable; urgency=high
308
309   * Upgraded to new upstream version; fixed bug with root-provided
310     services.
311   * Uses new -daemon option in init.d script.
312   * Sets VEREXT during build to set version number.
313
314  -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue, 14 Oct 1997 02:22:22 +0100
315
316 userv (0.56-1) experimental; urgency=low
317
318   * Upgraded to new upstream version.
319
320  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 11 Oct 1997 14:13:22 +0100
321
322 userv (0.55.1-1) experimental; urgency=low
323
324   * Initial Debian release.
325
326  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon, 22 Sep 1997 01:08:23 +0100
327
328 # Local variables:
329 # mode: debian-changelog
330 # End: