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