File tree Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change 99 <simpara>2011-??-??</simpara>
1010 </note>
1111
12- <para>CURRENT AS OF 2011-06-09 </para>
12+ <para>CURRENT AS OF 2011-07-07 </para>
1313
1414 <sect2>
1515 <title>Overview</title>
385385 </para>
386386 </listitem>
387387
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+
388401 </itemizedlist>
389402
390403 </sect4>
27882801 </para>
27892802 </listitem>
27902803
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+
27912818 </itemizedlist>
27922819
27932820 </sect3>
You can’t perform that action at this time.
0 commit comments