summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2022-09-01 12:58:58 -0500
committerMichael Catanzaro <mcatanzaro@redhat.com>2022-09-01 12:59:48 -0500
commitef2a2ee55bb6b7a5e50cde46895abc57831994ae (patch)
tree5257e0960bec9d991af654592e9fcf1897fd5c58
parent6ce780e9dd0401bf9ad2d5adbe23a084e7468821 (diff)
downloadglib-networking-ef2a2ee55bb6b7a5e50cde46895abc57831994ae.tar.gz
Prepare 2.74.rc2.74.rc
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c312470..462f99a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+2.74.rc - September 1, 2022
+===========================
+
+ - Support PKCS #12 encrypted certificates (!184, Patrick Griffis)
+ - Various improvements to Meson build system (!214, Xavier Claessens)
+ - Multiple fixes for proxy tests (!222)
+
2.74.beta - August 5, 2022
==========================
diff --git a/meson.build b/meson.build
index f803605..01e18a9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'glib-networking', 'c',
- version: '2.74.beta',
+ version: '2.74.rc',
license: 'LGPL2.1+',
meson_version: '>= 0.60.0',
default_options: ['c_std=gnu99']