Using ALTER USER> and ALTER DATABASE>,
- limits can not be enforced on the maximum number of users who
+ limits can now be enforced on the maximum number of users who
can connect as as a specific uesr or to a specific database.
Setting the limit to zero disables user or database connections.
- Allow TRUNCATE> to truncate multiple files in a
+ Allow TRUNCATE> to truncate multiple tables in a
single command (Alvaro)
- Implemention of OpenPGP symmetric-key and public-key encryption
+ Implemention of OpenPGP symmetric-key and public-key encryption.
Supported are both RSA and Elgamal public-key algorithms.
- Standalone build: include SHA256/384/512 hashes, Fortuna PRNG
+ Standalone build: include SHA256/384/512 hashes, Fortuna PRNG.
- OpenSSL build: support 3DES, use internal AES with OpenSSL < 0.9.7
+ OpenSSL build: support 3DES, use internal AES with OpenSSL < 0.9.7.
- Take build parameters (OpenSSL, zlib) from /configure>. result
+ Take build parameters (OpenSSL, zlib) from ./configure> result.
No need to edit the Makefile> anymore.
- Remove support for libmhash> and libmcrypt> (Marko Kreen)
+ Remove support for libmhash> and libmcrypt>.