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