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