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