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