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