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