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