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