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