Rev 38 | Rev 40 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 38 | Rev 39 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | lsh-utils (2.0.4-dfsg-3) UNRELEASED; urgency=low |
1 | lsh-utils (2.0.4-dfsg-3) unstable; urgency=low |
| 2 | 2 | ||
| 3 | * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for |
3 | * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for |
| 4 | the transition to triggerized install-info. |
4 | the transition to triggerized install-info. |
| 5 | * Add ${misc:Depends} to Depends in case Debhelper needs it in the
|
5 | * Add ${misc:Depends} to Depends in case Debhelper needs it in the
|
| 6 | future. |
6 | future. |
| Line 8... | Line 8... | ||
| 8 | * Build with Nettle 2.0 (nettle-dev) (Closes: #543131). |
8 | * Build with Nettle 2.0 (nettle-dev) (Closes: #543131). |
| 9 | * nettle_2.0.dpatch created to adapt to API changes. |
9 | * nettle_2.0.dpatch created to adapt to API changes. |
| 10 | * 30_nonettle.dpatch modified to add -lhogweed to LDADD where |
10 | * 30_nonettle.dpatch modified to add -lhogweed to LDADD where |
| 11 | appropriate. |
11 | appropriate. |
| 12 | * Add ANNOUNCE to lsh-doc. |
12 | * Add ANNOUNCE to lsh-doc. |
| - | 13 | * Rewrite lsh-server.init.d a bit: |
|
| - | 14 | * Use LSB logging functions. |
|
| - | 15 | * Let lshd daemonize and create/delete its pid file by itself. |
|
| - | 16 | * Change the Provides: line in the LSB header to "lsh-server" and |
|
| - | 17 | declare that it should start before the services that depend on an |
|
| - | 18 | SSH server (Closes: #542689). Thanks to Petter Reinholdtsen. |
|
| - | 19 | * Support the status action. |
|
| 13 | 20 | ||
| 14 | -- Magnus Holmgren <holmgren@debian.org> Tue, 01 Sep 2009 23:16:46 +0200 |
21 | -- Magnus Holmgren <holmgren@debian.org> Thu, 03 Sep 2009 00:10:38 +0200 |
| 15 | 22 | ||
| 16 | lsh-utils (2.0.4-dfsg-2) unstable; urgency=low |
23 | lsh-utils (2.0.4-dfsg-2) unstable; urgency=low |
| 17 | 24 | ||
| 18 | * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c, |
25 | * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c, |
| 19 | check whether the seed file exists before trying to lock it, and give |
26 | check whether the seed file exists before trying to lock it, and give |