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