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