Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 36 | Rev 38 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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