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