summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-07-16 12:25:15 +0200
committerBastien Nocera <hadess@hadess.net>2022-07-16 12:25:15 +0200
commit0061ec01460dfb582a65b83198263d33555fc08b (patch)
tree8322c053fd7f6bf1893e37473364f7343ca9172f
parent7c721d0eba8e968b718f4e18bf17f391cd074fb6 (diff)
downloadtotem-0061ec01460dfb582a65b83198263d33555fc08b.tar.gz
43.alpha43.alpha
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7e2e11720..a654635ce 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
New features and significant updates in version...
+Major changes in 43.alpha:
+- Update thumbnailing code for gnome-desktop API changes
+- Fix crashes and warnings when some plugins are missing
+- Use GResources to load UI files, simplify plugin declarations,
+ and remove a lot of unused code
+- Update man page
+
Major changes in 42.0:
- Updated appdata screenshots
- Fix screenshot functionality not working since the port to
diff --git a/meson.build b/meson.build
index 9a579988a..5d9e7e4bc 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'totem', 'c',
- version: '42.0',
+ version: '43.alpha',
license: 'GPL2+ with exception',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.50.0'