summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-09-06 11:58:19 +0200
committerBastien Nocera <hadess@hadess.net>2022-09-06 11:58:19 +0200
commit29f555d053d44b55971bcba76821ac436090cbd3 (patch)
tree4782fba6959c05d44263c29d6be5058d7d1ae196
parentf745cdd80eeb3a01f3e1155062e59dba8d546436 (diff)
downloadtotem-29f555d053d44b55971bcba76821ac436090cbd3.tar.gz
43.rc43.rc
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cd9b2a62d..55ffb87e3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
New features and significant updates in version...
+Major changes in 43.rc:
+- Fix videos not playing when opening through nautilus 43
+- Translation updates
+
Major changes in 43.beta:
- Throw a better error if OpenGL couldn't init
- Translate DVD/VCD device errors
diff --git a/meson.build b/meson.build
index a8c0ce5ec..2faade281 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'totem', 'c',
- version: '43.beta',
+ version: '43.rc',
license: 'GPL2+ with exception',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.57.0'