summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2023-02-09 10:27:48 -0600
committerMichael Catanzaro <mcatanzaro@redhat.com>2023-02-09 10:27:48 -0600
commit28371b5b9359cb26350dd434b6713133b66f727e (patch)
treeebb8cb91b22017c6a044d1fa822cdb173b5ef85e
parentfc61d21407550a9670bc6b6b3aaa3056ef26d58b (diff)
downloadglib-networking-28371b5b9359cb26350dd434b6713133b66f727e.tar.gz
Prepare 2.76.beta2.76.beta
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ec1b631..e4587ba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+2.76.beta - February 9, 2023
+============================
+
+- Hopefully fix environment proxy resolver on Windows (!226)
+- Remove static_modules build option, use -Ddefault_library=static instead (!233)
+- Updated translations
+
2.76.alpha - January 5, 2023
============================
diff --git a/meson.build b/meson.build
index d2d0908..5245c05 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'glib-networking', 'c',
- version: '2.76.alpha',
+ version: '2.76.beta',
license: 'LGPL2.1+',
meson_version: '>= 0.60.0',
default_options: ['c_std=gnu99']