|
From: <mi...@us...> - 2022-11-04 10:54:54
|
Revision: 9212
http://sourceforge.net/p/docutils/code/9212
Author: milde
Date: 2022-11-04 10:54:51 +0000 (Fri, 04 Nov 2022)
Log Message:
-----------
Update HISTORY, format COPYING.
Modified Paths:
--------------
trunk/docutils/COPYING.txt
trunk/docutils/HISTORY.txt
Modified: trunk/docutils/COPYING.txt
===================================================================
--- trunk/docutils/COPYING.txt 2022-11-03 16:54:05 UTC (rev 9211)
+++ trunk/docutils/COPYING.txt 2022-11-04 10:54:51 UTC (rev 9212)
@@ -11,7 +11,7 @@
Most of the files included in this project have been placed in the
public domain, and therefore have no license requirements and no
restrictions on copying or usage; see the `Public Domain Dedication`_
-below. There are a few exceptions_, listed below.
+below. There are exceptions_, listed below.
Files in the Sandbox_ are not distributed with Docutils releases and
may have different license terms.
@@ -87,8 +87,8 @@
Released under the terms of the `BSD 2-Clause License`_
(`local copy <licenses/BSD-2-Clause.txt>`__).
-* docutils/utils/math/math2html.py,
- docutils/writers/html5_polyglot/math.css
+* | docutils/utils/math/math2html.py,
+ | docutils/writers/html5_polyglot/math.css
Copyright © 2009,2010 Alex Fernández; 2021 Günter Milde
@@ -99,28 +99,28 @@
.. _eLyXer: https://github.com/alexfernandez/elyxer
-* docutils/__main__.py,
- docutils/parsers/commonmark_wrapper.py,
- docutils/parsers/recommonmark_wrapper.py,
- docutils/utils/error_reporting.py,
- docutils/utils/math/__init__.py,
- docutils/utils/math/latex2mathml.py,
- docutils/utils/math/tex2mathml_extern.py,
- docutils/utils/punctuation_chars.py,
- docutils/utils/smartquotes.py,
- docutils/writers/html5_polyglot/__init__.py,
- docutils/writers/html5_polyglot/*.css,
- docutils/writers/latex2e/docutils.sty,
- docutils/writers/xetex/__init__.py,
- test/test_parsers/test_recommonmark/\*.py,
- test/test_parsers/test_rst/test_directives/test__init__.py,
- test/test_parsers/test_rst/test_directives/test_code_parsing.py,
- test/test_parsers/test_rst/test_line_length_limit_default.py,
- test/test_parsers/test_rst/test_line_length_limit.py,
- test/test_writers/test_latex2e_misc.py,
- test/transforms/test_smartquotes.py,
- tools/docutils-cli.py,
- tools/rst2html5.py
+* | docutils/__main__.py,
+ | docutils/parsers/commonmark_wrapper.py,
+ | docutils/parsers/recommonmark_wrapper.py,
+ | docutils/utils/error_reporting.py,
+ | docutils/utils/math/__init__.py,
+ | docutils/utils/math/latex2mathml.py,
+ | docutils/utils/math/tex2mathml_extern.py,
+ | docutils/utils/punctuation_chars.py,
+ | docutils/utils/smartquotes.py,
+ | docutils/writers/html5_polyglot/__init__.py,
+ | docutils/writers/html5_polyglot/\*.css,
+ | docutils/writers/latex2e/docutils.sty,
+ | docutils/writers/xetex/__init__.py,
+ | test/test_parsers/test_recommonmark/\*.py,
+ | test/test_parsers/test_rst/test_directives/test__init__.py,
+ | test/test_parsers/test_rst/test_directives/test_code_parsing.py,
+ | test/test_parsers/test_rst/test_line_length_limit_default.py,
+ | test/test_parsers/test_rst/test_line_length_limit.py,
+ | test/test_writers/test_latex2e_misc.py,
+ | test/transforms/test_smartquotes.py,
+ | tools/docutils-cli.py,
+ | tools/rst2html5.py
Copyright © Günter Milde.
Released under the terms of the `BSD 2-Clause License`_
Modified: trunk/docutils/HISTORY.txt
===================================================================
--- trunk/docutils/HISTORY.txt 2022-11-03 16:54:05 UTC (rev 9211)
+++ trunk/docutils/HISTORY.txt 2022-11-04 10:54:51 UTC (rev 9212)
@@ -47,12 +47,21 @@
- Support Ukrainian. Patch by Dmytro Kazanzhy.
-* Removed test/coverage.sh, use the coverage.py_ project instead,
+* docutils/nodes.py
+
+ - Fix previous_sibling() method that led to invalid HTML in some cases
+ (cf. patch #195).
+
+
+* test/coverage.sh
+
+ Removed. Use the coverage.py_ project instead,
``coverage run test/alltests.py`` and ``coverage report``.
Patch by Adam Turner.
-.. _coverage.py: https://pypi.org/project/coverage/
+ .. _coverage.py: https://pypi.org/project/coverage/
+
Release 0.19 (2022-07-05)
=========================
@@ -79,7 +88,7 @@
- New function `error_string()`
obsoletes `utils.error_reporting.ErrorString`.
- Class `ErrorOutput` moved here from `utils/error_reporting`.
- - Use "utf-8-sig" instead of Python's default encoding if the
+ - Use "utf-8-sig" instead of Python's default encoding if the
"input_encoding" setting is None.
- Fix error when reading of UTF-16 encoded source without trailing newline.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|