Rev 71 | Rev 74 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 71 | Rev 73 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | lsh-utils (2.0.4-dfsg-7) unstable; urgency=low |
1 | lsh-utils (2.0.4-dfsg-7) unstable; urgency=low |
2 | 2 | ||
3 | * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits |
3 | * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits |
4 | if it fails to connect to the remote host (Closes: #485812). |
4 | if it fails to connect to the remote host (Closes: #485812). |
- | 5 | * ipv6_v6only.dpatch (new): Set the IPV6_V6ONLY socket option on |
|
- | 6 | AF_INET6 sockets; since lshd by default enumerates available address |
|
- | 7 | families and calls bind() once for each, conflicts will occur |
|
- | 8 | otherwise. |
|
5 | 9 | ||
6 | -- Magnus Holmgren <holmgren@debian.org> Sun, 10 Jan 2010 13:36:31 +0100 |
10 | -- Magnus Holmgren <holmgren@debian.org> Tue, 27 Jul 2010 03:15:38 +0200 |
7 | 11 | ||
8 | lsh-utils (2.0.4-dfsg-6) unstable; urgency=low |
12 | lsh-utils (2.0.4-dfsg-6) unstable; urgency=low |
9 | 13 | ||
10 | * Change libreadline build dependency to just libreadline-dev |
14 | * Change libreadline build dependency to just libreadline-dev |
11 | (Closes: #553804). |
15 | (Closes: #553804). |