Release version 3.3.90
[platform/upstream/gcr.git] / NEWS
1 gcr 3.3.90:
2  - Expose the secure memory API
3
4 gcr 3.3.5:
5  - Add way to specify button labels for a GcrPrompt
6  - Reenable grabs for password prompts
7
8 gcr 3.3.4
9  - Display an appropriate title in gcr-viewer
10  - Include GcrPrompt documentation
11  - Add 'new-prompt' signal to GcrSystemPrompter for use with javascript
12  - Fix build for glib 2.31 deprecations
13  - Build fixes
14
15 gcr 3.3.3.1
16  - Fix build issues
17
18 gcr 3.3.3
19  - Add support for parsing PKCS#10 and SPKAC formats in GcrParser
20  - Add support for viewing certificate requests in GcrViewer
21  - Support for dynamically loading private key data from PKCS#11
22  - Add GcrCertificateRequest class for requesting certificates
23  - Add function to retrieve basic constraints from a certificate
24  - Show import errors in an info bar under the viewer
25  - Don't show empty dates in gnupg key renderer
26  - Make secure memory pool shared across modules
27  - Add GckBuilder as a mutable attribute set
28  - Add floating references to GckAttributes
29  - Rename GckObjectAttributes to GckObjectCache
30  - Expose GcrSecureEntryBuffer as a public class
31  - Add system prompt and prompter
32  - Expose uri in GcrImporter
33  - Fix build for glib 2.31 deprecations
34  - Licensing fixes
35  - Build fixes, internal bug fixes, documentation, etc.
36
37 gcr 3.3.2.1
38  - Fix build issues
39
40 gcr 3.3.2
41  - Allow changing collection on a GcrCollectionModel, add tree/list
42    mode to GcrCollectionModel
43  - Allow chaining of GckEnumerator objects, so that when objects from
44    one is listed, then chained enumerator is enumerated.
45  - Integrate GTlsInteraction into libgck for logging in or key auth.
46  - Refactor internal DER parsing to use reference counted memory
47    using the prototyped GBytes API.
48  - Build fixes, documentation fixes, testing fixes, memory leak fixes
49
50 gcr 3.3.1.1
51  - Fix build issues
52
53 gcr 3.3.1
54  - Add function to get elements of union collection
55  - Add gck_slot_enumerate_objects() function
56  - Enumerator can now retrieve object attributes
57  - Add gck_session_find_handles() and friends
58  - Add gnupg and password icons
59  - Function to notify that certificate changed
60  - Update glib dependency for 2.30.0
61  - Build, translation and documentation fixes
62
63 Versions 3.2.2 and prior were released as part of gnome-keyring