summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2019-02-05 23:03:59 +0100
committerJens Georg <mail@jensge.org>2019-02-05 23:03:59 +0100
commit7c75ff75da6c60431e08aebce45f70f87fc83468 (patch)
treeac427e7260f59162b4a8c3909d7721d43892894a
parent41cc1efd33f8a7e2fdfcdc4fddae56f1ca429a13 (diff)
downloadrygel-7c75ff75da6c60431e08aebce45f70f87fc83468.tar.gz
Prepare 0.37.2
-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