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