~ubuntu-branches/ubuntu/precise/p11-kit/precise

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Andreas Metzler
  • Date: 2011-12-23 08:40:38 UTC
  • mfrom: (1.1.5) (3.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20111223084038-44d6dm73f1yiw856
Tags: 0.9-3
* Brown paper bag release.
* Revert module-path change, gnome-keyring *has* switched.
  Closes: #653033, #653034

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Generate automatically. Do not edit.
2
2
 
 
3
commit e18725f71e0f070a54d763cbba7797031828dd95
 
4
Author: Stef Walter <stefw@collabora.co.uk>
 
5
Date:   2011-11-14
 
6
 
 
7
    Release version 0.9
 
8
 
 
9
 NEWS           |    6 ++++++
 
10
 configure.ac   |    2 +-
 
11
 po/p11-kit.pot |    4 ++--
 
12
 3 files changed, 9 insertions(+), 3 deletions(-)
 
13
 
 
14
commit d3dfc6968e54b919c90967a486d20066b0f5bf57
 
15
Author: Stef Walter <stefw@collabora.co.uk>
 
16
Date:   2011-11-02
 
17
 
 
18
    Reduce autofoo dependencies
 
19
    
 
20
     * automake 1.10 (although can benefit from some 1.11 features)
 
21
     * autoconf 2.61
 
22
 
 
23
 configure.ac |    4 ++--
 
24
 1 files changed, 2 insertions(+), 2 deletions(-)
 
25
 
 
26
commit 9ccc74f384ee100ec522e012ea543437b1df123c
 
27
Author: Stef Walter <stefw@collabora.co.uk>
 
28
Date:   2011-11-01
 
29
 
 
30
    An intelligent error message when gettextize is not around
 
31
 
 
32
 autogen.sh |    2 +-
 
33
 1 files changed, 1 insertions(+), 1 deletions(-)
 
34
 
 
35
commit 7370d64c18b795a63eda40efcc9e786b821cb7f7
 
36
Author: Stef Walter <stefw@collabora.co.uk>
 
37
Date:   2011-10-30
 
38
 
 
39
    p11-kit can't be used as a static library
 
40
    
 
41
     * It just doesn't make sense.
 
42
     * The initialization refcounting in particular can only work as
 
43
       a shared library.
 
44
 
 
45
 configure.ac |    4 ++++
 
46
 1 files changed, 4 insertions(+), 0 deletions(-)
 
47
 
 
48
commit df0ed92f44fa168c0d02866796f3707687f43214
 
49
Author: Stef Walter <stefw@collabora.co.uk>
 
50
Date:   2011-10-29
 
51
 
 
52
    Fix problems crashing when freeing TLS on windows
 
53
 
 
54
 p11-kit/util.c |    2 ++
 
55
 1 files changed, 2 insertions(+), 0 deletions(-)
 
56
 
 
57
commit 922d53016955c0ff2d6d830d726f0d1ea3a5804b
 
58
Author: Stef Walter <stefw@collabora.co.uk>
 
59
Date:   2011-10-29
 
60
 
 
61
    Add debug output to windows init and uninit of library
 
62
 
 
63
 p11-kit/util.c |    9 ++++++++-
 
64
 1 files changed, 8 insertions(+), 1 deletions(-)
 
65
 
 
66
commit c940667c434fe64cf4d01cec0873044c54e7f174
 
67
Author: Stef Walter <stefw@collabora.co.uk>
 
68
Date:   2011-10-29
 
69
 
 
70
    Make build not depend on gtk-doc or pkg-config
 
71
    
 
72
     * If enabled, gtk-doc can be used, but we no longer expect the
 
73
       gtkdoc autoconf/automake macro files to be installed.
 
74
     * pkg-config is no longer used for checks.
 
75
     * We still do install pkg-config files, and this is the preferred
 
76
       way to build against and link to p11-kit.
 
77
 
 
78
 configure.ac |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++--
 
79
 1 files changed, 51 insertions(+), 2 deletions(-)
 
80
 
 
81
commit 0792fefb2bc9d5db038b48855f0b1bb138653332
 
82
Author: Stef Walter <stefw@collabora.co.uk>
 
83
Date:   2011-10-29
 
84
 
 
85
    Handle build case when gettextize is not available or not installed
 
86
 
 
87
 autogen.sh |    8 +++++++-
 
88
 1 files changed, 7 insertions(+), 1 deletions(-)
 
89
 
 
90
commit 969bcab592878322e410f4342a61fccc06b9addd
 
91
Author: Stef Walter <stefw@collabora.co.uk>
 
92
Date:   2011-10-27
 
93
 
 
94
    Fix build with clang
 
95
    
 
96
     * Just removed some unused functions that used GNUC extensions
 
97
 
 
98
 tests/cutest/CuTest.c |   10 ----------
 
99
 tests/cutest/CuTest.h |    5 -----
 
100
 2 files changed, 0 insertions(+), 15 deletions(-)
 
101
 
 
102
commit 77bab108dd2a7d1c55468cc991c22397fb5f8ba5
 
103
Author: Dr. Volker Zell <dr.volker.zell@oracle.com>
 
104
Date:   2011-10-25
 
105
 
 
106
    Fix broken build on cygwin and mingw
 
107
    
 
108
     * Add correct linking options for libintl
 
109
 
 
110
 p11-kit/Makefile.am |    2 ++
 
111
 1 files changed, 2 insertions(+), 0 deletions(-)
 
112
 
 
113
commit 69f7eaa0508326f07832b91557f9e1ad8e6864c6
 
114
Author: Michael Cronenworth <mike@cchtml.com>
 
115
Date:   2011-10-25
 
116
 
 
117
    Fix broken build on windows
 
118
    
 
119
     * The debug_init() call needed a rename to _p11_debug_init() to match
 
120
       the non-Win32 code.
 
121
 
 
122
 p11-kit/util.c |    2 +-
 
123
 1 files changed, 1 insertions(+), 1 deletions(-)
 
124
 
3
125
commit 190aee9cdf44d257333d7ef9e29113a07f1516c9
4
126
Author: Stef Walter <stefw@collabora.co.uk>
5
127
Date:   2011-10-24
76
198
     * This win32 port needs more work from interested parties
77
199
 
78
200
 .gitignore          |    3 +
79
 
 configure.ac        |   35 ++++++--
 
201
 configure.ac        |   33 ++++++--
80
202
 doc/Makefile.am     |    2 +-
81
203
 p11-kit/Makefile.am |    1 +
82
204
 p11-kit/compat.c    |  114 +++++++++++++++++++++++++
98
220
 tools/compat.c      |  228 +++++++++++++++++++++++++++++++++++++++++++++++++++
99
221
 tools/compat.h      |   63 ++++++++++++++
100
222
 tools/p11-kit.c     |    5 +-
101
 
 23 files changed, 952 insertions(+), 180 deletions(-)
 
223
 23 files changed, 951 insertions(+), 179 deletions(-)
102
224
 
103
225
commit b1d9fd5f88ade222fbd2206c7e11c5514c8b5634
104
226
Author: Stef Walter <stefw@collabora.co.uk>
315
437
    =>
316
438
    configure --with-system-config
317
439
 
318
 
 configure.ac                   |   50 ++++++++++++++++++++-------------------
 
440
 configure.ac                   |   46 ++++++++++++++++++++-------------------
319
441
 p11-kit/Makefile.am            |    2 +-
320
442
 p11-kit/modules.c              |    5 ++-
321
 
 p11-kit/p11-kit-1.pc.in        |   10 ++++---
 
443
 p11-kit/p11-kit-1.pc.in        |   10 +++++---
322
444
 p11-kit/pkcs11.conf.example.in |    2 +-
323
 
 5 files changed, 37 insertions(+), 32 deletions(-)
 
445
 5 files changed, 35 insertions(+), 30 deletions(-)
324
446
 
325
447
commit 1cecad87a968ab6441b020fafb95f991b97e84b3
326
448
Author: Stef Walter <stefw@collabora.co.uk>
757
879
 doc/Makefile.am          |    2 +-
758
880
 doc/p11-kit-docs.sgml    |    1 +
759
881
 doc/p11-kit-sections.txt |   19 +++
760
 
 p11-kit/pin.c            |  328 +++++++++++++++++++++++++++++++++++++---------
 
882
 p11-kit/pin.c            |  326 +++++++++++++++++++++++++++++++++++++---------
761
883
 p11-kit/pin.h            |    4 +-
762
884
 tests/pin-test.c         |   18 ++--
763
 
 6 files changed, 295 insertions(+), 77 deletions(-)
 
885
 6 files changed, 294 insertions(+), 76 deletions(-)
764
886
 
765
887
commit fd7dee836d0b14efc48bf59955c8a12a72561043
766
888
Author: Stef Walter <stefw@collabora.co.uk>
1694
1816
 module/Makefile.am       |   10 +-
1695
1817
 module/conf.c            |  240 ++++++
1696
1818
 module/conf.h            |   51 ++
1697
 
 module/hash.c            |  512 +++++++------
 
1819
 module/hash.c            |  492 +++++++------
1698
1820
 module/hash.h            |  110 ++-
1699
1821
 module/p11-kit-lib.c     |  810 +++++++++++++++++++
1700
1822
 module/p11-kit-private.h |   51 ++
1701
1823
 module/p11-kit-proxy.c   | 1376 ++++++++++++++++++++++++++++++++
1702
1824
 module/p11-kit.c         | 1974 ----------------------------------------------
1703
1825
 module/p11-kit.h         |   12 +-
1704
 
 11 files changed, 2885 insertions(+), 2264 deletions(-)
 
1826
 11 files changed, 2875 insertions(+), 2254 deletions(-)
1705
1827
 
1706
1828
commit 5a53e44a73d4fb62483e890fe348ea40d27ef573
1707
1829
Author: Stef Walter <stefw@collabora.co.uk>