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