summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2008-06-10 09:47:38 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2008-06-10 09:47:38 +0000
commit09f8bd7d3f7b48f63f47276ab39191d92809f7cb (patch)
tree5962b06ce74e1cec78bb7932d807e3fe99d401ef
parent78cf52c910cb74057ffae784014566dbaabd60a9 (diff)
downloaddocutils-09f8bd7d3f7b48f63f47276ab39191d92809f7cb.tar.gz
release notes for 0.5
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5569 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--RELEASE-NOTES.txt36
1 files changed, 36 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index a33b02001..fab73c807 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -21,6 +21,22 @@ more detailed list of changes, please see the `Docutils History`_.
Changes Since 0.4
=================
+Components:
+
+* HTML writer.
+
+ - Dropped all ``name`` attributes of ``a`` elements (``id`` is
+ universally supported now).
+
+* LaTeX2e writer:
+
+ - Better bibTeX citation support.
+
+* PEP writer:
+
+ - Changed to support new python.org website structure and
+ pep2pyramid.py.
+
reStructuredText:
* Changed the directive API to a new object-oriented system.
@@ -30,6 +46,26 @@ reStructuredText:
__ docs/howto/rst-directives.html
+* Allow ``+`` and ``:`` in reference names requested for citations.
+
+Documentation:
+
+* Added `Deploying Docutils Securely`__
+
+ __ docs/howto/security.txt
+
+Internationalization:
+
+* Added hebrew mappings.
+
+General:
+
+* Configuration files are now assumed and required to be
+ UTF-8-encoded.
+
+* Added docutils/writers/html4css1/template.txt.
+
+* Enhance emacs support.
Release 0.4 (2006-01-09)
========================