New pgcrypto item wording.
authorBruce Momjian <[email protected]>
Thu, 5 Jan 2006 15:18:29 +0000 (15:18 +0000)
committerBruce Momjian <[email protected]>
Thu, 5 Jan 2006 15:18:29 +0000 (15:18 +0000)
doc/src/sgml/release.sgml

index ee94827d07a1ae4c6c29e0fd461a445b05933eb5..a28da74d3b4819c607375b136951acb1ddd06665 100644 (file)
@@ -52,8 +52,10 @@ certain rarely used Asian multi-byte character sets (Tatsuo)
 <listitem><para>Various fixes for queries returning <literal>RECORD</>s
 (Tom) </para></listitem>
 
-<listitem><para>Fix bug in <filename>/contrib/pgcrypto</> Openwall
-gen_salt processing (Marko Kreen></para></listitem>
+<listitem><para>Fix bug in <filename>/contrib/pgcrypto</> gen_salt,
+which caused it not to use all available salt space for md5 and
+xdes algorithms (Marko Kreen, Solar Designer)</para>
+<para>Salts for blowfish and standard des are unaffected</para></listitem>
 
 <listitem><para>Fix <filename>/contrib/dblink</> to throw an error
 when the number of columns specified is different from those returned