chiark / gitweb /
Server checks itself every hour, and logs with pid.
[userv.git] / Changelog
1 userv (0.56); urgency=medium
2
3   * Server now checks itself every hour to see if its socket has been
4     stolen, and exits if it has.
5   * Client only retries connect(2) on EINTR (and does so silently).
6   * All of even master server's syslog messages have pid.
7
8  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 11 Oct 1997 13:45:38 +0100
9
10 userv (0.55.2); urgency=low
11
12   * Added info about WWW page, mailing lists and bug reporting to README.  
13   
14   * clean targets except realclean don't remove spec.html, spec.ps,
15     lexer.[lc], tokens.h, overview.ps.  New totalclean target for
16     removing configure and config.h.in.
17   
18   * Added <sys/types.h> and <errno.h> to lexer.l.m4.
19   * <sys/wait.h> instead of <wait.h>; %d instead of %ld for WEXITSTATUS
20     in overlord.c; PIPEMAXLEN etc. #defines include cast to int to avoid
21     problems with sizeof and size_t; EPROTO missing workaround.
22   * Note about SIG_IGN and `function declaration isn't a prototype' added
23     to INSTALL file in new PROBLEMS section.
24
25  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 5 Oct 1997 17:55:32 +0100
26
27 userv (0.55.1); urgency=low
28
29   * README file now shipped.
30   * Added this Changelog, and configure gets version number from it.
31
32  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 21 Sep 1997 23:58:32 +0100
33
34 userv (0.55)
35
36   * Initial release
37
38  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 21 Sep 1997 23:52:50 +0100
39
40 # Local variables:
41 # mode: debian-changelog
42 # End: