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