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