diff options
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | roundcubemail.spec | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 56f7661..84bbe87 100644 --- a/composer.json +++ b/composer.json @@ -38,5 +38,5 @@ "roundcube/plugin-installer": true } }, - "version": "1.7.1" + "version": "1.7.2" } diff --git a/roundcubemail.spec b/roundcubemail.spec index 500a00d..e3cba8e 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -12,7 +12,7 @@ # support for apache / nginx / php-fpm %global with_phpfpm 1 -%global upstream_version 1.7.1 +%global upstream_version 1.7.2 #global upstream_prever rc6 %global roundcubedir %{_datadir}/roundcubemail @@ -272,6 +272,9 @@ fi %changelog +* Mon Jul 6 2026 Remi Collet <remi@remirepo.net> - 1.7.2-1 +- update to 1.7.2 + * Mon May 25 2026 Remi Collet <remi@remirepo.net> - 1.7.1-1 - update to 1.7.1 |
