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