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