|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.415 2006/01/05 15:12:36 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.416 2006/01/05 15:19:05 momjian Exp $ |
3 | 3 |
|
4 | 4 | Typical markup:
|
5 | 5 |
|
@@ -81,8 +81,10 @@ marker (Bruce)</para></listitem>
|
81 | 81 | final line with no newline is processed properly (Tom)
|
82 | 82 | </para></listitem>
|
83 | 83 |
|
84 |
| -<listitem><para>Fix bug in <filename>/contrib/pgcrypto</> Openwall |
85 |
| -gen_salt processing (Marko Kreen></para></listitem> |
| 84 | +<listitem><para>Fix bug in <filename>/contrib/pgcrypto</> gen_salt, |
| 85 | +which caused it not to use all available salt space for md5 and |
| 86 | +xdes algorithms (Marko Kreen, Solar Designer)</para> |
| 87 | +<para>Salts for blowfish and standard des are unaffected</para></listitem> |
86 | 88 |
|
87 | 89 | <listitem><para>Fix autovacuum crash when processing expression indexes
|
88 | 90 | </para></listitem>
|
|