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