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