Small changelog fixes/reordering.

This commit is contained in:
Georg Brandl 2013-09-16 08:47:41 +02:00
parent dd2de96498
commit ec453b94e7

35
CHANGES
View File

@ -5,10 +5,11 @@ Features added
--------------
* Builders: rebuild i18n target document when catalog updated.
* Support docutils.conf 'writers' and 'html4css1 writer' section by html writer.
latex, manpage and texinfo writers also support 'writers' section.
* The :confval:`html_extra_path` allows to specify directories with files that
should be copied directly to the HTML output directory.
* Support docutils.conf 'writers' and 'html4css1 writer' section in the HTML
writer. The latex, manpage and texinfo writers also support their respective
'writers' sections.
* The new :confval:`html_extra_path` config value allows to specify directories
with files that should be copied directly to the HTML output directory.
* Autodoc directives for module data and attributes now support an
``annotation`` option, so that the default display of the data/attribute
value can be overridden.
@ -22,13 +23,6 @@ Incompatible changes
Bugs fixed
----------
* #1173: Newest Jinja2 2.7 breaks Python version compatibilities because the
Jinja2 2.7 drops support for Python 2.5, 3.1, 3.2. Thanks to Alexander Dupuy.
* #1160: Citation target missing cause AssertionError.
* #1157: Combination of 'globaltoc.html' and hidden toctree cause exception.
* Fix: 'make gettext' cause UnicodeDecodeError when templates contain utf-8
encoded string.
* #1162, PR#139: singlehtml builder doesn't copy images to _images/.
* PR#132: Updated jQuery version to 1.8.3.
* PR#141, #982: Avoid crash when writing PNG file using Python 3. Thanks to
Marcin Wojdyr.
@ -37,26 +31,33 @@ Bugs fixed
* PR#151: Some styling updates to tables in LaTeX.
* PR#153: The "extensions" config value can now be overridden.
* PR#155: Added support for some C++11 function qualifiers.
* Fix: 'make gettext' caused UnicodeDecodeError when templates contain utf-8
encoded strings.
* #1157: Combination of 'globaltoc.html' and hidden toctree caused exception.
* #1159: fix wrong generation of objects inventory for Python modules, and
add a workaround in intersphinx to fix handling of affected inventories.
* #1160: Citation target missing caused an AssertionError.
* #1162, PR#139: singlehtml builder didn't copy images to _images/.
* #1173: Adjust setup.py dependencies because Jinja2 2.7 discontinued
compatibility with Python < 3.3 and Python < 2.6. Thanks to Alexander Dupuy.
* #1188: sphinx-quickstart raises UnicodeEncodeError if "Project version"
includes non-ASCII characters.
* #1189: "Title underline is short" WARNING is given when using fullwidth
* #1189: "Title underline is too short" WARNING is given when using fullwidth
characters to "Project name" on quickstart.
* #1190: Output TeX/texinfo/man filename has no basename (only extention)
when using multibyte characters to "Project name" on quickstart.
* #1190: Output TeX/texinfo/man filename has no basename (only extension)
when using multibyte characters in the "Project name" on quickstart.
* #1090: Fix i18n: multiple cross references (term, ref, doc) in the same line
return the same link.
* #1193: Fix i18n: multiple link references in the same line return the same
link.
* #1176: Fix i18n: footnote reference number missing for auto numbered named
footnote and auto symbol footnote.
* PR#146,#1172: Fix ZeroDivisionError in Parallel Builds. Thanks to tychoish.
* PR#146,#1172: Fix ZeroDivisionError in parallel builds. Thanks to tychoish.
* #1206: Fix i18n: gettext did not translate admonition directive's title.
* #1232: Sphinx generates broken ePub on Windows.
* #1232: Sphinx generated broken ePub files on Windows.
Release 1.2 (beta1 released Mar 31, 2013)
Release 1.2 beta1 (released Mar 31, 2013)
=========================================
Incompatible changes