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