From 5279f688c58406bffb47bcd48ae2e396fcc1fd66 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 23 Aug 2005 23:31:52 +0000 Subject: [PATCH] Release note cleanups. --- doc/src/sgml/release.sgml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 364bbf2630..2b78ecdea7 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -597,7 +597,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.351 2005/08/23 21:25:56 momjian 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. @@ -735,7 +735,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.351 2005/08/23 21:25:56 momjian - Allow TRUNCATE to truncate multiple files in a + Allow TRUNCATE to truncate multiple tables in a single command (Alvaro) @@ -1726,7 +1726,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.351 2005/08/23 21:25:56 momjian - 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. @@ -1735,19 +1735,19 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.351 2005/08/23 21:25:56 momjian - 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. @@ -1756,7 +1756,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.351 2005/08/23 21:25:56 momjian - Remove support for libmhash and libmcrypt (Marko Kreen) + Remove support for libmhash and libmcrypt. -- GitLab