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