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 ad4aed7..537cbb5 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "pear/net_idna2": "~0.2.0", "pear/mail_mime": "~1.10.0", "pear/net_smtp": "~1.7.1", - "pear/crypt_gpg": "~1.6.0", + "pear/crypt_gpg": "~1.6.3", "pear/net_sieve": "~1.4.0", "roundcube/plugin-installer": "~0.1.6", "endroid/qr-code": "~1.6.5" diff --git a/roundcubemail.spec b/roundcubemail.spec index 383a59b..52f4b57 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -20,7 +20,7 @@ %global roundcubedir %{_datadir}/roundcubemail %global _logdir /var/log Name: roundcubemail -Version: 1.3.6 +Version: 1.3.7 Release: 1%{?dist} Summary: Round Cube Webmail is a browser-based multilingual IMAP client @@ -326,6 +326,9 @@ fi %changelog +* Wed Aug 01 2018 Kevin Fenzi <kevin@scrye.com> - 1.3.7-1 +- Update to 1.3.7. Fixes bug #1609445 + * Thu Apr 12 2018 Remi Collet <remi@remirepo.net> - 1.3.6-1 - Update to 1.3.6 |