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