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