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