chiark / gitweb /
Do not delete spec.sgml.in.
[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   * Don't delete spec.sgml.in in clean targets.
8
9  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 11 Oct 1997 14:38:25 +0100
10
11 userv (0.55.2); urgency=low
12
13   * Added info about WWW page, mailing lists and bug reporting to README.  
14   
15   * clean targets except realclean don't remove spec.html, spec.ps,
16     lexer.[lc], tokens.h, overview.ps.  New totalclean target for
17     removing configure and config.h.in.
18   
19   * Added <sys/types.h> and <errno.h> to lexer.l.m4.
20   * <sys/wait.h> instead of <wait.h>; %d instead of %ld for WEXITSTATUS
21     in overlord.c; PIPEMAXLEN etc. #defines include cast to int to avoid
22     problems with sizeof and size_t; EPROTO missing workaround.
23   * Note about SIG_IGN and `function declaration isn't a prototype' added
24     to INSTALL file in new PROBLEMS section.
25
26  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 5 Oct 1997 17:55:32 +0100
27
28 userv (0.55.1); urgency=low
29
30   * README file now shipped.
31   * Added this Changelog, and configure gets version number from it.
32
33  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 21 Sep 1997 23:58:32 +0100
34
35 userv (0.55)
36
37   * Initial release
38
39  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 21 Sep 1997 23:52:50 +0100
40
41 # Local variables:
42 # mode: debian-changelog
43 # End: