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