Rev 85 | Rev 90 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 85 | Rev 88 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | lsh-utils (2.0.4-dfsg-8) UNRELEASED; urgency=low |
1 | lsh-utils (2.0.4-dfsg-8) unstable; urgency=low |
| 2 | 2 | ||
| 3 | * Change source format to 3.0 (quilt), renaming all patches |
3 | * Change source format to 3.0 (quilt), renaming all patches |
| 4 | from *.dpatch to *.patch and dropping the numbers. |
4 | from *.dpatch to *.patch and dropping the numbers. |
| 5 | * While 30_nonettle.dpatch was a script that used sed to modify |
5 | * While 30_nonettle.dpatch was a script that used sed to modify |
| 6 | instances of Makefile.in, nonettle.patch patches Makefile.am files as |
6 | instances of Makefile.in, nonettle.patch patches Makefile.am files as |
| Line 18... | Line 18... | ||
| 18 | * Enable tests. |
18 | * Enable tests. |
| 19 | testsuite-mini-inetd-localhost.patch (new): When told to bind to |
19 | testsuite-mini-inetd-localhost.patch (new): When told to bind to |
| 20 | "localhost", mini-inetd, which is used in certain (optional) tests, |
20 | "localhost", mini-inetd, which is used in certain (optional) tests, |
| 21 | seems to bind to 255.255.255.255, which is of course no good. Tell it |
21 | seems to bind to 255.255.255.255, which is of course no good. Tell it |
| 22 | to bind to 127.0.0.1 instead. |
22 | to bind to 127.0.0.1 instead. |
| - | 23 | * debian/lsh-doc.doc-base: Change section to the new `Network/Remote Access'. |
|
| 23 | 24 | ||
| 24 | -- Magnus Holmgren <holmgren@debian.org> Sun, 20 Mar 2011 01:24:29 +0100 |
25 | -- Magnus Holmgren <holmgren@debian.org> Sun, 20 Mar 2011 01:30:08 +0100 |
| 25 | 26 | ||
| 26 | lsh-utils (2.0.4-dfsg-7) unstable; urgency=low |
27 | lsh-utils (2.0.4-dfsg-7) unstable; urgency=low |
| 27 | 28 | ||
| 28 | * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits |
29 | * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits |
| 29 | if it fails to connect to the remote host (Closes: #485812). |
30 | if it fails to connect to the remote host (Closes: #485812). |