summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--meson.build2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 20e5f826..1c2df955 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+0.38.0
+======
+
+Examples:
+ - Fix crash if logo is missing in full-screen renderer
+ - Fix missing GResource for full-screen renderer
+
+Renderer:
+ - Fix a critical if mime type is not present
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+
0.37.2
======
diff --git a/meson.build b/meson.build
index 18ad880a..209d4187 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('rygel', 'vala', 'c', version : '0.37.2')
+project('rygel', 'vala', 'c', version : '0.38.0')
vala = meson.get_compiler('vala')
# Check for the required vala version