Rev 55 | Rev 58 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 55 | Rev 57 | ||
---|---|---|---|
- | 1 | libmail-dkim-perl (0.40-1) unstable; urgency=low |
|
- | 2 | ||
- | 3 | * New upstream release. |
|
- | 4 | ||
- | 5 | -- Magnus Holmgren <holmgren@debian.org> Mon, 06 May 2013 20:44:09 +0200 |
|
- | 6 | ||
1 | libmail-dkim-perl (0.39-1) unstable; urgency=low |
7 | libmail-dkim-perl (0.39-1) unstable; urgency=low |
2 | 8 | ||
3 | * New upstream release. |
9 | * New upstream release. |
4 | * debian/copyright: Updated. |
10 | * debian/copyright: Updated. |
5 | * Add Breaks: dkimproxy (<< 1.2-1) along with the Replaces: from 0.37-1. |
11 | * Add Breaks: dkimproxy (<< 1.2-1) along with the Replaces: from 0.37-1. |
6 | * Add ${misc:Depends} to Depends: just in case and to silence Lintian. |
12 | * Add ${misc:Depends} to Depends: just in case and to silence Lintian. |
7 | * Up Standards-Version to 3.9.1. |
13 | * Up Standards-Version to 3.9.1. |
8 | 14 | ||
9 | -- Magnus Holmgren <holmgren@debian.org> Sun, 06 Feb 2011 18:59:40 +0100 |
15 | -- Magnus Holmgren <holmgren@debian.org> Sun, 06 Feb 2011 18:59:40 +0100 |
10 | 16 | ||
11 | libmail-dkim-perl (0.38-1) unstable; urgency=low |
17 | libmail-dkim-perl (0.38-1) unstable; urgency=low |
12 | 18 | ||
13 | * New upstream release. |
19 | * New upstream release. |
14 | 20 | ||
15 | -- Magnus Holmgren <holmgren@debian.org> Sat, 22 May 2010 23:32:58 +0200 |
21 | -- Magnus Holmgren <holmgren@debian.org> Sat, 22 May 2010 23:32:58 +0200 |
16 | 22 | ||
17 | libmail-dkim-perl (0.37-1) unstable; urgency=low |
23 | libmail-dkim-perl (0.37-1) unstable; urgency=low |
18 | 24 | ||
19 | * New upstream release. |
25 | * New upstream release. |
20 | * Ship dkimsign.pl and dkimverify.pl as /usr/bin/dkimproxy-sign and |
26 | * Ship dkimsign.pl and dkimverify.pl as /usr/bin/dkimproxy-sign and |
21 | /usr/bin/dkimproxy-verify, replacing the old versions in the dkimproxy |
27 | /usr/bin/dkimproxy-verify, replacing the old versions in the dkimproxy |
22 | package (Closes: #524047). |
28 | package (Closes: #524047). |
23 | * Also include the corresponding manpages from the dkimproxy |
29 | * Also include the corresponding manpages from the dkimproxy |
24 | package. Thanks to Thomas Goirand. |
30 | package. Thanks to Thomas Goirand. |
25 | 31 | ||
26 | -- Magnus Holmgren <holmgren@debian.org> Sat, 19 Dec 2009 18:48:51 +0100 |
32 | -- Magnus Holmgren <holmgren@debian.org> Sat, 19 Dec 2009 18:48:51 +0100 |
27 | 33 | ||
28 | libmail-dkim-perl (0.36-1) unstable; urgency=low |
34 | libmail-dkim-perl (0.36-1) unstable; urgency=low |
29 | 35 | ||
30 | * New upstream release. |
36 | * New upstream release. |
31 | - Renames Mail::DKIM::Policy to Mail::DKIM::DkPolicy. Only affects |
37 | - Renames Mail::DKIM::Policy to Mail::DKIM::DkPolicy. Only affects |
32 | code that creates policy objects directly. |
38 | code that creates policy objects directly. |
33 | - Drops support for pre-standardized DKIM signatures (i.e. DKIM |
39 | - Drops support for pre-standardized DKIM signatures (i.e. DKIM |
34 | signatures without a v= or bh= tag). |
40 | signatures without a v= or bh= tag). |
35 | * Honour nocheck option in DEB_BUILD_OPTIONS (but test outcome is still |
41 | * Honour nocheck option in DEB_BUILD_OPTIONS (but test outcome is still |
36 | ignored since some tests depend on Internet connectivity). |
42 | ignored since some tests depend on Internet connectivity). |
37 | * Increase Standards-Version to 3.8.2. |
43 | * Increase Standards-Version to 3.8.2. |
38 | 44 | ||
39 | -- Magnus Holmgren <holmgren@debian.org> Sat, 01 Aug 2009 19:16:02 +0200 |
45 | -- Magnus Holmgren <holmgren@debian.org> Sat, 01 Aug 2009 19:16:02 +0200 |
40 | 46 | ||
41 | libmail-dkim-perl (0.33-1) unstable; urgency=low |
47 | libmail-dkim-perl (0.33-1) unstable; urgency=low |
42 | 48 | ||
43 | * New upstream release (Closes: #519151). |
49 | * New upstream release (Closes: #519151). |
44 | * Bumped Standards-Version to 3.8.0. No changes needed. |
50 | * Bumped Standards-Version to 3.8.0. No changes needed. |
45 | * debian/rules: Fix target dependencies, skip unnecessary Debhelper |
51 | * debian/rules: Fix target dependencies, skip unnecessary Debhelper |
46 | calls, and delete severely incomplete Mail::DKIM::PublicKey(3pm) |
52 | calls, and delete severely incomplete Mail::DKIM::PublicKey(3pm) |
47 | manpage that Lintian complains about. |
53 | manpage that Lintian complains about. |
48 | 54 | ||
49 | -- Magnus Holmgren <holmgren@debian.org> Tue, 10 Mar 2009 23:22:33 +0100 |
55 | -- Magnus Holmgren <holmgren@debian.org> Tue, 10 Mar 2009 23:22:33 +0100 |
50 | 56 | ||
51 | libmail-dkim-perl (0.32-1) unstable; urgency=low |
57 | libmail-dkim-perl (0.32-1) unstable; urgency=low |
52 | 58 | ||
53 | * New upstream release. |
59 | * New upstream release. |
54 | - No longer depends on libdigest-sha1-perl. |
60 | - No longer depends on libdigest-sha1-perl. |
55 | 61 | ||
56 | -- Magnus Holmgren <holmgren@debian.org> Sat, 07 Jun 2008 15:38:48 +0200 |
62 | -- Magnus Holmgren <holmgren@debian.org> Sat, 07 Jun 2008 15:38:48 +0200 |
57 | 63 | ||
58 | libmail-dkim-perl (0.31-1) unstable; urgency=low |
64 | libmail-dkim-perl (0.31-1) unstable; urgency=low |
59 | 65 | ||
60 | * New upstream release (Closes: 476908). |
66 | * New upstream release (Closes: 476908). |
61 | * Change debian/watch to use search.cpan.org only. |
67 | * Change debian/watch to use search.cpan.org only. |
62 | * New maintainer email address. |
68 | * New maintainer email address. |
63 | * Increase minimum version of libcrypt-openssl-rsa-perl to 0.24 (should |
69 | * Increase minimum version of libcrypt-openssl-rsa-perl to 0.24 (should |
64 | have done that at version 0.28 of this package). |
70 | have done that at version 0.28 of this package). |
65 | 71 | ||
66 | -- Magnus Holmgren <holmgren@debian.org> Sun, 20 Apr 2008 18:08:09 +0200 |
72 | -- Magnus Holmgren <holmgren@debian.org> Sun, 20 Apr 2008 18:08:09 +0200 |
67 | 73 | ||
68 | libmail-dkim-perl (0.30.1-1) unstable; urgency=low |
74 | libmail-dkim-perl (0.30.1-1) unstable; urgency=low |
69 | 75 | ||
70 | * New upstream release (Closes: #470650). |
76 | * New upstream release (Closes: #470650). |
71 | 77 | ||
72 | -- Magnus Holmgren <magnus@kibibyte.se> Wed, 12 Mar 2008 18:47:28 +0100 |
78 | -- Magnus Holmgren <magnus@kibibyte.se> Wed, 12 Mar 2008 18:47:28 +0100 |
73 | 79 | ||
74 | libmail-dkim-perl (0.29-1) unstable; urgency=low |
80 | libmail-dkim-perl (0.29-1) unstable; urgency=low |
75 | 81 | ||
76 | * New upstream release. |
82 | * New upstream release. |
77 | * Bump Standards-Version to 3.7.3. |
83 | * Bump Standards-Version to 3.7.3. |
78 | * Upstream homepage moved to SourceForge. |
84 | * Upstream homepage moved to SourceForge. |
79 | * Change XS-Vcs-* fields to just Vcs-*. |
85 | * Change XS-Vcs-* fields to just Vcs-*. |
80 | 86 | ||
81 | -- Magnus Holmgren <magnus@kibibyte.se> Sun, 23 Dec 2007 13:51:28 +0100 |
87 | -- Magnus Holmgren <magnus@kibibyte.se> Sun, 23 Dec 2007 13:51:28 +0100 |
82 | 88 | ||
83 | libmail-dkim-perl (0.28-2) unstable; urgency=low |
89 | libmail-dkim-perl (0.28-2) unstable; urgency=low |
84 | 90 | ||
85 | * Skip 'make realclean' if Makefile does not exist, and do not ignore |
91 | * Skip 'make realclean' if Makefile does not exist, and do not ignore |
86 | errors. |
92 | errors. |
87 | * Modernise debian/control: wrap dependency fields, add XS-Vcs-* fields, |
93 | * Modernise debian/control: wrap dependency fields, add XS-Vcs-* fields, |
88 | and make Homepage a real field. |
94 | and make Homepage a real field. |
89 | 95 | ||
90 | -- Magnus Holmgren <magnus@kibibyte.se> Thu, 27 Sep 2007 22:21:31 +0200 |
96 | -- Magnus Holmgren <magnus@kibibyte.se> Thu, 27 Sep 2007 22:21:31 +0200 |
91 | 97 | ||
92 | libmail-dkim-perl (0.28-1) unstable; urgency=low |
98 | libmail-dkim-perl (0.28-1) unstable; urgency=low |
93 | 99 | ||
94 | * New upstream release. Skipping 0.27 which had a bug. |
100 | * New upstream release. Skipping 0.27 which had a bug. |
95 | 101 | ||
96 | -- Magnus Holmgren <magnus@kibibyte.se> Sat, 26 May 2007 17:43:55 +0200 |
102 | -- Magnus Holmgren <magnus@kibibyte.se> Sat, 26 May 2007 17:43:55 +0200 |
97 | 103 | ||
98 | libmail-dkim-perl (0.26-2) unstable; urgency=low |
104 | libmail-dkim-perl (0.26-2) unstable; urgency=low |
99 | 105 | ||
100 | * Fix error in this changelog (the description of DKIM was never changed |
106 | * Fix error in this changelog (the description of DKIM was never changed |
101 | in 0.25-1). |
107 | in 0.25-1). |
102 | 108 | ||
103 | -- Magnus Holmgren <magnus@kibibyte.se> Sat, 26 May 2007 17:42:05 +0200 |
109 | -- Magnus Holmgren <magnus@kibibyte.se> Sat, 26 May 2007 17:42:05 +0200 |
104 | 110 | ||
105 | libmail-dkim-perl (0.26-1) unstable; urgency=low |
111 | libmail-dkim-perl (0.26-1) unstable; urgency=low |
106 | 112 | ||
107 | * New upstream release. |
113 | * New upstream release. |
108 | · Compliant to the finished RFC 4871. |
114 | · Compliant to the finished RFC 4871. |
109 | * debian/control: Borrow description of DKIM from libdkim. |
115 | * debian/control: Borrow description of DKIM from libdkim. |
110 | 116 | ||
111 | -- Magnus Holmgren <magnus@kibibyte.se> Fri, 25 May 2007 00:52:29 +0200 |
117 | -- Magnus Holmgren <magnus@kibibyte.se> Fri, 25 May 2007 00:52:29 +0200 |
112 | 118 | ||
113 | libmail-dkim-perl (0.25-1) unstable; urgency=low |
119 | libmail-dkim-perl (0.25-1) unstable; urgency=low |
114 | 120 | ||
115 | * New upstream release. |
121 | * New upstream release. |
116 | 122 | ||
117 | -- Magnus Holmgren <magnus@kibibyte.se> Sat, 12 May 2007 10:17:26 +0200 |
123 | -- Magnus Holmgren <magnus@kibibyte.se> Sat, 12 May 2007 10:17:26 +0200 |
118 | 124 | ||
119 | libmail-dkim-perl (0.24-2) unstable; urgency=low |
125 | libmail-dkim-perl (0.24-2) unstable; urgency=low |
120 | 126 | ||
121 | * Upload to unstable. |
127 | * Upload to unstable. |
122 | * Add homepage to package description and mention DK support. |
128 | * Add homepage to package description and mention DK support. |
123 | 129 | ||
124 | -- Magnus Holmgren <magnus@kibibyte.se> Mon, 23 Apr 2007 22:03:29 +0200 |
130 | -- Magnus Holmgren <magnus@kibibyte.se> Mon, 23 Apr 2007 22:03:29 +0200 |
125 | 131 | ||
126 | libmail-dkim-perl (0.24-1) experimental; urgency=low |
132 | libmail-dkim-perl (0.24-1) experimental; urgency=low |
127 | 133 | ||
128 | * New upstream (bugfix) release. |
134 | * New upstream (bugfix) release. |
129 | * Add debian/watch. |
135 | * Add debian/watch. |
130 | 136 | ||
131 | -- Magnus Holmgren <magnus@kibibyte.se> Sat, 24 Mar 2007 23:04:03 +0100 |
137 | -- Magnus Holmgren <magnus@kibibyte.se> Sat, 24 Mar 2007 23:04:03 +0100 |
132 | 138 | ||
133 | libmail-dkim-perl (0.23-1) experimental; urgency=low |
139 | libmail-dkim-perl (0.23-1) experimental; urgency=low |
134 | 140 | ||
135 | * New upstream release. |
141 | * New upstream release. |
136 | 142 | ||
137 | -- Magnus Holmgren <magnus@kibibyte.se> Sat, 10 Mar 2007 20:36:14 +0100 |
143 | -- Magnus Holmgren <magnus@kibibyte.se> Sat, 10 Mar 2007 20:36:14 +0100 |
138 | 144 | ||
139 | libmail-dkim-perl (0.22-1) experimental; urgency=low |
145 | libmail-dkim-perl (0.22-1) experimental; urgency=low |
140 | 146 | ||
141 | * New upstream release. |
147 | * New upstream release. |
142 | · This version will also verify the older DomainKeys kind of |
148 | · This version will also verify the older DomainKeys kind of |
143 | signatures. |
149 | signatures. |
144 | * This time the tests have been made non-build-critical, as their |
150 | * This time the tests have been made non-build-critical, as their |
145 | outcome really doesn't say anything about the success of the |
151 | outcome really doesn't say anything about the success of the |
146 | build. |
152 | build. |
147 | 153 | ||
148 | -- Magnus Holmgren <magnus@kibibyte.se> Tue, 30 Jan 2007 01:17:52 +0100 |
154 | -- Magnus Holmgren <magnus@kibibyte.se> Tue, 30 Jan 2007 01:17:52 +0100 |
149 | 155 | ||
150 | libmail-dkim-perl (0.19-3) unstable; urgency=low |
156 | libmail-dkim-perl (0.19-3) unstable; urgency=low |
151 | 157 | ||
152 | * Really disable network-dependent tests, POSIX-compliantly (Closes: |
158 | * Really disable network-dependent tests, POSIX-compliantly (Closes: |
153 | #395860) |
159 | #395860) |
154 | 160 | ||
155 | -- Magnus Holmgren <magnus@kibibyte.se> Mon, 6 Nov 2006 12:20:29 +0100 |
161 | -- Magnus Holmgren <magnus@kibibyte.se> Mon, 6 Nov 2006 12:20:29 +0100 |
156 | 162 | ||
157 | libmail-dkim-perl (0.19-2) unstable; urgency=low |
163 | libmail-dkim-perl (0.19-2) unstable; urgency=low |
158 | 164 | ||
159 | * Disable test cases requiring network access (Closes: #395860) |
165 | * Disable test cases requiring network access (Closes: #395860) |
160 | 166 | ||
161 | -- Magnus Holmgren <magnus@kibibyte.se> Mon, 30 Oct 2006 15:09:01 +0100 |
167 | -- Magnus Holmgren <magnus@kibibyte.se> Mon, 30 Oct 2006 15:09:01 +0100 |
162 | 168 | ||
163 | libmail-dkim-perl (0.19-1) unstable; urgency=low |
169 | libmail-dkim-perl (0.19-1) unstable; urgency=low |
164 | 170 | ||
165 | * Initial release (Closes: #378046). |
171 | * Initial release (Closes: #378046). |
166 | 172 | ||
167 | -- Magnus Holmgren <magnus@kibibyte.se> Sat, 7 Oct 2006 16:40:20 +0200 |
173 | -- Magnus Holmgren <magnus@kibibyte.se> Sat, 7 Oct 2006 16:40:20 +0200 |