summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docutils/RELEASE-NOTES.txt4
-rw-r--r--sandbox/infrastructure/releasing-log.txt11
2 files changed, 15 insertions, 0 deletions
diff --git a/docutils/RELEASE-NOTES.txt b/docutils/RELEASE-NOTES.txt
index 38588ef20..03a996254 100644
--- a/docutils/RELEASE-NOTES.txt
+++ b/docutils/RELEASE-NOTES.txt
@@ -48,6 +48,10 @@ Future changes
Changes Since 0.9
=================
+* General:
+
+ Several fixes for Python 3 usage.
+
* docutils/setup.py
- Fix [ 3527842 ]. Under Python 3, converted tests and tools were
diff --git a/sandbox/infrastructure/releasing-log.txt b/sandbox/infrastructure/releasing-log.txt
index 46effb7fd..d2b79600d 100644
--- a/sandbox/infrastructure/releasing-log.txt
+++ b/sandbox/infrastructure/releasing-log.txt
@@ -8,6 +8,17 @@ Releasing
Notes on what happend while releasing.
+Release 0.9.1
+=============
+
+same failures as for 0.9 plus
+
+* python 2.3: twice, ignored ::
+
+ - [Errno 2] No such file or directory: 'bogus.csv'.
+ + [Errno 2] No such file or directory: u'bogus.csv'.
+
+
Release 0.9
===========