]> mj.ucw.cz Git - sock.git/blob - ChangeLog
Debian: Squeeze needs debian/compat
[sock.git] / ChangeLog
1 2001-06-12  Martin Mares  <mj@albireo.ucw.cz>
2
3         * Released as version 1.1.
4
5         * Created a Debian package.
6
7         * sock.c, configure.in: Portability fixes for FreeBSD, Solaris and IRIX.
8
9         * sock.c (main): Cast arg 4 of setsockopt to void * (portability).
10
11         * sock.c (sigchld_handler): Use waitpid instead of wait3 (portability).
12
13         * sock.c (setup_sigchld): Use memset instead of bzero (portability).
14
15         * Makefile.in (clean): find: Use "-o" instead of "-or" (portability).
16
17         * sock.1: Updated the man page.
18
19         * sock.c: Added the "-n" (avoid reverse DNS lookups) switch.
20
21         * sock.c: Inverted the "-e" switch: default is now to terminate
22         after seeing EOF in both direction.
23
24         * sock.c: When an address is missing, assume localhost.
25         This way "sock :23" etc. works as expected.
26
27         * sock.c: Reworked allocation of sockaddr's, so UNIX domain
28         sockets work with long filenames.
29
30 Tue Jul 21 20:19:54 1998  Martin Mares  <mj@albireo.ucw.cz>
31
32         * sock.c (main): Fixed operation in UDP mode.
33
34 Thu Jul 16 13:56:11 1998  Martin Mares  <mj@albireo.ucw.cz>
35
36         * sock.c: Added few missing #includes.
37         (name_addr): Fixed processing of unresolved addresses.
38