From 0bfdb016c639a4e0d2cff5433ed84aac0c7a26f1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 10 Nov 2019 08:20:37 +0100 Subject: v1.4.0 --- plugins/archive/composer.json | 2 +- roundcubemail.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/plugins/archive/composer.json b/plugins/archive/composer.json index 2501082..ca53d9e 100644 --- a/plugins/archive/composer.json +++ b/plugins/archive/composer.json @@ -3,7 +3,7 @@ "type": "roundcube-plugin", "description": "This adds a button to move the selected messages to an archive folder. The folder (and the optional structure of subfolders) can be selected in the settings panel.", "license": "GPLv3+", - "version": "3.3", + "version": "3.4", "authors": [ { "name": "Thomas Bruederli", diff --git a/roundcubemail.spec b/roundcubemail.spec index 2440bd0..f4b6ba3 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -17,8 +17,8 @@ %else %global with_phpfpm 0 %endif -%global upstream_version 1.4 -%global upstream_prever rc2 +%global upstream_version 1.4.0 +#global upstream_prever rc2 %global roundcubedir %{_datadir}/roundcubemail %global _logdir /var/log @@ -350,6 +350,9 @@ fi %changelog +* Sun Nov 10 2019 Remi Collet - 1.4.0-1 +- Update to 1.4.0 + * Tue Sep 17 2019 Remi Collet - 1.4~rc2-1 - Update to 1.4-rc2 - raise dependency on masterminds/html5 2.5.0 -- cgit