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