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