summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2012-05-02 17:13:41 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2012-05-02 17:13:41 +0000
commit31c772d9813a02740ed3cd0b7110350b0b80548b (patch)
treedbceb3063bdf50ff79310d9c9ed91674fae438f7
parent0f5366cc7856758fc74d0b49ab4f7b3ae82606ea (diff)
downloaddocutils-0.9@7411.tar.gz
Release 0.9: closed "Changes Since ..." sectiondocutils-0.9@7411
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7410 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--HISTORY.txt4
-rw-r--r--RELEASE-NOTES.txt15
2 files changed, 16 insertions, 3 deletions
diff --git a/HISTORY.txt b/HISTORY.txt
index fdf7ff967..0861fe7f2 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -13,8 +13,8 @@
.. contents::
-Changes Since 0.8.1
-===================
+Release 0.9 (2012-05-02)
+========================
* General:
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 795518a94..2f7c10a0b 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -42,7 +42,7 @@ Future changes
:0.13: remove the `handle_io_errors` option.
-Release 0.9 (unpublished)
+Release 0.9 (2012-05-02)
=========================
* General:
@@ -53,6 +53,16 @@ Release 0.9 (unpublished)
.. _Pygments: http://pygments.org/
+ - Fix [ 3402314 ] allow non-ASCII whitespace, punctuation
+ characters and "international" quotes around inline markup.
+
+ - Fix handling of missing stylesheets.
+
+* setup.py
+
+ - Fix [ 2971827 ] and [ 3442827 ]
+ extras/roman.py moved to docutils/utils/roman.py
+
* docutils/utils.py -> docutils/utils/__init__.py
- docutils.utils is now a package (providing a place for sub-modules)
@@ -63,7 +73,10 @@ Release 0.9 (unpublished)
* docutils/writers/latex2e/__init__.py
+ - Support the `abbreviation` and `acronym` standard roles.
- Record only files required to generate the LaTeX source as dependencies.
+ - Use ``\setcounter{secnumdepth}{0}`` instead of ``*``-versions
+ when suppressing LaTeX section numbering.
Release 0.8.1 (2011-08-30)