From: Bruce Momjian Date: Thu, 5 Jan 2006 15:17:40 +0000 (+0000) Subject: New pgcrypto item wording. X-Git-Tag: REL7_4_11~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1f15af0551f2f0134a8b1783faab3004ef4307d;p=thirdparty%2Fpostgresql.git New pgcrypto item wording. --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 745b93dd60c..5154a4b8c45 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -44,8 +44,10 @@ those locales to fix existing indexes. certain rarely used Asian multi-byte character sets (Tatsuo) -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