summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2023-01-05 14:18:27 -0600
committerMichael Catanzaro <mcatanzaro@redhat.com>2023-01-05 14:18:27 -0600
commit4fd42caeb2770a32f74df6f3eb33545ef11a97f6 (patch)
tree3110efc76ba5b7654cfa7c54dc1acd21cce5fbd9
parent869907ae9190e1455c02be0236879aa973e63bf5 (diff)
downloadglib-networking-4fd42caeb2770a32f74df6f3eb33545ef11a97f6.tar.gz
Prepare 2.76.alpha2.76.alpha
-rw-r--r--NEWS11
-rw-r--r--meson.build2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5919a91..ec1b631 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+2.76.alpha - January 5, 2023
+============================
+
+- OpenSSL: add session resumption support (#147, Goncalo Gomes)
+- GnuTLS: several session resumption improvements (#194, Goncalo Gomes)
+- Skip TLS exporter test for TLS 1.2 (#201, Natanael Copa)
+- Default values for build options have changed, no longer use auto (!220)
+- Fix static linking on Windows (!223, Xavier Claessens)
+- Don't use system trust on iOS (!230, Nirbheek Chauhan)
+- Updated translations
+
2.74.0 - September 15, 2022
===========================
diff --git a/meson.build b/meson.build
index d262481..ec6065a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'glib-networking', 'c',
- version: '2.74.0',
+ version: '2.76.alpha',
license: 'LGPL2.1+',
meson_version: '>= 0.60.0',
default_options: ['c_std=gnu99']