From e212e3ce003cd02c827bb0b6d77e767b1afc7d4b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Dec 2020 08:39:04 +0100 Subject: update to 1.4.10 --- .gitignore | 2 ++ composer.json | 2 +- roundcubemail.spec | 8 +++++++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1ab5c4f..01f0400 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ +clog package-*.xml *.tgz +*.tar.bz2 *.tar.gz *.tar.xz *.tar.xz.asc diff --git a/composer.json b/composer.json index 5a5f7cf..d032a5e 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "pear/net_smtp": "~1.8.1", "pear/crypt_gpg": "~1.6.3", "pear/net_sieve": "~1.4.3", - "roundcube/plugin-installer": "~0.1.6", + "roundcube/plugin-installer": "~0.2.0", "masterminds/html5": "~2.5.0", "endroid/qr-code": "~1.6.5", "kolab/net_ldap3": "~1.1.1" diff --git a/roundcubemail.spec b/roundcubemail.spec index 5155a83..395646a 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -17,7 +17,7 @@ %else %global with_phpfpm 0 %endif -%global upstream_version 1.4.8 +%global upstream_version 1.4.10 #global upstream_prever rc2 %global roundcubedir %{_datadir}/roundcubemail @@ -349,6 +349,12 @@ fi %changelog +* Mon Dec 28 2020 Remi Collet - 1.4.10-1 +- update to 1.4.10 + +* Mon Sep 28 2020 Remi Collet - 1.4.9-1 +- update to 1.4.9 + * Tue Aug 11 2020 Remi Collet - 1.4.8-1 - update to 1.4.8 -- cgit