Rev 34 | Rev 36 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 34 | Rev 35 | ||
---|---|---|---|
1 | nettle (1.15-5) UNRELEASED; urgency=low |
1 | nettle (1.15-5) UNRELEASED; urgency=low |
2 | 2 | ||
3 | * New maintainer email address. |
3 | * New maintainer email address. |
4 | * Bring debian/control format up-to-date with Homepage and Vcs fields. |
4 | * Bring debian/control format up-to-date with Homepage and Vcs fields. |
5 | * Add machine-readable copyright information to debian/copyright and |
5 | * Add machine-readable copyright information to debian/copyright and |
6 | clarify licensing of nettle-lfib-stream.1 and pkcs1-conv.1 |
6 | clarify licensing of nettle-lfib-stream.1 and pkcs1-conv.1 |
- | 7 | * Don't ignore make potential distclean errors. |
|
- | 8 | * debian/libnettle-dev.doc-base: Change section to Programming/C |
|
- | 9 | following the abolishion of the Apps section. |
|
7 | 10 | ||
8 | -- |
11 | -- |
9 | 12 | ||
10 | nettle (1.15-4) unstable; urgency=low |
13 | nettle (1.15-4) unstable; urgency=low |
11 | 14 | ||
12 | * Add manpage for nettle-lfib-stream(1) (Closes: #413293). |
15 | * Add manpage for nettle-lfib-stream(1) (Closes: #413293). |
13 | * Add manpage for pkcs1-conv(1) (Closes: #413294). |
16 | * Add manpage for pkcs1-conv(1) (Closes: #413294). |
14 | * Correct manpage for sexp-conv(1). |
17 | * Correct manpage for sexp-conv(1). |
15 | 18 | ||
16 | -- Magnus Holmgren <magnus@kibibyte.se> Mon, 11 Jun 2007 13:37:53 +0200 |
19 | -- Magnus Holmgren <magnus@kibibyte.se> Mon, 11 Jun 2007 13:37:53 +0200 |
17 | 20 | ||
18 | nettle (1.15-3) unstable; urgency=low |
21 | nettle (1.15-3) unstable; urgency=low |
19 | 22 | ||
20 | * Use dh_install instead of dh_movefiles. |
23 | * Use dh_install instead of dh_movefiles. |
21 | * Run "make check" by default. |
24 | * Run "make check" by default. |
22 | * Ship nettle.pdf in libnettle-dev. |
25 | * Ship nettle.pdf in libnettle-dev. |
23 | * Include PDF and Info formats in doc-base control file. |
26 | * Include PDF and Info formats in doc-base control file. |
24 | * Clean up the libnettle-dev examples directory. There should only be |
27 | * Clean up the libnettle-dev examples directory. There should only be |
25 | source files. Note that most of the examples aren't made to be |
28 | source files. Note that most of the examples aren't made to be |
26 | compiled outside of the nettle source tree, except sha-example.c, |
29 | compiled outside of the nettle source tree, except sha-example.c, |
27 | which is the example found in the documentation. |
30 | which is the example found in the documentation. |
28 | * Move descore.README and TODO from libnettle2.docs to |
31 | * Move descore.README and TODO from libnettle2.docs to |
29 | libnettle-dev.docs, and also add README and NEWS to the latter. |
32 | libnettle-dev.docs, and also add README and NEWS to the latter. |
30 | * Make debian/copyright more correct. |
33 | * Make debian/copyright more correct. |
31 | * Add pkcs1-conv to nettle-bin package description. |
34 | * Add pkcs1-conv to nettle-bin package description. |
32 | 35 | ||
33 | -- Magnus Holmgren <magnus@kibibyte.se> Wed, 06 Jun 2007 14:35:13 +0200 |
36 | -- Magnus Holmgren <magnus@kibibyte.se> Wed, 06 Jun 2007 14:35:13 +0200 |
34 | 37 | ||
35 | nettle (1.15-2) unstable; urgency=high |
38 | nettle (1.15-2) unstable; urgency=high |
36 | 39 | ||
37 | * Fix serious regression: The -lgmp added in 1.8-1 fell off in 1.15-1 |
40 | * Fix serious regression: The -lgmp added in 1.8-1 fell off in 1.15-1 |
38 | (Closes: #415034). |
41 | (Closes: #415034). |
39 | * Use dpatch to handle patches. |
42 | * Use dpatch to handle patches. |
40 | * Make package binNMUable. |
43 | * Make package binNMUable. |
41 | * Add XS-Vcs-* fields to debian/control. |
44 | * Add XS-Vcs-* fields to debian/control. |
42 | * Make dependencies on libnettle2 versioned. |
45 | * Make dependencies on libnettle2 versioned. |
43 | 46 | ||
44 | -- Magnus Holmgren <magnus@kibibyte.se> Tue, 15 May 2007 16:15:19 +0200 |
47 | -- Magnus Holmgren <magnus@kibibyte.se> Tue, 15 May 2007 16:15:19 +0200 |
45 | 48 | ||
46 | nettle (1.15-1) unstable; urgency=low |
49 | nettle (1.15-1) unstable; urgency=low |
47 | 50 | ||
48 | * New maintainer (Closes: #411677). |
51 | * New maintainer (Closes: #411677). |
49 | * New upstream version. The non-free IETF RFC has been removed by |
52 | * New upstream version. The non-free IETF RFC has been removed by |
50 | upstream. |
53 | upstream. |
51 | * Updated Standards-Version to 3.7.2 without any changes. |
54 | * Updated Standards-Version to 3.7.2 without any changes. |
52 | * Converted doc-base and copyright files to UTF-8. |
55 | * Converted doc-base and copyright files to UTF-8. |
53 | * Added extra cleanup to clean target of debian/rules so that |
56 | * Added extra cleanup to clean target of debian/rules so that |
54 | dpkg-buildpackage can be run more than once. |
57 | dpkg-buildpackage can be run more than once. |
55 | * debian/watch: updated. |
58 | * debian/watch: updated. |
56 | * debian/control: added autotools-dev as a build-dependency. |
59 | * debian/control: added autotools-dev as a build-dependency. |
57 | * debian/rules: don't include config.guess and config.sub in |
60 | * debian/rules: don't include config.guess and config.sub in |
58 | .diff.gz. |
61 | .diff.gz. |
59 | 62 | ||
60 | -- Magnus Holmgren <magnus@kibibyte.se> Thu, 1 Mar 2007 19:29:49 +0100 |
63 | -- Magnus Holmgren <magnus@kibibyte.se> Thu, 1 Mar 2007 19:29:49 +0100 |
61 | 64 | ||
62 | nettle (1.14.1-1) unstable; urgency=low |
65 | nettle (1.14.1-1) unstable; urgency=low |
63 | 66 | ||
64 | * Removed non-DFSG file from the archive and disabled the |
67 | * Removed non-DFSG file from the archive and disabled the |
65 | corresponding test case |
68 | corresponding test case |
66 | * Source package contains non-free IETF RFC/I-D's (Closes: #393400) |
69 | * Source package contains non-free IETF RFC/I-D's (Closes: #393400) |
67 | * Since there is no upstream release available, a "fake" version number |
70 | * Since there is no upstream release available, a "fake" version number |
68 | is added to the version. |
71 | is added to the version. |
69 | 72 | ||
70 | -- Marek Habersack <grendel@debian.org> Wed, 18 Oct 2006 09:47:03 +0200 |
73 | -- Marek Habersack <grendel@debian.org> Wed, 18 Oct 2006 09:47:03 +0200 |
71 | 74 | ||
72 | nettle (1.14-1) unstable; urgency=low |
75 | nettle (1.14-1) unstable; urgency=low |
73 | 76 | ||
74 | * The latest upstream version |
77 | * The latest upstream version |
75 | 78 | ||
76 | -- Marek Habersack <grendel@debian.org> Tue, 9 May 2006 21:41:17 +0200 |
79 | -- Marek Habersack <grendel@debian.org> Tue, 9 May 2006 21:41:17 +0200 |
77 | 80 | ||
78 | nettle (1.12-3) unstable; urgency=high |
81 | nettle (1.12-3) unstable; urgency=high |
79 | 82 | ||
80 | * Force a recompile to match the new libgmp3 package name |
83 | * Force a recompile to match the new libgmp3 package name |
81 | 84 | ||
82 | -- Marek Habersack <grendel@debian.org> Tue, 19 Jul 2005 12:01:28 +0200 |
85 | -- Marek Habersack <grendel@debian.org> Tue, 19 Jul 2005 12:01:28 +0200 |
83 | 86 | ||
84 | nettle (1.12-2) unstable; urgency=high |
87 | nettle (1.12-2) unstable; urgency=high |
85 | 88 | ||
86 | * Make libnettle-dev depend on libgmp3-dev |
89 | * Make libnettle-dev depend on libgmp3-dev |
87 | 90 | ||
88 | -- Marek Habersack <grendel@debian.org> Tue, 8 Mar 2005 02:19:01 +0100 |
91 | -- Marek Habersack <grendel@debian.org> Tue, 8 Mar 2005 02:19:01 +0100 |
89 | 92 | ||
90 | nettle (1.12-1) unstable; urgency=high |
93 | nettle (1.12-1) unstable; urgency=high |
91 | 94 | ||
92 | * The latest upstream release |
95 | * The latest upstream release |
93 | * sexp-conv is installed as sexp-conv.nettle and registered with the |
96 | * sexp-conv is installed as sexp-conv.nettle and registered with the |
94 | alternatives system now. |
97 | alternatives system now. |
95 | * added the sexp-conv mainpage borrowed from the lsh-utils package. |
98 | * added the sexp-conv mainpage borrowed from the lsh-utils package. |
96 | 99 | ||
97 | -- Marek Habersack <grendel@debian.org> Tue, 30 Nov 2004 01:45:49 +0100 |
100 | -- Marek Habersack <grendel@debian.org> Tue, 30 Nov 2004 01:45:49 +0100 |
98 | 101 | ||
99 | nettle (1.10-1) unstable; urgency=low |
102 | nettle (1.10-1) unstable; urgency=low |
100 | 103 | ||
101 | * The latest upstream version |
104 | * The latest upstream version |
102 | 105 | ||
103 | -- Marek Habersack <grendel@debian.org> Tue, 4 May 2004 15:56:02 +0200 |
106 | -- Marek Habersack <grendel@debian.org> Tue, 4 May 2004 15:56:02 +0200 |
104 | 107 | ||
105 | nettle (1.9-1) unstable; urgency=low |
108 | nettle (1.9-1) unstable; urgency=low |
106 | 109 | ||
107 | * The latest upstream release |
110 | * The latest upstream release |
108 | 111 | ||
109 | -- Marek Habersack <grendel@debian.org> Mon, 16 Feb 2004 02:53:34 +0100 |
112 | -- Marek Habersack <grendel@debian.org> Mon, 16 Feb 2004 02:53:34 +0100 |
110 | 113 | ||
111 | nettle (1.8-1) unstable; urgency=low |
114 | nettle (1.8-1) unstable; urgency=low |
112 | 115 | ||
113 | * The latest upstream release |
116 | * The latest upstream release |
114 | * libnettle1 links directly against gmp now to avoid problems with |
117 | * libnettle1 links directly against gmp now to avoid problems with |
115 | programs linking to libnettle without referencing -lgmp explicitly. |
118 | programs linking to libnettle without referencing -lgmp explicitly. |
116 | * libnettle1 is gone - upstream changed the SOVERSION to 2 |
119 | * libnettle1 is gone - upstream changed the SOVERSION to 2 |
117 | 120 | ||
118 | -- Marek Habersack <grendel@debian.org> Wed, 14 Jan 2004 22:27:19 +0100 |
121 | -- Marek Habersack <grendel@debian.org> Wed, 14 Jan 2004 22:27:19 +0100 |
119 | 122 | ||
120 | nettle (1.7-3) unstable; urgency=low |
123 | nettle (1.7-3) unstable; urgency=low |
121 | 124 | ||
122 | * Don't drink and drive, or another doc-base fix |
125 | * Don't drink and drive, or another doc-base fix |
123 | 126 | ||
124 | -- Marek Habersack <grendel@debian.org> Mon, 10 Nov 2003 19:07:20 -0500 |
127 | -- Marek Habersack <grendel@debian.org> Mon, 10 Nov 2003 19:07:20 -0500 |
125 | 128 | ||
126 | nettle (1.7-2) unstable; urgency=low |
129 | nettle (1.7-2) unstable; urgency=low |
127 | 130 | ||
128 | * Fixed the doc-base problem with the missing Section field |
131 | * Fixed the doc-base problem with the missing Section field |
129 | 132 | ||
130 | -- Marek Habersack <grendel@debian.org> Sun, 9 Nov 2003 22:06:09 -0500 |
133 | -- Marek Habersack <grendel@debian.org> Sun, 9 Nov 2003 22:06:09 -0500 |
131 | 134 | ||
132 | nettle (1.7-1) unstable; urgency=low |
135 | nettle (1.7-1) unstable; urgency=low |
133 | 136 | ||
134 | * Initial Release. |
137 | * Initial Release. |
135 | 138 | ||
136 | -- Marek Habersack <grendel@debian.org> Tue, 4 Nov 2003 18:23:07 +0100 |
139 | -- Marek Habersack <grendel@debian.org> Tue, 4 Nov 2003 18:23:07 +0100 |
137 | 140 |