|
9 | 9 | <simpara>2011-??-??</simpara>
|
10 | 10 | </note>
|
11 | 11 |
|
12 |
| - <para>CURRENT AS OF 2011-06-09</para> |
| 12 | + <para>CURRENT AS OF 2011-07-07</para> |
13 | 13 |
|
14 | 14 | <sect2>
|
15 | 15 | <title>Overview</title>
|
|
385 | 385 | </para>
|
386 | 386 | </listitem>
|
387 | 387 |
|
| 388 | + <listitem> |
| 389 | + <para> |
| 390 | + Avoid leaving data files open after <quote>blind writes</> |
| 391 | + (Alvaro Herrera) |
| 392 | + </para> |
| 393 | + |
| 394 | + <para> |
| 395 | + This fixes scenarios where backends might hold open files that |
| 396 | + were long since deleted, preventing the kernel from reclaiming |
| 397 | + disk space. |
| 398 | + </para> |
| 399 | + </listitem> |
| 400 | + |
388 | 401 | </itemizedlist>
|
389 | 402 |
|
390 | 403 | </sect4>
|
|
2788 | 2801 | </para>
|
2789 | 2802 | </listitem>
|
2790 | 2803 |
|
| 2804 | + <listitem> |
| 2805 | + <para> |
| 2806 | + Handle non-ASCII characters consistently in <filename>HISTORY</> file |
| 2807 | + (Peter Eisentraut) |
| 2808 | + </para> |
| 2809 | + |
| 2810 | + <para> |
| 2811 | + While the <filename>HISTORY</> file is in English, we do have to deal |
| 2812 | + with non-ASCII letters in contributor names. These are now |
| 2813 | + transliterated so that they are reasonably legible without assumptions |
| 2814 | + about character set. |
| 2815 | + </para> |
| 2816 | + </listitem> |
| 2817 | + |
2791 | 2818 | </itemizedlist>
|
2792 | 2819 |
|
2793 | 2820 | </sect3>
|
|