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