chiark / gitweb /
6c31e05266cbf5b6a09f40a8a7e3b47d2d3df6c7
[userv.git] / debian / changelog
1 userv (1.0.2) unstable; urgency=low
2
3   * Specification's usage notes section improved.
4   * --help and --version behaviour made to conform to GNU standards.
5   * userv(1) manpage: fixed broken definitions of fd excl and trunc.
6
7  --
8
9 userv (1.0.1) stable frozen unstable; urgency=high
10
11   IMPORTANT SECURITY FIX:
12   * fd swapping algorithm would sometimes corrupt security-critical data
13     used to generate the service program's USERV_ environment variables.
14     For details see the 1.0.1 announcement in the userv-announce archives.
15
16   Portability improvement:
17   * Look for `md5' as well as `md5sum' - installs easier on BSDs.
18
19  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 27 Jul 2000 01:06:30 +0100
20
21 userv (1.0.0) unstable; urgency=low
22
23   * Manpage userv(1) from Ben Harris.  (Debian bug #33777.)
24   * Released out of beta (version number change).
25   * Added a couple of things to .cvsignore.
26
27  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon,  6 Mar 2000 18:13:49 +0000
28
29 userv (0.95.0) unstable; urgency=low
30
31   * Count \-continued lines properly in error message line numbers.
32   * Fix lexing bugs with "-quoted strings and \-continuation.
33   * Fix interpretation of \n etc. in "-quoted strings.
34   * Fix bug which ignored erroneous read/write after ignore-fd/reject-fd.
35
36  -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue,  9 Nov 1999 23:26:54 +0000
37
38 userv (0.65.2) unstable; urgency=high
39
40   * In client, copy results from getpw* when necessary.  This fixes what
41     could be a security problem on some platforms.
42   * Avoid accessing backup, auto-save files, etc, with include-lookup.
43     Everything except a-z 0-9 - _ must now be prefixed by a colon.
44   * Allow \ to continue lines (and do sensible things with whitespace in
45     `message' and `error' directives).
46
47  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 10 Oct 1999 12:48:47 +0100
48
49 userv (0.64.1) unstable; urgency=low
50
51   * New "shutdown" builtin service for terminating uservd.
52   * Spec. document shows subsections in TOC.
53
54   * setenv emulation using putenv works properly (previously you would get
55     wrong environment variable settings).  (Thanks to Ben Harris.)
56   * Makefile bug fixed (tokens.h would sometimes not be rebuilt).
57
58   * Regenerated formatted documentation (spec.ps, spec.html).
59
60  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 20 Jun 1999 19:13:42 +0100
61
62 userv (0.62) unstable; urgency=low
63
64   * New builtin service `help' lists builtin services.
65   
66   INSTALL improvements:
67   * Document locations of required programs.
68   * Sort-of document debugging version.
69   
70   Portability fixes for:
71   * md5sum with extra `-'.
72   * -lsocket required for socket().
73   * missing `LOG_AUTHPRIV'.
74   * `logname' name clash.    
75   * missing setenv() (synthesize using putenv).
76   * various required #include's were omitted.
77   * install rule in Makefile `if ! test ...' changed to `if test ! ...'
78
79   Build arrangements changed (new GNU coding standards targets etc):
80   * m4 and flex output now shipped.
81   * `dist' target in Makefile.
82   * Manuals in CVS and shipped pre-formatted.
83
84   * Reran autoconf/autoheader, latest version.
85   * Updated email address to ian@davenant.greenend.org.uk throughout.
86
87  -- Ian Jackson <ian@chiark.greenend.org.uk>  Sun, 18 Apr 1999 20:08:12 +0100
88
89 userv (0.60.3) frozen unstable; urgency=medium
90
91   * Fixed misdequoting of \<newline> in "-quoted strings.
92   * Removed -Werror by default.  (Bug#32758, Bug#32747)
93
94  -- Ian Jackson <ian@chiark.greenend.org.uk>  Wed,  3 Feb 1999 22:24:33 +0000
95
96 userv (0.60.2) frozen unstable; urgency=high
97
98   * Fixed failure to save pathnames in a couple of places in parser.c.
99     Without this, include-directory would often try to open a garbage
100     filename.  This could be a security problem in certain cases where
101     user-owned config files were included from sysadmin-defined files,
102     and the sysadmin wants to control how a user provides services.
103
104   * Fix "-quoted strings, which previously never worked at all.
105
106   * Fixed spurious failure with `Interrupted system call' on systems
107     where fread can fail due to read giving EINTR (blech!)
108
109   * Fixed race when fd closed at startup, which could cause
110     `system call failure: kill cat for <fd>: No such process'.
111
112   * Fixed spurious assertion failure if user's home directory not
113     accessible.
114   * Fixed a couple of memory and fd leaks in error exits from
115     include-directory and include-lookup in parser.c.
116
117   * Debian and `upstream' version integrated; Changelogs merged.
118
119   * Provided `system.default' file checks /etc/userv/services.d and
120     /etc/userv/default.d; system.override runs /etc/userv/override.d.
121
122   * Add <string.h> to servexec.c.
123   * Add -D_GNU_SOURCE to CFLAGS in configure.in.
124   * Braces added in client.c to prevent GCC `ambiguous else' warning.
125
126   * Reran autoconf.
127   * autoconf-generated files included in CVS.
128
129   * Debian package description mentions use by system admin.
130
131  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 30 Jan 1999 23:38:17 +0000
132
133
134 *** Main changelog file included here - see far down this file for the
135 *** pre-0.60 Debian-specific changes.
136
137
138 userv (0.58); urgency=high
139
140   * Fixed failure to set gid when invoking service !!
141   * Fixed failure to set fd value in et_closereadfd messages from client.
142
143   * Save filename string in parse_file for error reporting (in case it is
144     overwritten by parsing code).
145   * Fixed obscure race in process.c:getevent (et_closereadfd and hold fds).
146   * `builtin version' service had error message and errno string reserve
147     values exchanged.
148
149  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 29 Jan 1998 00:00:22 +0000
150
151 userv (0.57); urgency=high
152
153   * Services provided by root work !
154   * uservd can now go into background itself (-daemon option).
155
156   * spec now has default syslog facility for rcfile messages as `user'.
157   * Better prioritisation of syslog messages.
158   * Startup error messages now go to stderr instead.
159   * SIGTERM and SIGINT now produce a syslog message.
160
161   * Version number has VEREXT component, settable via make args &c.
162   * New sections in INSTALL about exit statuses and -daemon.
163
164  -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue, 14 Oct 1997 02:04:18 +0100
165
166 userv (0.56); urgency=medium
167
168   * Server now checks itself every hour to see if its socket has been
169     stolen, and exits if it has.
170   * Client only retries connect(2) on EINTR (and does so silently).
171   * All of even master server's syslog messages have pid.
172   * Don't delete spec.sgml.in in clean targets.
173
174  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 11 Oct 1997 14:38:25 +0100
175
176 userv (0.55.2); urgency=low
177
178   * Added info about WWW page, mailing lists and bug reporting to README.
179
180   * clean targets except realclean don't remove spec.html, spec.ps,
181     lexer.[lc], tokens.h, overview.ps.  New totalclean target for
182     removing configure and config.h.in.
183
184   * Added <sys/types.h> and <errno.h> to lexer.l.m4.
185   * <sys/wait.h> instead of <wait.h>; %d instead of %ld for WEXITSTATUS
186     in overlord.c; PIPEMAXLEN etc. #defines include cast to int to avoid
187     problems with sizeof and size_t; EPROTO missing workaround.
188   * Note about SIG_IGN and `function declaration isn't a prototype' added
189     to INSTALL file in new PROBLEMS section.
190
191  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 5 Oct 1997 17:55:32 +0100
192
193 userv (0.55.1); urgency=low
194
195   * README file now shipped.
196   * Added this Changelog, and configure gets version number from it.
197
198  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 21 Sep 1997 23:58:32 +0100
199
200 userv (0.55)
201
202   * Initial release
203
204  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 21 Sep 1997 23:52:50 +0100
205
206
207 *** Old main changelog file ends here.
208 *** Now come pre-0.59 Debian-specific changes.
209
210
211 userv (0.58-1.2) unstable; urgency=low
212
213   * Non maintainer upload.
214     Fix for this error on the Arm.
215     cc1: warnings being treated as errors
216     client.c: In function callvalueoption':
217     client.c:747: warning: suggest explicit braces to avoid ambiguous else'
218     Braces inserted, to join the if statements together
219
220  -- Turbo Fredriksson <turbo@debian.org>  Thu, 20 Aug 1998 06:17:43 -0400
221
222 userv (0.58-1.1) frozen unstable; urgency=low
223
224   * Non maintainer upload
225   * Finally compiled against libc6
226   * To Brian White: Please either confirm this upload to go into frozen or
227     remove userv from frozen.
228   * Added external declaration for strsignal() to overlord.c and client.c
229
230  -- Martin Schulze <joey@finlandia.infodrom.north.de>  Sat, 18 Jul 1998 10:48:11 +0200
231
232 userv (0.58-1) unstable; urgency=low
233
234   * Upgraded to new upstream version; major security fix, error handling
235     fixes.
236
237  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 29 Jan 1998 00:03:52 +0000
238
239 userv (0.57-1) unstable; urgency=high
240
241   * Upgraded to new upstream version; fixed bug with root-provided
242     services.
243   * Uses new -daemon option in init.d script.
244   * Sets VEREXT during build to set version number.
245
246  -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue, 14 Oct 1997 02:22:22 +0100
247
248 userv (0.56-1) experimental; urgency=low
249
250   * Upgraded to new upstream version.
251
252  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 11 Oct 1997 14:13:22 +0100
253
254 userv (0.55.1-1) experimental; urgency=low
255
256   * Initial Debian release.
257
258  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon, 22 Sep 1997 01:08:23 +0100
259
260 # Local variables:
261 # mode: debian-changelog
262 # End: