summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
3 files changed, 8 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 87f9b7e2..2f75e845 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
# vim: set ts=2 sts=2 sw=2 expandtab :
-dist: bionic
+dist: focal
language: shell
os: linux
services:
@@ -45,4 +45,4 @@ env:
# - DISTRO="archlinux:latest"
- DISTRO="debian:testing"
- DISTRO="fedora:latest"
- - DISTRO="ubuntu:rolling"
+# - DISTRO="ubuntu:rolling"
diff --git a/NEWS b/NEWS
index 7eea7519..8d1a314f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+### mate-panel 1.24.2
+
+ * update translations
+ * wncklet: Check the length of the pixel data for empty thumbnails
+
### mate-panel 1.24.1
* update translations
diff --git a/configure.ac b/configure.ac
index 00da7d35..a504a8fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mate-panel], [1.24.1], [https://github.com/mate-desktop/mate-panel/issues],
+AC_INIT([mate-panel], [1.24.2], [https://github.com/mate-desktop/mate-panel/issues],
[mate-panel], [http://www.mate-desktop.org])
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar -Wno-portability check-news])