[gcr] Release unstable version 3.35.1
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcr] Release unstable version 3.35.1
- Date: Sun, 5 Jan 2020 20:24:55 +0000 (UTC)
commit 8e7227a2b02b089351dfd8f72c8764dd4eacc6dc
Author: Niels De Graef <nielsdegraef gmail com>
Date: Sun Jan 5 21:21:23 2020 +0100
Release unstable version 3.35.1
NEWS | 9 +++++++++
configure.ac | 4 ++--
meson.build | 2 +-
3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index f46b7e8..fcd8e91 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+gcr 3.35.1:
+- gcr-certificate: Add (virtual) annotation [GNOME/gcr!35, GNOME/gcr#37]
+- Always use G_PARAM_STATIC_STRINGS [GNOME/gcr!31]
+- Support Meson build system [GNOME/gcr!11,32,33,34]
+- Avoid potential 64-bit pointer aliasing alignment issues [GNOME/gcr!27, GNOME/gcr#34]
+- Update README to mention correct environment variables [GNOME/gcr!25]
+- build: Use sed for .desktop variables substitution [GNOME/gcr!24]
+- Updated translations
+
gcr 3.34.0:
- gcr-prompt-dialog: Allow the use of mnemonics in the choice label [GNOME/gcr!22]
- Use python3 shebang in ui/icons/render-icons.py [GNOME/gcr!21]
diff --git a/configure.ac b/configure.ac
index 6286f16..22ecdb9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
m4_define([gcr_major], [3])
-m4_define([gcr_minor], [34])
-m4_define([gcr_micro], [0])
+m4_define([gcr_minor], [35])
+m4_define([gcr_micro], [1])
AC_PREREQ([2.63])
AC_INIT([gcr], [gcr_major.gcr_minor.gcr_micro],
diff --git a/meson.build b/meson.build
index 29297d7..7a91ac7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gcr', 'c',
- version: '3.34.0',
+ version: '3.35.1',
meson_version: '>= 0.49',
license: 'GPL2+',
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]