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