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