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