From: Bruce Momjian Date: Thu, 5 Jan 2006 15:18:29 +0000 (+0000) Subject: New pgcrypto item wording. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=24c0adbdac0a7a6c618bba2bcbb1b5a469098980;p=users%2Fbernd%2Fpostgres.git New pgcrypto item wording. --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index ee94827d07..a28da74d3b 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -52,8 +52,10 @@ certain rarely used Asian multi-byte character sets (Tatsuo) Various fixes for queries returning RECORDs (Tom) -Fix bug in /contrib/pgcrypto Openwall -gen_salt processing (Marko Kreen> +Fix bug in /contrib/pgcrypto gen_salt, +which caused it not to use all available salt space for md5 and +xdes algorithms (Marko Kreen, Solar Designer) +Salts for blowfish and standard des are unaffected Fix /contrib/dblink to throw an error when the number of columns specified is different from those returned