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