diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml
index 914464eb6c3..23e9abc5744 100644
--- a/doc/src/sgml/release-9.1.sgml
+++ b/doc/src/sgml/release-9.1.sgml
@@ -9,7 +9,7 @@
2011-??-??
- CURRENT AS OF 2011-06-09
+ CURRENT AS OF 2011-07-07
Overview
@@ -385,6 +385,19 @@
+
+
+ Avoid leaving data files open after blind writes>
+ (Alvaro Herrera)
+
+
+
+ This fixes scenarios where backends might hold open files that
+ were long since deleted, preventing the kernel from reclaiming
+ disk space.
+
+
+
@@ -2788,6 +2801,20 @@
+
+
+ Handle non-ASCII characters consistently in HISTORY> file
+ (Peter Eisentraut)
+
+
+
+ While the HISTORY> file is in English, we do have to deal
+ with non-ASCII letters in contributor names. These are now
+ transliterated so that they are reasonably legible without assumptions
+ about character set.
+
+
+