Index: doc/src/sgml/release.sgml =================================================================== RCS file: /opt/arc/cvs2/pgsql/doc/src/sgml/release.sgml,v retrieving revision 1.351 diff -u -c -r1.351 release.sgml *** doc/src/sgml/release.sgml 23 Aug 2005 21:25:56 -0000 1.351 --- doc/src/sgml/release.sgml 23 Aug 2005 22:09:29 -0000 *************** *** 1726,1732 **** ! Implemention of OpenPGP symmetric-key and public-key encryption Supported are both RSA and Elgamal public-key algorithms. --- 1726,1732 ---- ! Implemention of OpenPGP symmetric-key and public-key encryption. Supported are both RSA and Elgamal public-key algorithms. *************** *** 1735,1753 **** ! Standalone build: include SHA256/384/512 hashes, Fortuna PRNG ! OpenSSL build: support 3DES, use internal AES with OpenSSL < 0.9.7 ! Take build parameters (OpenSSL, zlib) from /configure. result No need to edit the Makefile anymore. --- 1735,1753 ---- ! Standalone build: include SHA256/384/512 hashes, Fortuna PRNG. ! OpenSSL build: support 3DES, use internal AES with OpenSSL < 0.9.7. ! Take build parameters (OpenSSL, zlib) from ./configure result. No need to edit the Makefile anymore. *************** *** 1756,1762 **** ! Remove support for libmhash and libmcrypt (Marko Kreen) --- 1756,1762 ---- ! Remove support for libmhash and libmcrypt.