Skip to content

Commit

Permalink
Enigma: Support GnuPG 2.1 (#5313)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Oct 29, 2016
1 parent 2ae1da4 commit 1618387
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ CHANGELOG Roundcube Webmail
- Remove PHP mail() support, smtp_server is required now (#5340)
- Display full message subject in onmouseover on truncated subject in mail view (#5346)
- Searching in both contacts and groups when LDAP addressbook with group_filters option is used
- Enigma: Support GnuPG 2.1 (#5313)
- Enigma: Support key generation for multiple identities (#5383)
- Enigma: Import keys from key-server(s) (#5286)
- Enigma: Search missing public keys on a key-server in mail compose (#5286)
Expand Down
5 changes: 2 additions & 3 deletions composer.json-dist
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"pear-pear.php.net/net_idna2": "~0.1.1",
"pear-pear.php.net/mail_mime": "~1.10.0",
"pear-pear.php.net/net_smtp": "~1.7.1",
"pear-pear.php.net/crypt_gpg": "~1.4.2",
"pear-pear.php.net/crypt_gpg": "~1.6.0@beta",
"roundcube/net_sieve": "~1.5.0"
},
"require-dev": {
Expand All @@ -38,6 +38,5 @@
"suggest": {
"pear-pear.php.net/net_ldap2": "~2.2.0 required for connecting to LDAP address books",
"kolab/Net_LDAP3": "dev-master required for connecting to LDAP address books"
},
"minimum-stability": "dev"
}
}

0 comments on commit 1618387

Please sign in to comment.