summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2018-12-09 23:10:22 +0100
committerJens Georg <mail@jensge.org>2018-12-09 23:10:22 +0100
commitb978d752968add46346a39b205f1a07253a35758 (patch)
tree6f19d45f9a6b3e57ab14daeeee3fdf4612a2d039
parentca45b70d732f8f27615e648391f871bb86fcf699 (diff)
downloadrygel-b978d752968add46346a39b205f1a07253a35758.tar.gz
Prepare 0.37.1rygel-0.37.1
-rw-r--r--NEWS15
-rw-r--r--meson.build2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ca0a6da8..cffd72dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+0.37.1
+======
+
+All:
+ - Add meson build files
+ - Port to GSSDP and GUPnP 1.2 API
+ - Preliminary IPv6 support
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+ - Carmen Bianca BAKKER <carmen@carmenbianca.eu>
+
+Added/updated translations
+ - eo, courtesy of Kristjan SCHMIDT
+
0.37.0
======
All:
diff --git a/meson.build b/meson.build
index 6293682f..e7d7c59e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('rygel', 'vala', 'c', version : '0.37.0')
+project('rygel', 'vala', 'c', version : '0.37.1')
vala = meson.get_compiler('vala')
# Check for the required vala version