summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2020-07-03 18:52:18 +0200
committerJens Georg <mail@jensge.org>2020-07-03 18:52:18 +0200
commitd8dfd749616de512190379a80f2c49028fe212a9 (patch)
treef2d7ae72f543ae034d9ca407602e9333a17fb427
parenta410cbf6cbea385722d4e3315d70b2b39c24bc5c (diff)
downloadrygel-d8dfd749616de512190379a80f2c49028fe212a9.tar.gz
Prepare 0.38.4rygel-0.38.4
-rw-r--r--NEWS43
-rw-r--r--meson.build2
2 files changed, 44 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e6f6e431..96eba915 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,46 @@
+0.38.4
+======
+
+Core:
+ - Actually use the pretty hostname if found
+
+Server:
+ - Fix missing nullable argument
+
+Rygel:
+ - Add debug output regarding the currently applied
+ ACL policy
+
+Server:
+ - Fix TimeSeekRange headers being locale-dependent
+
+Tracker:
+ - Some fixes for compatibility with recent vala
+ - nmm:albumTitle was removed ages ago, use nie:title
+
+GStreamer Media Engine:
+ - Do not seek on encodebin
+
+ Translation updates
+
+Bugs fixed in this release:
+ - https://gitlab.gnome.org/GNOME/rygel/issues/157
+ - https://gitlab.gnome.org/GNOME/rygel/issues/161
+ - https://gitlab.gnome.org/GNOME/rygel/issues/165
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+ - sicklylife <translation@sicklylife.jp>
+ - Daniel Korostil <ted.korostiled@gmail.com>
+ - Danial Behzadi <dani.behzi@ubuntu.com>
+ - Umarzuki Bin Mochlis Moktar <umarzuki@gmail.com>
+
+Added/updated translations:
+ - fa.po, courtesy of Danial Behzadi
+ - ja.po, courtesy of sicklylife
+ - ms.po, courtesy of abuyop
+ - uk.po, courtesy of Yuri Chornoivan
+
0.38.3
======
diff --git a/meson.build b/meson.build
index 0e1d9f8e..f0f415bc 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('rygel', 'vala', 'c', version : '0.38.3')
+project('rygel', 'vala', 'c', version : '0.38.4')
vala = meson.get_compiler('vala')
# Check for the required vala version