Subversion Repositories

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

Rev 20 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20 Rev 21
1
libmail-dkim-perl (0.28-2) unstable; urgency=low
1
libmail-dkim-perl (0.28-2) unstable; urgency=low
2
2
3
  * Skip 'make realclean' if Makefile does not exist, and do not ignore
3
  * Skip 'make realclean' if Makefile does not exist, and do not ignore
4
    errors.
4
    errors.
5
  * Modernise debian/control: wrap dependency fields, add XS-Vcs-* fields,
5
  * Modernise debian/control: wrap dependency fields, add XS-Vcs-* fields,
6
    and make Homepage a real field.
6
    and make Homepage a real field.
7
7
8
 -- Magnus Holmgren <magnus@kibibyte.se>  Thu, 27 Sep 2007 22:21:31 +0200
8
 -- Magnus Holmgren <magnus@kibibyte.se>  Thu, 27 Sep 2007 22:21:31 +0200
9
9
10
libmail-dkim-perl (0.28-1) unstable; urgency=low
10
libmail-dkim-perl (0.28-1) unstable; urgency=low
11
11
12
  * New upstream release. Skipping 0.27 which had a bug.
12
  * New upstream release. Skipping 0.27 which had a bug.
13
13
14
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 26 May 2007 17:43:55 +0200
14
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 26 May 2007 17:43:55 +0200
15
15
16
libmail-dkim-perl (0.26-2) unstable; urgency=low
16
libmail-dkim-perl (0.26-2) unstable; urgency=low
17
17
18
  * Fix error in this changelog (the description of DKIM was never changed
18
  * Fix error in this changelog (the description of DKIM was never changed
19
    in 0.25-1).
19
    in 0.25-1).
20
20
21
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 26 May 2007 17:42:05 +0200
21
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 26 May 2007 17:42:05 +0200
22
22
23
libmail-dkim-perl (0.26-1) unstable; urgency=low
23
libmail-dkim-perl (0.26-1) unstable; urgency=low
24
24
25
  * New upstream release.
25
  * New upstream release.
26
    · Compliant to the finished RFC 4871.
26
    · Compliant to the finished RFC 4871.
27
  * debian/control: Borrow description of DKIM from libdkim.
27
  * debian/control: Borrow description of DKIM from libdkim.
28
28
29
 -- Magnus Holmgren <magnus@kibibyte.se>  Fri, 25 May 2007 00:52:29 +0200
29
 -- Magnus Holmgren <magnus@kibibyte.se>  Fri, 25 May 2007 00:52:29 +0200
30
30
31
libmail-dkim-perl (0.25-1) unstable; urgency=low
31
libmail-dkim-perl (0.25-1) unstable; urgency=low
32
32
33
  * New upstream release.
33
  * New upstream release.
34
34
35
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 12 May 2007 10:17:26 +0200
35
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 12 May 2007 10:17:26 +0200
36
36
37
libmail-dkim-perl (0.24-2) unstable; urgency=low
37
libmail-dkim-perl (0.24-2) unstable; urgency=low
38
38
39
  * Upload to unstable.
39
  * Upload to unstable.
40
  * Add homepage to package description and mention DK support.
40
  * Add homepage to package description and mention DK support.
41
41
42
 -- Magnus Holmgren <magnus@kibibyte.se>  Mon, 23 Apr 2007 22:03:29 +0200
42
 -- Magnus Holmgren <magnus@kibibyte.se>  Mon, 23 Apr 2007 22:03:29 +0200
43
43
44
libmail-dkim-perl (0.24-1) experimental; urgency=low
44
libmail-dkim-perl (0.24-1) experimental; urgency=low
45
45
46
  * New upstream (bugfix) release.
46
  * New upstream (bugfix) release.
47
  * Add debian/watch.
47
  * Add debian/watch.
48
48
49
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 24 Mar 2007 23:04:03 +0100
49
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 24 Mar 2007 23:04:03 +0100
50
50
51
libmail-dkim-perl (0.23-1) experimental; urgency=low
51
libmail-dkim-perl (0.23-1) experimental; urgency=low
52
52
53
  * New upstream release.
53
  * New upstream release.
54
54
55
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 10 Mar 2007 20:36:14 +0100
55
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 10 Mar 2007 20:36:14 +0100
56
56
57
libmail-dkim-perl (0.22-1) experimental; urgency=low
57
libmail-dkim-perl (0.22-1) experimental; urgency=low
58
58
59
  * New upstream release.
59
  * New upstream release.
60
    · This version will also verify the older DomainKeys kind of
60
    · This version will also verify the older DomainKeys kind of
61
      signatures.
61
      signatures.
62
  * This time the tests have been made non-build-critical, as their
62
  * This time the tests have been made non-build-critical, as their
63
    outcome really doesn't say anything about the success of the
63
    outcome really doesn't say anything about the success of the
64
    build.
64
    build.
65
65
66
 -- Magnus Holmgren <magnus@kibibyte.se>  Tue, 30 Jan 2007 01:17:52 +0100
66
 -- Magnus Holmgren <magnus@kibibyte.se>  Tue, 30 Jan 2007 01:17:52 +0100
67
67
68
libmail-dkim-perl (0.19-3) unstable; urgency=low
68
libmail-dkim-perl (0.19-3) unstable; urgency=low
69
69
70
  * Really disable network-dependent tests, POSIX-compliantly (Closes:
70
  * Really disable network-dependent tests, POSIX-compliantly (Closes:
71
    #395860)
71
    #395860)
72
72
73
 -- Magnus Holmgren <magnus@kibibyte.se>  Mon,  6 Nov 2006 12:20:29 +0100
73
 -- Magnus Holmgren <magnus@kibibyte.se>  Mon,  6 Nov 2006 12:20:29 +0100
74
74
75
libmail-dkim-perl (0.19-2) unstable; urgency=low
75
libmail-dkim-perl (0.19-2) unstable; urgency=low
76
76
77
  * Disable test cases requiring network access (Closes: #395860)
77
  * Disable test cases requiring network access (Closes: #395860)
78
78
79
 -- Magnus Holmgren <magnus@kibibyte.se>  Mon, 30 Oct 2006 15:09:01 +0100
79
 -- Magnus Holmgren <magnus@kibibyte.se>  Mon, 30 Oct 2006 15:09:01 +0100
80
80
81
libmail-dkim-perl (0.19-1) unstable; urgency=low
81
libmail-dkim-perl (0.19-1) unstable; urgency=low
82
82
83
  * Initial release (Closes: #378046).
83
  * Initial release (Closes: #378046).
84
84
85
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat,  7 Oct 2006 16:40:20 +0200
85
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat,  7 Oct 2006 16:40:20 +0200