summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2023-12-25 17:43:05 +0100
committerraveit65 <[email protected]>2023-12-25 17:43:05 +0100
commitdba8187b3bae181d439576a6d10a8c1737bc3bb2 (patch)
treefc91e75f27a35c2096395306ef615206974596af
parent17a36a09eb637a252d4366cf42a58d7c94cdaacf (diff)
downloadmate-media-dba8187b3bae181d439576a6d10a8c1737bc3bb2.tar.bz2
mate-media-dba8187b3bae181d439576a6d10a8c1737bc3bb2.tar.xz
release 1.26.2
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1773c3d..9ffb675 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
### mate-media 1.26.1
* Translations update
+ * Fix various instance checks
+ * update German translation
+ * fix building with libxml 2.12.0
+
+### mate-media 1.26.1
+
+ * Translations update
gvc-stream-applet-icon: fix memory leak
Accessibility improvements
Revert Fix desktop file validation warnings
diff --git a/configure.ac b/configure.ac
index d3d6d64..52c36c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.60)
AC_INIT([mate-media],
- [1.26.1],
+ [1.26.2],
[https://mate-desktop.org/])
AC_CONFIG_AUX_DIR([build-aux])