Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 55 | Details | Compare with Previous | Last modification | View Log | RSS feed

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