summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml11
-rw-r--r--.travis.yml6
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
4 files changed, 10 insertions, 15 deletions
diff --git a/.build.yml b/.build.yml
index 090414a..e17c216 100644
--- a/.build.yml
+++ b/.build.yml
@@ -98,17 +98,6 @@ variables:
-enable-checker security.insecureAPI.strcpy"'
before_scripts:
- - cd ${START_DIR}
- - '[ -f mate-common-1.24.1.tar.xz ] || curl -Ls -o mate-common-1.24.1.tar.xz https://github.com/mate-desktop/mate-common/releases/download/v1.24.1/mate-common-1.24.1.tar.xz'
- - tar xf mate-common-1.24.1.tar.xz
- - cd mate-common-1.24.1
- - if [ ${DISTRO_NAME} == "debian" -o ${DISTRO_NAME} == "ubuntu" ];then
- - ./configure --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --libexecdir=/usr/lib/x86_64-linux-gnu
- - else
- - ./configure --prefix=/usr
- - fi
- - make
- - make install
build_scripts:
- NOCONFIGURE=1 ./autogen.sh
diff --git a/.travis.yml b/.travis.yml
index bfa0c77..4b79bf0 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:
@@ -42,7 +42,7 @@ deploy:
condition: "${TRAVIS_TAG} =~ ^v.*$ && ${DISTRO} =~ ^fedora.*$"
env:
- - DISTRO="archlinux:latest"
+# - DISTRO="archlinux:latest"
- DISTRO="debian:testing"
- DISTRO="fedora:latest"
- - DISTRO="ubuntu:20.04"
+# - DISTRO="ubuntu:rolling"
diff --git a/NEWS b/NEWS
index 1c67550..f1ca5ec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+### caja-extensions 1.24.1
+
+ * Translations update
+ * sendto: Fix evolution command for sending an email
+ * build: silent build warnings for distcheck
+
### caja-extensions 1.24.0
* Translations update
diff --git a/configure.ac b/configure.ac
index acd83c8..f4cd4e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([caja-extensions], 1.24.0, [https://github.com/mate-desktop/caja-extensions])
+AC_INIT([caja-extensions], 1.24.1, [https://github.com/mate-desktop/caja-extensions])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar check-news])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])