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