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