summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a654635ce..cd9b2a62d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
New features and significant updates in version...
+Major changes in 43.beta:
+- Throw a better error if OpenGL couldn't init
+- Translate DVD/VCD device errors
+- Save screenshots into ~/Pictures/Screenshots
+- Make search entry keyboard navigable
+- Add playlist page to GTK inspector (disabled by default)
+- Fix fullscreen header bar not showing up
+
Major changes in 43.alpha:
- Update thumbnailing code for gnome-desktop API changes
- Fix crashes and warnings when some plugins are missing
diff --git a/meson.build b/meson.build
index b9faf1abf..0c871dd10 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'totem', 'c',
- version: '43.alpha',
+ version: '43.beta',
license: 'GPL2+ with exception',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.50.0'