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