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