summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@src.gnome.org>2019-07-26 11:06:55 +0200
committerDaiki Ueno <dueno@src.gnome.org>2019-07-26 11:06:55 +0200
commitb3520241f5831431eea8fb822ef68e6d28d94c78 (patch)
tree77f97ee5e28fe9ec91d6cc1f2addc8102dacd148 /NEWS
parent3c2d5803b1149a0d2ea1669fac8874f903e30c22 (diff)
downloadgcr-b3520241f5831431eea8fb822ef68e6d28d94c78.tar.gz
Bump version3.33.4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6dd8b8b..6ef1cc2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+gcr 3.33.4:
+- Move from intltool to gettext [GNOME/gcr#18]
+- Fix parameter type for signal handler causing stack smashing on ppc64le [GNOME/gcr!16]
+- cleanup: Don't use deprecated g_type_class_add_private() anymore [GNOME/gcr!12]
+- Fix GIR annotations [GNOME/gcr!10]
+- Fix hashtable ordering assumptions [GNOME/gcr!9]
+- build: Fix gcr-trust symbols not appearing in GIR, and hence also VAPI [GNOME/gcr!7]
+- Update gcr_pkcs11_get_trust_{store|lookup}_slot URI checks [GNOME/gcr!5]
+- build: Update tap scripts for Python 3 compat [GNOME/gcr!2]
+- Updated translations
+
gcr 3.28.0:
- Fix year 2038 workaround in ASN.1 decoder [#787963]
- Fix test errors when ssh-keygen is not found