Merge branch 'gnome-3-6'
[platform/upstream/gcr.git] / NEWS
1 gcr 3.6.1:
2  - Remove unneeded translation
3  - Clear and focus password entry in gcr-viewer when invalid password
4  - Keep enumerating if getting info about one slot fails.
5  - Updated translations
6  - Testing fixes
7
8 gcr 3.6.0:
9  - Updated translations
10
11 gcr 3.5.92:
12  - Updated transaltions
13
14 gcr 3.5.90:
15  - Updated translations
16  - Don't fail preconditions when pkcs11 isn't initialized in gcr
17  - Fix regression in ASN.1 parsing
18  - Build fixes
19
20 gcr 3.5.5:
21  - Use p11-kit/pkcs11.h instead of shipping a copy with gck.
22  - Documentation fixes
23  - Updated translations
24
25 gcr 3.5.4:
26  - Add debug output to GcrSecretExchange
27  - Fix invalid warning when sending a secret exchange
28  - Remove support code for old glib versions
29  - Updated translations
30  - Documentation fixes
31
32 gcr 3.5.3:
33  - Rework DER parsing so we can parse odd PKCS#12 files
34  - Use GBytes, bump glib dependency
35  - Enable gnome2 keyring storage
36  - Documentation fixes
37  - Updated translations
38
39 gcr 3.4.1:
40  - Fix more issues disabling grabs during password prompts
41  - More debug messages to GcrSystemPrompter
42  - Fix up GCR_DEBUG and GCK_DEBUG environment variables
43  - Updated translations
44  - Build fixes
45
46 gcr 3.4.0:
47  (no changes since last release)
48
49 gcr 3.3.92:
50  - Fix up copyright headers
51  - Updated translations
52  - Build fix
53
54 gcr 3.3.90:
55  - Expose the secure memory API
56
57 gcr 3.3.5:
58  - Add way to specify button labels for a GcrPrompt
59  - Reenable grabs for password prompts
60
61 gcr 3.3.4
62  - Display an appropriate title in gcr-viewer
63  - Include GcrPrompt documentation
64  - Add 'new-prompt' signal to GcrSystemPrompter for use with javascript
65  - Fix build for glib 2.31 deprecations
66  - Build fixes
67
68 gcr 3.3.3.1
69  - Fix build issues
70
71 gcr 3.3.3
72  - Add support for parsing PKCS#10 and SPKAC formats in GcrParser
73  - Add support for viewing certificate requests in GcrViewer
74  - Support for dynamically loading private key data from PKCS#11
75  - Add GcrCertificateRequest class for requesting certificates
76  - Add function to retrieve basic constraints from a certificate
77  - Show import errors in an info bar under the viewer
78  - Don't show empty dates in gnupg key renderer
79  - Make secure memory pool shared across modules
80  - Add GckBuilder as a mutable attribute set
81  - Add floating references to GckAttributes
82  - Rename GckObjectAttributes to GckObjectCache
83  - Expose GcrSecureEntryBuffer as a public class
84  - Add system prompt and prompter
85  - Expose uri in GcrImporter
86  - Fix build for glib 2.31 deprecations
87  - Licensing fixes
88  - Build fixes, internal bug fixes, documentation, etc.
89
90 gcr 3.3.2.1
91  - Fix build issues
92
93 gcr 3.3.2
94  - Allow changing collection on a GcrCollectionModel, add tree/list
95    mode to GcrCollectionModel
96  - Allow chaining of GckEnumerator objects, so that when objects from
97    one is listed, then chained enumerator is enumerated.
98  - Integrate GTlsInteraction into libgck for logging in or key auth.
99  - Refactor internal DER parsing to use reference counted memory
100    using the prototyped GBytes API.
101  - Build fixes, documentation fixes, testing fixes, memory leak fixes
102
103 gcr 3.3.1.1
104  - Fix build issues
105
106 gcr 3.3.1
107  - Add function to get elements of union collection
108  - Add gck_slot_enumerate_objects() function
109  - Enumerator can now retrieve object attributes
110  - Add gck_session_find_handles() and friends
111  - Add gnupg and password icons
112  - Function to notify that certificate changed
113  - Update glib dependency for 2.30.0
114  - Build, translation and documentation fixes
115
116 Versions 3.2.2 and prior were released as part of gnome-keyring