summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS15
-rw-r--r--meson.build2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cffd72dc..317f9d43 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+0.37.2
+======
+
+Build:
+ - Bump GLib dependency to 2.44
+ - Drop Valac requirement to 0.36
+
+Server:
+ - Fix @ADDRESS@ replacement for proxy or transcoded urls
+ - Use a proper check for localhost
+ - Add some hacks for LG devices
+
+MediaExport:
+ - Document blacklisting behaviour
+
0.37.1
======
diff --git a/meson.build b/meson.build
index d6ef7a91..d9a09be6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('rygel', 'vala', 'c', version : '0.37.1')
+project('rygel', 'vala', 'c', version : '0.37.2')
vala = meson.get_compiler('vala')
# Check for the required vala version