chiark / gitweb /
String-termination bugfix. Compilation fixes (-D_GNU_SOURCE, etc.), and some config...
[userv.git] / Changelog
1 userv (0.59); urgency=high
2   
3   * Fix failure to terminate string properly in parser.c, which could
4     cause some problems with "-quoted strings.  (This is not thought to be
5     security-critical, and the bug can be avoided by not using "-quoted
6     strings in configuration files.)
7   
8   * Provided `system.default' file checks /etc/userv/services.d and
9     /etc/userv/default.d; system.override runs /etc/userv/override.d.
10   
11   * Add <string.h> to servexec.c.
12   * Add -D_GNU_SOURCE to CFLAGS in configure.in.
13   * Braces added in client.c to prevent GCC `ambiguous else' warning.
14
15  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 30 Jan 1999 19:37:17 +0000
16
17 userv (0.58); urgency=high
18
19   * Fixed failure to set gid when invoking service !!
20   * Fixed failure to set fd value in et_closereadfd messages from client.
21
22   * Save filename string in parse_file for error reporting (in case it is
23     overwritten by parsing code).
24   * Fixed obscure race in process.c:getevent (et_closereadfd and hold fds).
25   * `builtin version' service had error message and errno string reserve
26     values exchanged.
27
28  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 29 Jan 1998 00:00:22 +0000
29
30 userv (0.57); urgency=high
31
32   * Services provided by root work !
33   * uservd can now go into background itself (-daemon option).
34
35   * spec now has default syslog facility for rcfile messages as `user'.
36   * Better prioritisation of syslog messages.
37   * Startup error messages now go to stderr instead.
38   * SIGTERM and SIGINT now produce a syslog message.
39
40   * Version number has VEREXT component, settable via make args &c.
41   * New sections in INSTALL about exit statuses and -daemon.
42
43  -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue, 14 Oct 1997 02:04:18 +0100
44
45 userv (0.56); urgency=medium
46
47   * Server now checks itself every hour to see if its socket has been
48     stolen, and exits if it has.
49   * Client only retries connect(2) on EINTR (and does so silently).
50   * All of even master server's syslog messages have pid.
51   * Don't delete spec.sgml.in in clean targets.
52
53  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 11 Oct 1997 14:38:25 +0100
54
55 userv (0.55.2); urgency=low
56
57   * Added info about WWW page, mailing lists and bug reporting to README.  
58   
59   * clean targets except realclean don't remove spec.html, spec.ps,
60     lexer.[lc], tokens.h, overview.ps.  New totalclean target for
61     removing configure and config.h.in.
62   
63   * Added <sys/types.h> and <errno.h> to lexer.l.m4.
64   * <sys/wait.h> instead of <wait.h>; %d instead of %ld for WEXITSTATUS
65     in overlord.c; PIPEMAXLEN etc. #defines include cast to int to avoid
66     problems with sizeof and size_t; EPROTO missing workaround.
67   * Note about SIG_IGN and `function declaration isn't a prototype' added
68     to INSTALL file in new PROBLEMS section.
69
70  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 5 Oct 1997 17:55:32 +0100
71
72 userv (0.55.1); urgency=low
73
74   * README file now shipped.
75   * Added this Changelog, and configure gets version number from it.
76
77  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 21 Sep 1997 23:58:32 +0100
78
79 userv (0.55)
80
81   * Initial release
82
83  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 21 Sep 1997 23:52:50 +0100
84
85 # Local variables:
86 # mode: debian-changelog
87 # End: