Rev 49 | Rev 51 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 49 | Rev 50 | ||
---|---|---|---|
1 | libdkim (1:1.0.21-2) unstable; urgency=low |
1 | libdkim (1:1.0.21-2) unstable; urgency=low |
2 | 2 | ||
3 | * debian/Makefile.in: Correct order of object files and libraries when |
3 | * debian/Makefile.in: Correct order of object files and libraries when |
4 | linking so that --as-needed will work (Closes: #627387). |
4 | linking so that --as-needed will work (Closes: #627387). |
- | 5 | * Convert to source package version 3.0 (quilt). |
|
5 | 6 | ||
6 | -- Magnus Holmgren <holmgren@debian.org> Sun, 12 Jun 2011 00:30:27 +0200 |
7 | -- Magnus Holmgren <holmgren@debian.org> Sun, 12 Jun 2011 01:07:06 +0200 |
7 | 8 | ||
8 | libdkim (1:1.0.21-1) unstable; urgency=low |
9 | libdkim (1:1.0.21-1) unstable; urgency=low |
9 | 10 | ||
10 | * New upstream version. |
11 | * New upstream version. |
11 | * SSP (Sender Signing Practices) replaced by ADSP (Author Domain |
12 | * SSP (Sender Signing Practices) replaced by ADSP (Author Domain |
12 | Signing Practices). |
13 | Signing Practices). |
13 | * 30_extra_fields.dpatch: Dropped. The DKIMVerifyDetails structure now |
14 | * 30_extra_fields.dpatch: Dropped. The DKIMVerifyDetails structure now |
14 | provides the formerly missing information in the szSignatureDomain and |
15 | provides the formerly missing information in the szSignatureDomain and |
15 | szIdentityDomain fields. |
16 | szIdentityDomain fields. |
16 | * SONAME changed to libdkim.so.1d because of the above change. |
17 | * SONAME changed to libdkim.so.1d because of the above change. |
17 | * Correct bug number (#524133) in the previous changelog entry. |
18 | * Correct bug number (#524133) in the previous changelog entry. |
18 | 19 | ||
19 | -- Magnus Holmgren <holmgren@debian.org> Sun, 31 Jan 2010 23:39:24 +0100 |
20 | -- Magnus Holmgren <holmgren@debian.org> Sun, 31 Jan 2010 23:39:24 +0100 |
20 | 21 | ||
21 | libdkim (1:1.0.19-4) unstable; urgency=low |
22 | libdkim (1:1.0.19-4) unstable; urgency=low |
22 | 23 | ||
23 | * Add debug package (Closes: #532058). |
24 | * Add debug package (Closes: #532058). |
24 | * Use strtok_r() instead of strtok() for thread safety (Closes: |
25 | * Use strtok_r() instead of strtok() for thread safety (Closes: |
25 | #532740). Patch by Russel Coker. |
26 | #532740). Patch by Russel Coker. |
26 | * Include built libdkimtest (Closes: #524147). |
27 | * Include built libdkimtest (Closes: #524147). |
27 | * Move examples from library to dev package. |
28 | * Move examples from library to dev package. |
28 | * Get rid of warnings through the use of const and more correct types |
29 | * Get rid of warnings through the use of const and more correct types |
29 | (Closes: #524133). Patch by Russel Coker. |
30 | (Closes: #524133). Patch by Russel Coker. |
30 | * Upgrade package to Standards-Version 3.8.3: |
31 | * Upgrade package to Standards-Version 3.8.3: |
31 | + Add README.source. |
32 | + Add README.source. |
32 | 33 | ||
33 | -- Magnus Holmgren <holmgren@debian.org> Mon, 14 Sep 2009 22:34:21 +0200 |
34 | -- Magnus Holmgren <holmgren@debian.org> Mon, 14 Sep 2009 22:34:21 +0200 |
34 | 35 | ||
35 | libdkim (1:1.0.19-3) unstable; urgency=low |
36 | libdkim (1:1.0.19-3) unstable; urgency=low |
36 | 37 | ||
37 | * Don't symlink libdkim-dev's doc directory to that of libdkim*, |
38 | * Don't symlink libdkim-dev's doc directory to that of libdkim*, |
38 | it only adds another place to update when the soname changes. |
39 | it only adds another place to update when the soname changes. |
39 | * Update debian/copyright; mention the patent license and refer to |
40 | * Update debian/copyright; mention the patent license and refer to |
40 | common-licenses for the Apache 2.0 license. |
41 | common-licenses for the Apache 2.0 license. |
41 | * Remove Debian revision from symbols file. |
42 | * Remove Debian revision from symbols file. |
42 | 43 | ||
43 | -- Magnus Holmgren <holmgren@debian.org> Sat, 28 Jun 2008 11:53:09 +0200 |
44 | -- Magnus Holmgren <holmgren@debian.org> Sat, 28 Jun 2008 11:53:09 +0200 |
44 | 45 | ||
45 | libdkim (1:1.0.19-2) unstable; urgency=low |
46 | libdkim (1:1.0.19-2) unstable; urgency=low |
46 | 47 | ||
47 | * Change the SOVERSION to 0d (d for Debian) to avoid potential future |
48 | * Change the SOVERSION to 0d (d for Debian) to avoid potential future |
48 | clashes. |
49 | clashes. |
49 | * Bring back the version script, but only to hide internal symbols. |
50 | * Bring back the version script, but only to hide internal symbols. |
50 | * Add initial symbols file. |
51 | * Add initial symbols file. |
51 | 52 | ||
52 | -- Magnus Holmgren <holmgren@debian.org> Mon, 16 Jun 2008 17:37:06 +0200 |
53 | -- Magnus Holmgren <holmgren@debian.org> Mon, 16 Jun 2008 17:37:06 +0200 |
53 | 54 | ||
54 | libdkim (1:1.0.19-1exp1+eximdkim) experimental; urgency=low |
55 | libdkim (1:1.0.19-1exp1+eximdkim) experimental; urgency=low |
55 | 56 | ||
56 | * Experimental version made specifically to work with potential DKIM |
57 | * Experimental version made specifically to work with potential DKIM |
57 | support in Exim. |
58 | support in Exim. |
58 | * 30_extra_fields.dpatch (new): Add Domain and IdentityDomain fields to |
59 | * 30_extra_fields.dpatch (new): Add Domain and IdentityDomain fields to |
59 | struct DKIMVerifyDetails (this is Tom Kistner's plan). |
60 | struct DKIMVerifyDetails (this is Tom Kistner's plan). |
60 | 61 | ||
61 | -- Magnus Holmgren <holmgren@debian.org> Sat, 17 May 2008 23:53:39 +0200 |
62 | -- Magnus Holmgren <holmgren@debian.org> Sat, 17 May 2008 23:53:39 +0200 |
62 | 63 | ||
63 | libdkim (1:1.0.19-1) unstable; urgency=low |
64 | libdkim (1:1.0.19-1) unstable; urgency=low |
64 | 65 | ||
65 | * New upstream release. |
66 | * New upstream release. |
66 | - Drop remaining patches; issues fixed upstream. |
67 | - Drop remaining patches; issues fixed upstream. |
67 | * New maintainer email address. |
68 | * New maintainer email address. |
68 | * Include Yahoo! patent license as plain text. |
69 | * Include Yahoo! patent license as plain text. |
69 | 70 | ||
70 | -- Magnus Holmgren <holmgren@debian.org> Sat, 17 May 2008 23:13:03 +0200 |
71 | -- Magnus Holmgren <holmgren@debian.org> Sat, 17 May 2008 23:13:03 +0200 |
71 | 72 | ||
72 | libdkim (1:1.0.17-1) unstable; urgency=low |
73 | libdkim (1:1.0.17-1) unstable; urgency=low |
73 | 74 | ||
74 | * New upstream release. |
75 | * New upstream release. |
75 | * Drop 20_winmacros.dpatch; fixed upstream. |
76 | * Drop 20_winmacros.dpatch; fixed upstream. |
76 | * Bump soname to libdkim1 because of incompatible struct changes. |
77 | * Bump soname to libdkim1 because of incompatible struct changes. |
77 | * 20_strict_includes.dpatch (new): Add "#include <string.h>" as necessary |
78 | * 20_strict_includes.dpatch (new): Add "#include <string.h>" as necessary |
78 | to fix FTBFS with GCC 4.3 (Closes: #455145). |
79 | to fix FTBFS with GCC 4.3 (Closes: #455145). |
79 | * Add an epoch to reclaim binary packages "stolen" by dkim-milter. |
80 | * Add an epoch to reclaim binary packages "stolen" by dkim-milter. |
80 | * Dump the linker version script - changing the soname when necessary is |
81 | * Dump the linker version script - changing the soname when necessary is |
81 | going to be hard enough. |
82 | going to be hard enough. |
82 | * Move homepage URL from description to control field. |
83 | * Move homepage URL from description to control field. |
83 | * Increase Standards-Version to 3.7.3 without changes. |
84 | * Increase Standards-Version to 3.7.3 without changes. |
84 | * Don't ignore distclean errors. |
85 | * Don't ignore distclean errors. |
85 | 86 | ||
86 | -- Magnus Holmgren <magnus@kibibyte.se> Fri, 15 Feb 2008 23:04:42 +0100 |
87 | -- Magnus Holmgren <magnus@kibibyte.se> Fri, 15 Feb 2008 23:04:42 +0100 |
87 | 88 | ||
88 | libdkim (1.0.14-1) unstable; urgency=low |
89 | libdkim (1.0.14-1) unstable; urgency=low |
89 | 90 | ||
90 | * New upstream release. |
91 | * New upstream release. |
91 | * Build-depend on pkg-config. |
92 | * Build-depend on pkg-config. |
92 | * Use dpatch to apply changes to upstream. |
93 | * Use dpatch to apply changes to upstream. |
93 | 94 | ||
94 | -- Magnus Holmgren <magnus@kibibyte.se> Wed, 02 May 2007 21:14:01 +0200 |
95 | -- Magnus Holmgren <magnus@kibibyte.se> Wed, 02 May 2007 21:14:01 +0200 |
95 | 96 | ||
96 | libdkim (1.0.13-1) unstable; urgency=low |
97 | libdkim (1.0.13-1) unstable; urgency=low |
97 | 98 | ||
98 | * Initial release (Closes: #410829). |
99 | * Initial release (Closes: #410829). |
99 | 100 | ||
100 | -- Magnus Holmgren <magnus@kibibyte.se> Tue, 6 Mar 2007 21:08:04 +0100 |
101 | -- Magnus Holmgren <magnus@kibibyte.se> Tue, 6 Mar 2007 21:08:04 +0100 |
101 | 102 |