summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2022-06-29 09:40:23 -0500
committerMichael Catanzaro <mcatanzaro@redhat.com>2022-06-29 09:40:23 -0500
commitef728aeac99f8f0338d9691afa3c1534140ffd14 (patch)
tree52f45fb0a400d864070c2cff54a798c5366e6ad7
parent1adc2abba4aed5d9a9ed9efaca1d7a67b42b021c (diff)
downloadglib-networking-2.72.1.tar.gz
Prepare 2.72.12.72.1
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8d71303..55e64dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+2.72.1 - June 29, 2022
+======================
+
+ - Discard empty proxy environment variables (#189)
+
2.72.0 - March 22, 2022
=======================
diff --git a/meson.build b/meson.build
index 5335d89..75ba14e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'glib-networking', 'c',
- version: '2.72.0',
+ version: '2.72.1',
license: 'LGPL2.1+',
meson_version: '>= 0.50.0',
default_options: ['c_std=gnu99']