Rev 83 | Rev 87 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 83 | Rev 86 | ||
|---|---|---|---|
| - | 1 | nettle (2.3-1) unstable; urgency=low |
|
| - | 2 | ||
| - | 3 | * New upstream release. |
|
| - | 4 | ||
| - | 5 | -- Magnus Holmgren <holmgren@debian.org> Sat, 03 Sep 2011 00:31:45 +0200 |
|
| - | 6 | ||
| 1 | nettle (2.2-1) unstable; urgency=low |
7 | nettle (2.2-1) unstable; urgency=low |
| 2 | 8 | ||
| 3 | * New upstream release (Closes: #633574). |
9 | * New upstream release (Closes: #633574). |
| 4 | - The function nettle_arcfour_stream() was dropped without changing |
10 | - The function nettle_arcfour_stream() was dropped without changing |
| 5 | the SONAME, because it was undocumented and untested and should not |
11 | the SONAME, because it was undocumented and untested and should not |
| 6 | be in use. |
12 | be in use. |
| 7 | * Add symbols files and correct dependencies in shlibs files. |
13 | * Add symbols files and correct dependencies in shlibs files. |
| 8 | * Update copyright information, in particular regarding blowfish and |
14 | * Update copyright information, in particular regarding blowfish and |
| 9 | serpent, trying to follow DEP5. |
15 | serpent, trying to follow DEP5. |
| 10 | * Add manpage nettle-hash(1) and mention nettle-hash in description of |
16 | * Add manpage nettle-hash(1) and mention nettle-hash in description of |
| 11 | nettle-bin. |
17 | nettle-bin. |
| 12 | * Add multi-arch support. |
18 | * Add multi-arch support. |
| 13 | * Bump Standards-Version to 3.9.2. |
19 | * Bump Standards-Version to 3.9.2. |
| 14 | * Switch to Debhelper compat level 8. |
20 | * Switch to Debhelper compat level 8. |
| 15 | * nettle-bin: Change Conflicts from moving sexp-conv into |
21 | * nettle-bin: Change Conflicts from moving sexp-conv into |
| 16 | Breaks+Replaces and drop long-obsolete conflict with libnettle1. |
22 | Breaks+Replaces and drop long-obsolete conflict with libnettle1. |
| 17 | * Improve libnettle and libhogweed package descriptions, explaining the |
23 | * Improve libnettle and libhogweed package descriptions, explaining the |
| 18 | difference between them. |
24 | difference between them. |
| 19 | 25 | ||
| 20 | -- Magnus Holmgren <holmgren@debian.org> Sat, 06 Aug 2011 19:13:56 +0200 |
26 | -- Magnus Holmgren <holmgren@debian.org> Sat, 06 Aug 2011 19:13:56 +0200 |
| 21 | 27 | ||
| 22 | nettle (2.1-2) unstable; urgency=low |
28 | nettle (2.1-2) unstable; urgency=low |
| 23 | 29 | ||
| 24 | * Upload to unstable. |
30 | * Upload to unstable. |
| 25 | * Increase Debhelper compat level to 7. |
31 | * Increase Debhelper compat level to 7. |
| 26 | * debian/rules: Add build-indep and build-arch targets. |
32 | * debian/rules: Add build-indep and build-arch targets. |
| 27 | * debian/copyright: Add entry for dsa2sexp.c. |
33 | * debian/copyright: Add entry for dsa2sexp.c. |
| 28 | * No longer suggest lsh-utils-doc as an alternative to lsh-doc. |
34 | * No longer suggest lsh-utils-doc as an alternative to lsh-doc. |
| 29 | 35 | ||
| 30 | -- Magnus Holmgren <holmgren@debian.org> Sun, 20 Mar 2011 01:48:24 +0100 |
36 | -- Magnus Holmgren <holmgren@debian.org> Sun, 20 Mar 2011 01:48:24 +0100 |
| 31 | 37 | ||
| 32 | nettle (2.1-1) experimental; urgency=low |
38 | nettle (2.1-1) experimental; urgency=low |
| 33 | 39 | ||
| 34 | * New upstream release (Closes: #594386). Thanks to Sedat Dilek for |
40 | * New upstream release (Closes: #594386). Thanks to Sedat Dilek for |
| 35 | sorting things out. |
41 | sorting things out. |
| 36 | - Drop rsa2sexp_algorithm_name.dpatch, 20_link_with_gmp.dpatch; |
42 | - Drop rsa2sexp_algorithm_name.dpatch, 20_link_with_gmp.dpatch; |
| 37 | incorporated upstream. |
43 | incorporated upstream. |
| 38 | - The SOVERSIONs of libnettle and libhogweed have changed to 4 and 2, |
44 | - The SOVERSIONs of libnettle and libhogweed have changed to 4 and 2, |
| 39 | respectively; update and rename debian/control, debian/libnettle3.*, |
45 | respectively; update and rename debian/control, debian/libnettle3.*, |
| 40 | debian/libhogweed1.*, and debian/nettle-bin.links accordingly. |
46 | debian/libhogweed1.*, and debian/nettle-bin.links accordingly. |
| 41 | * Build-depend on the new libgmp10-dev instead of libgmp3-dev. |
47 | * Build-depend on the new libgmp10-dev instead of libgmp3-dev. |
| 42 | * Convert to source package format 3.0 (quilt), using |
48 | * Convert to source package format 3.0 (quilt), using |
| 43 | dh_autotools-dev_*config to update config.sub and config.guess files. |
49 | dh_autotools-dev_*config to update config.sub and config.guess files. |
| 44 | * Handle the parallel DEB_BUILD_OPTIONS option. |
50 | * Handle the parallel DEB_BUILD_OPTIONS option. |
| 45 | * Pass --libdir=/usr/lib to ./configure since it will otherwise try to |
51 | * Pass --libdir=/usr/lib to ./configure since it will otherwise try to |
| 46 | be smart and pick /usr/lib32 or /usr/lib64 on certain platforms. |
52 | be smart and pick /usr/lib32 or /usr/lib64 on certain platforms. |
| 47 | * General tidying of debian/rules: |
53 | * General tidying of debian/rules: |
| 48 | - Remove handling of noopt option (dpkg-buildpackage sets CFLAGS). |
54 | - Remove handling of noopt option (dpkg-buildpackage sets CFLAGS). |
| 49 | - Remove remnants of nostrip option handling. |
55 | - Remove remnants of nostrip option handling. |
| 50 | - Only pass --host to ./configure if HOST != BUILD, as is recommended. |
56 | - Only pass --host to ./configure if HOST != BUILD, as is recommended. |
| 51 | - Remove redundant compiler and configure flags. |
57 | - Remove redundant compiler and configure flags. |
| 52 | * Bump Standards-Version to 3.9.1. |
58 | * Bump Standards-Version to 3.9.1. |
| 53 | 59 | ||
| 54 | -- Magnus Holmgren <holmgren@debian.org> Tue, 18 Jan 2011 23:44:49 +0100 |
60 | -- Magnus Holmgren <holmgren@debian.org> Tue, 18 Jan 2011 23:44:49 +0100 |
| 55 | 61 | ||
| 56 | nettle (2.0-2) unstable; urgency=low |
62 | nettle (2.0-2) unstable; urgency=low |
| 57 | 63 | ||
| 58 | * rsa2sexp_algorithm_name.dpatch (new): Use a default algorithm name |
64 | * rsa2sexp_algorithm_name.dpatch (new): Use a default algorithm name |
| 59 | that LSH understands in the sexp representation of an RSA key, so that |
65 | that LSH understands in the sexp representation of an RSA key, so that |
| 60 | pkcs1-conv can be used to convert existing OpenSSH private keys. |
66 | pkcs1-conv can be used to convert existing OpenSSH private keys. |
| 61 | * debian/control: Add ${misc:Depends} to all packages lacking it.
|
67 | * debian/control: Add ${misc:Depends} to all packages lacking it.
|
| 62 | * debian/control: nettle-dev: Depend on dpkg (>= 1.15.4) | install-info |
68 | * debian/control: nettle-dev: Depend on dpkg (>= 1.15.4) | install-info |
| 63 | as recommended for the transition to triggerized install-info. |
69 | as recommended for the transition to triggerized install-info. |
| 64 | * Upgraded to Standards-Version 3.8.3 with the previous change. |
70 | * Upgraded to Standards-Version 3.8.3 with the previous change. |
| 65 | 71 | ||
| 66 | -- Magnus Holmgren <holmgren@debian.org> Sun, 11 Oct 2009 23:27:07 +0200 |
72 | -- Magnus Holmgren <holmgren@debian.org> Sun, 11 Oct 2009 23:27:07 +0200 |
| 67 | 73 | ||
| 68 | nettle (2.0-1) unstable; urgency=low |
74 | nettle (2.0-1) unstable; urgency=low |
| 69 | 75 | ||
| 70 | * Merge with experimental branch. |
76 | * Merge with experimental branch. |
| 71 | - There was no lsh-utils 2.0.3-2 in Debian, so the conflict is with |
77 | - There was no lsh-utils 2.0.3-2 in Debian, so the conflict is with |
| 72 | lsh-utils < 2.0.4-dfsg-1. |
78 | lsh-utils < 2.0.4-dfsg-1. |
| 73 | - Drop the transitional libnettle-dev package that was in experimental. |
79 | - Drop the transitional libnettle-dev package that was in experimental. |
| 74 | Due to the split, depending packages will need sourceful uploads anyway. |
80 | Due to the split, depending packages will need sourceful uploads anyway. |
| 75 | * New upstream version. |
81 | * New upstream version. |
| 76 | - Drop 30_sparc_aes_include.dpatch; incorporated upstream. |
82 | - Drop 30_sparc_aes_include.dpatch; incorporated upstream. |
| 77 | * Add debug package. |
83 | * Add debug package. |
| 78 | * nettle-dev.doc-info: Correct Section and Document. |
84 | * nettle-dev.doc-info: Correct Section and Document. |
| 79 | * Bump Standards-Version to 3.8.2. |
85 | * Bump Standards-Version to 3.8.2. |
| 80 | 86 | ||
| 81 | -- Magnus Holmgren <holmgren@debian.org> Sun, 02 Aug 2009 17:20:28 +0200 |
87 | -- Magnus Holmgren <holmgren@debian.org> Sun, 02 Aug 2009 17:20:28 +0200 |
| 82 | 88 | ||
| 83 | nettle (1.16~cvs20070603-2) experimental; urgency=low |
89 | nettle (1.16~cvs20070603-2) experimental; urgency=low |
| 84 | 90 | ||
| 85 | * 30_sparc_aes_include.dpatch: Patch from upstream CVS, fixes FTBFS on |
91 | * 30_sparc_aes_include.dpatch: Patch from upstream CVS, fixes FTBFS on |
| 86 | sparc (Closes: #441265). |
92 | sparc (Closes: #441265). |
| 87 | * debian/rules: Check for Makefile instead of ignoring all `make |
93 | * debian/rules: Check for Makefile instead of ignoring all `make |
| 88 | distclean' errors. |
94 | distclean' errors. |
| 89 | 95 | ||
| 90 | -- Magnus Holmgren <magnus@kibibyte.se> Sat, 08 Sep 2007 19:58:29 +0200 |
96 | -- Magnus Holmgren <magnus@kibibyte.se> Sat, 08 Sep 2007 19:58:29 +0200 |
| 91 | 97 | ||
| 92 | nettle (1.16~cvs20070603-1) experimental; urgency=low |
98 | nettle (1.16~cvs20070603-1) experimental; urgency=low |
| 93 | 99 | ||
| 94 | * Upstream CVS snapshot splitting off public-key algorithms as |
100 | * Upstream CVS snapshot splitting off public-key algorithms as |
| 95 | libhogweed1. |
101 | libhogweed1. |
| 96 | - Drop 10_cleanup.dpatch; incorporated upstream. |
102 | - Drop 10_cleanup.dpatch; incorporated upstream. |
| 97 | - Rename libnettle-dev as nettle-dev. |
103 | - Rename libnettle-dev as nettle-dev. |
| 98 | * No longer install sexp-conv as an alternative; conflict with lsh-utils |
104 | * No longer install sexp-conv as an alternative; conflict with lsh-utils |
| 99 | (<< 2.0.3-2, which is anticipated to stop shipping an identical |
105 | (<< 2.0.3-2, which is anticipated to stop shipping an identical |
| 100 | sexp-conv and depend on nettle-bin instead). |
106 | sexp-conv and depend on nettle-bin instead). |
| 101 | * Link with --as-needed to avoid unnecessary NEEDED tags. |
107 | * Link with --as-needed to avoid unnecessary NEEDED tags. |
| 102 | 108 | ||
| 103 | -- Magnus Holmgren <magnus@kibibyte.se> Mon, 11 Jun 2007 17:36:08 +0200 |
109 | -- Magnus Holmgren <magnus@kibibyte.se> Mon, 11 Jun 2007 17:36:08 +0200 |
| 104 | 110 | ||
| 105 | nettle (1.15-6) unstable; urgency=low |
111 | nettle (1.15-6) unstable; urgency=low |
| 106 | 112 | ||
| 107 | * No longer install sexp-conv as an alternative; conflict with lsh-utils |
113 | * No longer install sexp-conv as an alternative; conflict with lsh-utils |
| 108 | prior to 2.0.4-dfsg-1, which depends on nettle-bin instead of shipping |
114 | prior to 2.0.4-dfsg-1, which depends on nettle-bin instead of shipping |
| 109 | a copy of sexp-conv (Closes: #510942). Drop nettle-bin.postinst and |
115 | a copy of sexp-conv (Closes: #510942). Drop nettle-bin.postinst and |
| 110 | nettle-bin.prerm (nettle-bin.prerm will remove the alternative on |
116 | nettle-bin.prerm (nettle-bin.prerm will remove the alternative on |
| 111 | upgrade, which is actually a bug, but works out fine in this case). |
117 | upgrade, which is actually a bug, but works out fine in this case). |
| 112 | * Switch to Debhelper level 5. Remove files that don't exist from install |
118 | * Switch to Debhelper level 5. Remove files that don't exist from install |
| 113 | lists (copied from a template, apparently). |
119 | lists (copied from a template, apparently). |
| 114 | * Upgrade to Standards-Version 3.8.1: |
120 | * Upgrade to Standards-Version 3.8.1: |
| 115 | + Add debian/README.source (§ 4.9). |
121 | + Add debian/README.source (§ 4.9). |
| 116 | * Add debian/libnettle2.symbols. |
122 | * Add debian/libnettle2.symbols. |
| 117 | 123 | ||
| 118 | -- Magnus Holmgren <holmgren@debian.org> Mon, 13 Apr 2009 22:52:44 +0200 |
124 | -- Magnus Holmgren <holmgren@debian.org> Mon, 13 Apr 2009 22:52:44 +0200 |
| 119 | 125 | ||
| 120 | nettle (1.15-5) unstable; urgency=low |
126 | nettle (1.15-5) unstable; urgency=low |
| 121 | 127 | ||
| 122 | * New maintainer email address. |
128 | * New maintainer email address. |
| 123 | * Bring debian/control format up-to-date with Homepage and Vcs fields. |
129 | * Bring debian/control format up-to-date with Homepage and Vcs fields. |
| 124 | * Add machine-readable copyright information to debian/copyright and |
130 | * Add machine-readable copyright information to debian/copyright and |
| 125 | clarify licensing of nettle-lfib-stream.1 and pkcs1-conv.1. The |
131 | clarify licensing of nettle-lfib-stream.1 and pkcs1-conv.1. The |
| 126 | machine-readable information may not be completely accurate at this |
132 | machine-readable information may not be completely accurate at this |
| 127 | point due to the many different authors and licenses. |
133 | point due to the many different authors and licenses. |
| 128 | * Don't ignore make potential distclean errors. |
134 | * Don't ignore make potential distclean errors. |
| 129 | * debian/libnettle-dev.doc-base: Change section to Programming/C |
135 | * debian/libnettle-dev.doc-base: Change section to Programming/C |
| 130 | following the abolishion of the Apps section. |
136 | following the abolishion of the Apps section. |
| 131 | * Bump Standards-Version to 3.7.3 without any changes. |
137 | * Bump Standards-Version to 3.7.3 without any changes. |
| 132 | 138 | ||
| 133 | -- Magnus Holmgren <holmgren@debian.org> Sun, 20 Apr 2008 00:40:55 +0200 |
139 | -- Magnus Holmgren <holmgren@debian.org> Sun, 20 Apr 2008 00:40:55 +0200 |
| 134 | 140 | ||
| 135 | nettle (1.15-4) unstable; urgency=low |
141 | nettle (1.15-4) unstable; urgency=low |
| 136 | 142 | ||
| 137 | * Add manpage for nettle-lfib-stream(1) (Closes: #413293). |
143 | * Add manpage for nettle-lfib-stream(1) (Closes: #413293). |
| 138 | * Add manpage for pkcs1-conv(1) (Closes: #413294). |
144 | * Add manpage for pkcs1-conv(1) (Closes: #413294). |
| 139 | * Correct manpage for sexp-conv(1). |
145 | * Correct manpage for sexp-conv(1). |
| 140 | 146 | ||
| 141 | -- Magnus Holmgren <magnus@kibibyte.se> Mon, 11 Jun 2007 13:37:53 +0200 |
147 | -- Magnus Holmgren <magnus@kibibyte.se> Mon, 11 Jun 2007 13:37:53 +0200 |
| 142 | 148 | ||
| 143 | nettle (1.15-3) unstable; urgency=low |
149 | nettle (1.15-3) unstable; urgency=low |
| 144 | 150 | ||
| 145 | * Use dh_install instead of dh_movefiles. |
151 | * Use dh_install instead of dh_movefiles. |
| 146 | * Run "make check" by default. |
152 | * Run "make check" by default. |
| 147 | * Ship nettle.pdf in libnettle-dev. |
153 | * Ship nettle.pdf in libnettle-dev. |
| 148 | * Include PDF and Info formats in doc-base control file. |
154 | * Include PDF and Info formats in doc-base control file. |
| 149 | * Clean up the libnettle-dev examples directory. There should only be |
155 | * Clean up the libnettle-dev examples directory. There should only be |
| 150 | source files. Note that most of the examples aren't made to be |
156 | source files. Note that most of the examples aren't made to be |
| 151 | compiled outside of the nettle source tree, except sha-example.c, |
157 | compiled outside of the nettle source tree, except sha-example.c, |
| 152 | which is the example found in the documentation. |
158 | which is the example found in the documentation. |
| 153 | * Move descore.README and TODO from libnettle2.docs to |
159 | * Move descore.README and TODO from libnettle2.docs to |
| 154 | libnettle-dev.docs, and also add README and NEWS to the latter. |
160 | libnettle-dev.docs, and also add README and NEWS to the latter. |
| 155 | * Make debian/copyright more correct. |
161 | * Make debian/copyright more correct. |
| 156 | * Add pkcs1-conv to nettle-bin package description. |
162 | * Add pkcs1-conv to nettle-bin package description. |
| 157 | 163 | ||
| 158 | -- Magnus Holmgren <magnus@kibibyte.se> Wed, 06 Jun 2007 14:35:13 +0200 |
164 | -- Magnus Holmgren <magnus@kibibyte.se> Wed, 06 Jun 2007 14:35:13 +0200 |
| 159 | 165 | ||
| 160 | nettle (1.15-2) unstable; urgency=high |
166 | nettle (1.15-2) unstable; urgency=high |
| 161 | 167 | ||
| 162 | * Fix serious regression: The -lgmp added in 1.8-1 fell off in 1.15-1 |
168 | * Fix serious regression: The -lgmp added in 1.8-1 fell off in 1.15-1 |
| 163 | (Closes: #415034). |
169 | (Closes: #415034). |
| 164 | * Use dpatch to handle patches. |
170 | * Use dpatch to handle patches. |
| 165 | * Make package binNMUable. |
171 | * Make package binNMUable. |
| 166 | * Add XS-Vcs-* fields to debian/control. |
172 | * Add XS-Vcs-* fields to debian/control. |
| 167 | * Make dependencies on libnettle2 versioned. |
173 | * Make dependencies on libnettle2 versioned. |
| 168 | 174 | ||
| 169 | -- Magnus Holmgren <magnus@kibibyte.se> Tue, 15 May 2007 16:15:19 +0200 |
175 | -- Magnus Holmgren <magnus@kibibyte.se> Tue, 15 May 2007 16:15:19 +0200 |
| 170 | 176 | ||
| 171 | nettle (1.15-1) unstable; urgency=low |
177 | nettle (1.15-1) unstable; urgency=low |
| 172 | 178 | ||
| 173 | * New maintainer (Closes: #411677). |
179 | * New maintainer (Closes: #411677). |
| 174 | * New upstream version. The non-free IETF RFC has been removed by |
180 | * New upstream version. The non-free IETF RFC has been removed by |
| 175 | upstream. |
181 | upstream. |
| 176 | * Updated Standards-Version to 3.7.2 without any changes. |
182 | * Updated Standards-Version to 3.7.2 without any changes. |
| 177 | * Converted doc-base and copyright files to UTF-8. |
183 | * Converted doc-base and copyright files to UTF-8. |
| 178 | * Added extra cleanup to clean target of debian/rules so that |
184 | * Added extra cleanup to clean target of debian/rules so that |
| 179 | dpkg-buildpackage can be run more than once. |
185 | dpkg-buildpackage can be run more than once. |
| 180 | * debian/watch: updated. |
186 | * debian/watch: updated. |
| 181 | * debian/control: added autotools-dev as a build-dependency. |
187 | * debian/control: added autotools-dev as a build-dependency. |
| 182 | * debian/rules: don't include config.guess and config.sub in |
188 | * debian/rules: don't include config.guess and config.sub in |
| 183 | .diff.gz. |
189 | .diff.gz. |
| 184 | 190 | ||
| 185 | -- Magnus Holmgren <magnus@kibibyte.se> Thu, 1 Mar 2007 19:29:49 +0100 |
191 | -- Magnus Holmgren <magnus@kibibyte.se> Thu, 1 Mar 2007 19:29:49 +0100 |
| 186 | 192 | ||
| 187 | nettle (1.14.1-1) unstable; urgency=low |
193 | nettle (1.14.1-1) unstable; urgency=low |
| 188 | 194 | ||
| 189 | * Removed non-DFSG file from the archive and disabled the |
195 | * Removed non-DFSG file from the archive and disabled the |
| 190 | corresponding test case |
196 | corresponding test case |
| 191 | * Source package contains non-free IETF RFC/I-D's (Closes: #393400) |
197 | * Source package contains non-free IETF RFC/I-D's (Closes: #393400) |
| 192 | * Since there is no upstream release available, a "fake" version number |
198 | * Since there is no upstream release available, a "fake" version number |
| 193 | is added to the version. |
199 | is added to the version. |
| 194 | 200 | ||
| 195 | -- Marek Habersack <grendel@debian.org> Wed, 18 Oct 2006 09:47:03 +0200 |
201 | -- Marek Habersack <grendel@debian.org> Wed, 18 Oct 2006 09:47:03 +0200 |
| 196 | 202 | ||
| 197 | nettle (1.14-1) unstable; urgency=low |
203 | nettle (1.14-1) unstable; urgency=low |
| 198 | 204 | ||
| 199 | * The latest upstream version |
205 | * The latest upstream version |
| 200 | 206 | ||
| 201 | -- Marek Habersack <grendel@debian.org> Tue, 9 May 2006 21:41:17 +0200 |
207 | -- Marek Habersack <grendel@debian.org> Tue, 9 May 2006 21:41:17 +0200 |
| 202 | 208 | ||
| 203 | nettle (1.12-3) unstable; urgency=high |
209 | nettle (1.12-3) unstable; urgency=high |
| 204 | 210 | ||
| 205 | * Force a recompile to match the new libgmp3 package name |
211 | * Force a recompile to match the new libgmp3 package name |
| 206 | 212 | ||
| 207 | -- Marek Habersack <grendel@debian.org> Tue, 19 Jul 2005 12:01:28 +0200 |
213 | -- Marek Habersack <grendel@debian.org> Tue, 19 Jul 2005 12:01:28 +0200 |
| 208 | 214 | ||
| 209 | nettle (1.12-2) unstable; urgency=high |
215 | nettle (1.12-2) unstable; urgency=high |
| 210 | 216 | ||
| 211 | * Make libnettle-dev depend on libgmp3-dev |
217 | * Make libnettle-dev depend on libgmp3-dev |
| 212 | 218 | ||
| 213 | -- Marek Habersack <grendel@debian.org> Tue, 8 Mar 2005 02:19:01 +0100 |
219 | -- Marek Habersack <grendel@debian.org> Tue, 8 Mar 2005 02:19:01 +0100 |
| 214 | 220 | ||
| 215 | nettle (1.12-1) unstable; urgency=high |
221 | nettle (1.12-1) unstable; urgency=high |
| 216 | 222 | ||
| 217 | * The latest upstream release |
223 | * The latest upstream release |
| 218 | * sexp-conv is installed as sexp-conv.nettle and registered with the |
224 | * sexp-conv is installed as sexp-conv.nettle and registered with the |
| 219 | alternatives system now. |
225 | alternatives system now. |
| 220 | * added the sexp-conv mainpage borrowed from the lsh-utils package. |
226 | * added the sexp-conv mainpage borrowed from the lsh-utils package. |
| 221 | 227 | ||
| 222 | -- Marek Habersack <grendel@debian.org> Tue, 30 Nov 2004 01:45:49 +0100 |
228 | -- Marek Habersack <grendel@debian.org> Tue, 30 Nov 2004 01:45:49 +0100 |
| 223 | 229 | ||
| 224 | nettle (1.10-1) unstable; urgency=low |
230 | nettle (1.10-1) unstable; urgency=low |
| 225 | 231 | ||
| 226 | * The latest upstream version |
232 | * The latest upstream version |
| 227 | 233 | ||
| 228 | -- Marek Habersack <grendel@debian.org> Tue, 4 May 2004 15:56:02 +0200 |
234 | -- Marek Habersack <grendel@debian.org> Tue, 4 May 2004 15:56:02 +0200 |
| 229 | 235 | ||
| 230 | nettle (1.9-1) unstable; urgency=low |
236 | nettle (1.9-1) unstable; urgency=low |
| 231 | 237 | ||
| 232 | * The latest upstream release |
238 | * The latest upstream release |
| 233 | 239 | ||
| 234 | -- Marek Habersack <grendel@debian.org> Mon, 16 Feb 2004 02:53:34 +0100 |
240 | -- Marek Habersack <grendel@debian.org> Mon, 16 Feb 2004 02:53:34 +0100 |
| 235 | 241 | ||
| 236 | nettle (1.8-1) unstable; urgency=low |
242 | nettle (1.8-1) unstable; urgency=low |
| 237 | 243 | ||
| 238 | * The latest upstream release |
244 | * The latest upstream release |
| 239 | * libnettle1 links directly against gmp now to avoid problems with |
245 | * libnettle1 links directly against gmp now to avoid problems with |
| 240 | programs linking to libnettle without referencing -lgmp explicitly. |
246 | programs linking to libnettle without referencing -lgmp explicitly. |
| 241 | * libnettle1 is gone - upstream changed the SOVERSION to 2 |
247 | * libnettle1 is gone - upstream changed the SOVERSION to 2 |
| 242 | 248 | ||
| 243 | -- Marek Habersack <grendel@debian.org> Wed, 14 Jan 2004 22:27:19 +0100 |
249 | -- Marek Habersack <grendel@debian.org> Wed, 14 Jan 2004 22:27:19 +0100 |
| 244 | 250 | ||
| 245 | nettle (1.7-3) unstable; urgency=low |
251 | nettle (1.7-3) unstable; urgency=low |
| 246 | 252 | ||
| 247 | * Don't drink and drive, or another doc-base fix |
253 | * Don't drink and drive, or another doc-base fix |
| 248 | 254 | ||
| 249 | -- Marek Habersack <grendel@debian.org> Mon, 10 Nov 2003 19:07:20 -0500 |
255 | -- Marek Habersack <grendel@debian.org> Mon, 10 Nov 2003 19:07:20 -0500 |
| 250 | 256 | ||
| 251 | nettle (1.7-2) unstable; urgency=low |
257 | nettle (1.7-2) unstable; urgency=low |
| 252 | 258 | ||
| 253 | * Fixed the doc-base problem with the missing Section field |
259 | * Fixed the doc-base problem with the missing Section field |
| 254 | 260 | ||
| 255 | -- Marek Habersack <grendel@debian.org> Sun, 9 Nov 2003 22:06:09 -0500 |
261 | -- Marek Habersack <grendel@debian.org> Sun, 9 Nov 2003 22:06:09 -0500 |
| 256 | 262 | ||
| 257 | nettle (1.7-1) unstable; urgency=low |
263 | nettle (1.7-1) unstable; urgency=low |
| 258 | 264 | ||
| 259 | * Initial Release. |
265 | * Initial Release. |
| 260 | 266 | ||
| 261 | -- Marek Habersack <grendel@debian.org> Tue, 4 Nov 2003 18:23:07 +0100 |
267 | -- Marek Habersack <grendel@debian.org> Tue, 4 Nov 2003 18:23:07 +0100 |
| 262 | 268 | ||