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