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