[Python-checkins] r64741 - doctools/trunk/CHANGES

georg.brandl python-checkins at python.org
Sat Jul 5 18:20:57 CEST 2008


Author: georg.brandl
Date: Sat Jul  5 18:20:57 2008
New Revision: 64741

Log:
Merge in 0.4.1 changelog.


Modified:
   doctools/trunk/CHANGES

Modified: doctools/trunk/CHANGES
==============================================================================
--- doctools/trunk/CHANGES	(original)
+++ doctools/trunk/CHANGES	Sat Jul  5 18:20:57 2008
@@ -13,6 +13,38 @@
   dumps the generated HTML into JSON files for further processing.
 
 
+Release 0.4.1 (Jul 5, 2008)
+===========================
+
+* Added sub-/superscript node handling to TextBuilder.
+
+* Label names in references are now case-insensitive, since reST
+  label names are always lowercased.
+
+* Fix linkcheck builder crash for malformed URLs.
+
+* Add compatibility for admonitions and docutils 0.5.
+
+* Remove the silly restriction on "rubric" in the LaTeX writer: you
+  can now write arbitrary "rubric" directives, and only those with
+  a title of "Footnotes" will be ignored.
+
+* Copy the HTML logo to the output ``_static`` directory.
+
+* Fix LaTeX code for modules with underscores in names and platforms.
+
+* Fix a crash with nonlocal image URIs.
+
+* Allow the usage of :noindex: in ``automodule`` directives, as
+  documented.
+
+* Fix the ``delete()`` docstring processor function in autodoc.
+
+* Fix warning message for nonexisting images.
+
+* Fix JavaScript search in Internet Explorer.
+
+
 Release 0.4 (Jun 23, 2008)
 ==========================
 


More information about the Python-checkins mailing list