diff options
author | raveit65 <mate@raveit.de> | 2023-12-25 17:43:05 +0100 |
---|---|---|
committer | raveit65 <mate@raveit.de> | 2023-12-25 17:43:05 +0100 |
commit | dba8187b3bae181d439576a6d10a8c1737bc3bb2 (patch) | |
tree | fc91e75f27a35c2096395306ef615206974596af | |
parent | 17a36a09eb637a252d4366cf42a58d7c94cdaacf (diff) | |
download | mate-media-dba8187b3bae181d439576a6d10a8c1737bc3bb2.tar.bz2 mate-media-dba8187b3bae181d439576a6d10a8c1737bc3bb2.tar.xz |
release 1.26.2
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -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]) |