diff options
author | Remi Collet <remi@remirepo.net> | 2019-11-10 08:20:37 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-11-10 08:20:37 +0100 |
commit | 0bfdb016c639a4e0d2cff5433ed84aac0c7a26f1 (patch) | |
tree | ce0376fd1a8a53ee02ba0c261b8ae64e1c0a91e7 | |
parent | 6f8c5bc485c29e12fe021d64ef273a9bb06212f5 (diff) |
v1.4.0
-rw-r--r-- | plugins/archive/composer.json | 2 | ||||
-rw-r--r-- | 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 <remi@remirepo.net> - 1.4.0-1 +- Update to 1.4.0 + * Tue Sep 17 2019 Remi Collet <remi@remirepo.net> - 1.4~rc2-1 - Update to 1.4-rc2 - raise dependency on masterminds/html5 2.5.0 |