Rev 33 | Rev 36 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 33 | Rev 34 | ||
|---|---|---|---|
| 1 | libdkim (1:1.0.19-2) unstable; urgency=low |
1 | libdkim (1:1.0.19-2) unstable; urgency=low |
| 2 | 2 | ||
| 3 | * Change the SOVERSION to 0d (d for Debian) to avoid potential future |
3 | * Change the SOVERSION to 0d (d for Debian) to avoid potential future |
| 4 | clashes. |
4 | clashes. |
| 5 | * Bring back the version script, but only to hide internal symbols. |
5 | * Bring back the version script, but only to hide internal symbols. |
| - | 6 | * Add initial symbols file. |
|
| 6 | 7 | ||
| 7 | -- Magnus Holmgren <holmgren@debian.org> Mon, 16 Jun 2008 17:16:09 +0200 |
8 | -- Magnus Holmgren <holmgren@debian.org> Mon, 16 Jun 2008 17:37:06 +0200 |
| 8 | 9 | ||
| 9 | libdkim (1:1.0.19-1exp1+eximdkim) experimental; urgency=low |
10 | libdkim (1:1.0.19-1exp1+eximdkim) experimental; urgency=low |
| 10 | 11 | ||
| 11 | * Experimental version made specifically to work with potential DKIM |
12 | * Experimental version made specifically to work with potential DKIM |
| 12 | support in Exim. |
13 | support in Exim. |
| 13 | * 30_extra_fields.dpatch (new): Add Domain and IdentityDomain fields to |
14 | * 30_extra_fields.dpatch (new): Add Domain and IdentityDomain fields to |
| 14 | struct DKIMVerifyDetails (this is Tom Kistner's plan). |
15 | struct DKIMVerifyDetails (this is Tom Kistner's plan). |
| 15 | 16 | ||
| 16 | -- Magnus Holmgren <holmgren@debian.org> Sat, 17 May 2008 23:53:39 +0200 |
17 | -- Magnus Holmgren <holmgren@debian.org> Sat, 17 May 2008 23:53:39 +0200 |
| 17 | 18 | ||
| 18 | libdkim (1:1.0.19-1) unstable; urgency=low |
19 | libdkim (1:1.0.19-1) unstable; urgency=low |
| 19 | 20 | ||
| 20 | * New upstream release. |
21 | * New upstream release. |
| 21 | - Drop remaining patches; issues fixed upstream. |
22 | - Drop remaining patches; issues fixed upstream. |
| 22 | * New maintainer email address. |
23 | * New maintainer email address. |
| 23 | * Include Yahoo! patent license as plain text. |
24 | * Include Yahoo! patent license as plain text. |
| 24 | 25 | ||
| 25 | -- Magnus Holmgren <holmgren@debian.org> Sat, 17 May 2008 23:13:03 +0200 |
26 | -- Magnus Holmgren <holmgren@debian.org> Sat, 17 May 2008 23:13:03 +0200 |
| 26 | 27 | ||
| 27 | libdkim (1:1.0.17-1) unstable; urgency=low |
28 | libdkim (1:1.0.17-1) unstable; urgency=low |
| 28 | 29 | ||
| 29 | * New upstream release. |
30 | * New upstream release. |
| 30 | * Drop 20_winmacros.dpatch; fixed upstream. |
31 | * Drop 20_winmacros.dpatch; fixed upstream. |
| 31 | * Bump soname to libdkim1 because of incompatible struct changes. |
32 | * Bump soname to libdkim1 because of incompatible struct changes. |
| 32 | * 20_strict_includes.dpatch (new): Add "#include <string.h>" as necessary |
33 | * 20_strict_includes.dpatch (new): Add "#include <string.h>" as necessary |
| 33 | to fix FTBFS with GCC 4.3 (Closes: #455145). |
34 | to fix FTBFS with GCC 4.3 (Closes: #455145). |
| 34 | * Add an epoch to reclaim binary packages "stolen" by dkim-milter. |
35 | * Add an epoch to reclaim binary packages "stolen" by dkim-milter. |
| 35 | * Dump the linker version script - changing the soname when necessary is |
36 | * Dump the linker version script - changing the soname when necessary is |
| 36 | going to be hard enough. |
37 | going to be hard enough. |
| 37 | * Move homepage URL from description to control field. |
38 | * Move homepage URL from description to control field. |
| 38 | * Increase Standards-Version to 3.7.3 without changes. |
39 | * Increase Standards-Version to 3.7.3 without changes. |
| 39 | * Don't ignore distclean errors. |
40 | * Don't ignore distclean errors. |
| 40 | 41 | ||
| 41 | -- Magnus Holmgren <magnus@kibibyte.se> Fri, 15 Feb 2008 23:04:42 +0100 |
42 | -- Magnus Holmgren <magnus@kibibyte.se> Fri, 15 Feb 2008 23:04:42 +0100 |
| 42 | 43 | ||
| 43 | libdkim (1.0.14-1) unstable; urgency=low |
44 | libdkim (1.0.14-1) unstable; urgency=low |
| 44 | 45 | ||
| 45 | * New upstream release. |
46 | * New upstream release. |
| 46 | * Build-depend on pkg-config. |
47 | * Build-depend on pkg-config. |
| 47 | * Use dpatch to apply changes to upstream. |
48 | * Use dpatch to apply changes to upstream. |
| 48 | 49 | ||
| 49 | -- Magnus Holmgren <magnus@kibibyte.se> Wed, 02 May 2007 21:14:01 +0200 |
50 | -- Magnus Holmgren <magnus@kibibyte.se> Wed, 02 May 2007 21:14:01 +0200 |
| 50 | 51 | ||
| 51 | libdkim (1.0.13-1) unstable; urgency=low |
52 | libdkim (1.0.13-1) unstable; urgency=low |
| 52 | 53 | ||
| 53 | * Initial release (Closes: #410829). |
54 | * Initial release (Closes: #410829). |
| 54 | 55 | ||
| 55 | -- Magnus Holmgren <magnus@kibibyte.se> Tue, 6 Mar 2007 21:08:04 +0100 |
56 | -- Magnus Holmgren <magnus@kibibyte.se> Tue, 6 Mar 2007 21:08:04 +0100 |
| 56 | 57 | ||