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