-
Notifications
You must be signed in to change notification settings - Fork 28
/
ChangeLog
118 lines (84 loc) · 3.43 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
0.13 (2019-10-19)
Changes by Stuart Cardall:
- Updated help message.
Changes by Paul Warren:
- Avoid segfault in "-f" mode.
Changes by Wojtek Kaniewski:
- Support automake's "make check" target.
0.12 (2016-10-24)
Changes by Wojtek Kaniewski <[email protected]>:
- make -4 and -6 work the way they were intended,
- remove -H option, but leave enough information for the users to get the
same result,
- warn when both local and remote address are of the same type.
Changes by Jari Aalto <[email protected]>:
- spelling fixes.
0.11 (2016-02-26)
Changes by Wojtek Kaniewski <[email protected]>:
- changed license to GPL version 2. There was no license information before
which caused confusion. Code by Tomasz Lipski <[email protected]> and awayzzz
<[email protected]> had to be removed, because their e-mail addresses
were dead and googling for them gave no useful information. The missing
features have been rewritten from scratch. If any offending code is still
here, please let me know. I've done my best, but I haven't used any
version control 5 years ago,
- changed e-mail address,
- ignore IPv4/IPv6 address hints when option -H is present.
Changes by Ramunas Lukosevicius <[email protected]>
- fixed source mapping bug,
- SIGHUP reloads map file.
Changes by Roland Stigge <[email protected]>
- fix an error in the "hints" handling of the host resolver which confused
local/source and remote hint (AF_INET/AF_INET6).
Changes by Olaf Rempel <[email protected]>
- correct option -f.
0.10 (2003-06-12)
Changes by Wojtek Kaniewski <[email protected]>:
- major code cleanup,
- select() before accept(), so 6tunnel won't hang on sys_socketcall.
- fixed losing data under heavy load, when write() didn't send all
data. unsent data is stored in a buffer,
- autoconf,
- supports pid file (idea by misio <[email protected]>).
0.09 (2001-10-18)
Changes by Wojtek Kaniewski <[email protected]>:
- included patch from OpenBSD port by Patroklos Argyroudis <[email protected]>.
- fixing the fix - patch by awayzzz <[email protected]>.
0.08 (2001-10-13)
Changes by Dariusz Jackowski <[email protected]>:
- modified IPv4 to IPv6 mapping -- better memory managing.
Changes by Wojtek Kaniewski <[email protected]>:
- some memory leaks fixed thanks to Sorrow The Prince <[email protected]>.
- fixed dos condition thanks to awayzzz <[email protected]>.
0.07 (2000-11-19)
Changes by Tomasz Lipski <[email protected]>:
- added IPv4 to IPv6 mapping table for binding to different IPv6 addresses,
- fixed multiple connections handling for BSD,
- fixed manpage installation path.
Changes by Wojtek Kaniewski <[email protected]>:
- fixed some typos,
- connection limit (-L),
- changes installation prefix from /usr to /usr/local.
0.06 (2000-09-11)
Changes by Wojtek Kaniewski <[email protected]>:
- added -u, quick patch.
0.05 (2000-06-25)
Changes by Wojtek Kaniewski <[email protected]>:
- added shadowing of args which store -i or -I passwords,
- added changelog (huh, that was the most difficult part ;)),
- fixed Makefile to compile propertly on BSD with native IPv6 support
(FreeBSD 4.0 for example).
0.04 (2000-02-24)
Changes by Wojtek Kaniewski <[email protected]>:
- added irc proxy,
- added hexdump of forwaded packets.
0.03 (2000-02-01)
Changes by Wojtek Kaniewski <[email protected]>:
- added listening on IPv4 address,
- added man page,
- almost complete rewrite.
0.02 (2000-01-13)
Changes by Wojtek Kaniewski <[email protected]>:
- added detaching, verbose mode.
0.01 (2000-01-12)
Initial release.