summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--data/appdata/org.gnome.Totem.appdata.xml.in7
-rw-r--r--meson.build2
3 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 86377bf35..fa884f016 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
New features and significant updates in version...
+Major changes in 3.38.1:
+- Fix "Undetermined" appearing in language selection menus
+- Make XF86Back go back up a level in library
+- Fix the logo not showing when there's no cover
+- Don't throw error when seeking past the end of an MPEG file
+- Remove application/ogg from the supported mime-types
+- Block more GStreamer plugins that can't be used for thumbnailing
+- Remove Flatpak definitions from distribution tarball
+- Translation updates
+
Major changes in 3.38.0:
- Translation updates
diff --git a/data/appdata/org.gnome.Totem.appdata.xml.in b/data/appdata/org.gnome.Totem.appdata.xml.in
index c73543cd5..f930bff54 100644
--- a/data/appdata/org.gnome.Totem.appdata.xml.in
+++ b/data/appdata/org.gnome.Totem.appdata.xml.in
@@ -35,6 +35,13 @@
<translation type="gettext">totem</translation>
<launchable type="desktop-id">org.gnome.Totem.desktop</launchable>
<releases>
+ <release version="3.38.1" date="2021-06-15">
+ <description>
+ <p>
+ This new version fixes a number of small bugs and updates translations.
+ </p>
+ </description>
+ </release>
<release version="3.38.0" date="2020-09-10">
<description>
<p>
diff --git a/meson.build b/meson.build
index 07ce8c509..7061935a3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'totem', 'c',
- version: '3.38.0',
+ version: '3.38.1',
license: 'GPL2+ with exception',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.50.0'