From 0959c6fb96b8804b9ad37257673868b6f1f33ac9 Mon Sep 17 00:00:00 2001 From: MasterOdin Date: Fri, 30 Oct 2020 14:50:08 +0000 Subject: deploy: 8de61a75 Signed-off-by: MasterOdin --- CHANGELOG.html | 40 ++++++++++++++++++++++++++++++++--- CHANGELOG.txt | 11 ++++++++++ INSTALL.html | 24 ++++++++++----------- README-website.html | 6 +++--- README.html | 6 +++--- a2x.1.html | 6 +++--- article-html5-toc2.html | 10 ++++----- article-standalone.html | 10 ++++----- article.html | 10 ++++----- article.pdf | Bin 38080 -> 38080 bytes asciidoc-docbook-xsl.html | 6 +++--- asciidoc-graphviz-sample.html | 6 +++--- asciidoc.1 | 6 +++--- asciidoc.1.css-embedded.html | 6 +++--- asciidoc.1.html | 6 +++--- asciidoc.css-embedded.html | 10 ++++----- asciidoc.html | 10 ++++----- asciidoc.pdf | Bin 463136 -> 463136 bytes asciidocapi.html | 6 +++--- asciimathml.html | 6 +++--- book-multi.html | 10 ++++----- book.html | 10 ++++----- epub-notes.html | 6 +++--- faq.html | 6 +++--- index.html | 8 +++---- latex-backend.html | 10 ++++----- latex-bugs.html | 10 ++++----- latex-filter.html | 6 +++--- latexmath.html | 6 +++--- latexmathml.html | 6 +++--- manpage.html | 6 +++--- music-filter.html | 6 +++--- newlists.html | 6 +++--- newtables.html | 6 +++--- plugins.html | 6 +++--- publishing-ebooks-with-asciidoc.html | 6 +++--- slidy-example.html | 10 ++++----- slidy.html | 10 ++++----- source-highlight-filter.html | 6 +++--- support.html | 6 +++--- testasciidoc.1.html | 6 +++--- testasciidoc.html | 6 +++--- userguide.html | 10 ++++----- version83.html | 6 +++--- 44 files changed, 202 insertions(+), 157 deletions(-) diff --git a/CHANGELOG.html b/CHANGELOG.html index 6e08e7a..53b2f27 100644 --- a/CHANGELOG.html +++ b/CHANGELOG.html @@ -3,7 +3,7 @@ - + AsciiDoc ChangeLog @@ -43,6 +43,40 @@ asciidoc.install();
+

Version 9.0.4 (2020-10-20)

+
+
Bug fixes
    +
  • +

    +Fix listing out installed plugins (e.g. --filter list) +

    +
  • +
  • +

    +Fix python version check failing on 3.10 (thanks @hoadlck) +

    +
  • +
+
Testing
    +
  • +

    +Update to deadsnakes/python@v2.0.0 for testing dev python versions +

    +
  • +
  • +

    +Move from testing against 3.9-dev to stable 3.9 +

    +
  • +
  • +

    +Add 3.10-dev test target +

    +
  • +
+
+
+

Version 9.0.3 (2020-10-05)

Bug fixes
    @@ -8245,8 +8279,8 @@ Fixed error that occurred when == title underline was

@@ -108,8 +108,8 @@ system-wide install.

so it’s easy to execute asciidoc from the command line, for example:

-
$ ln -s ~/bin/asciidoc-9.0.3/asciidoc.py ~/bin/asciidoc
-$ ln -s ~/bin/asciidoc-9.0.3/a2x.py ~/bin/a2x
+
$ ln -s ~/bin/asciidoc-9.0.4/asciidoc.py ~/bin/asciidoc
+$ ln -s ~/bin/asciidoc-9.0.4/a2x.py ~/bin/a2x

Use the git pull command to update your local AsciiDoc repository.

@@ -145,8 +145,8 @@ directory.

that is tailored for your system. To install:

-
$ tar -xzf asciidoc-9.0.3.tar.gz
-$ cd asciidoc-9.0.3
+
$ tar -xzf asciidoc-9.0.4.tar.gz
+$ cd asciidoc-9.0.4
 $ ./configure
 $ sudo make install
@@ -172,9 +172,9 @@ few people using it on Windows. To install AsciiDoc on Windows unzip the distribution zip file contents:

-
$ unzip asciidoc-9.0.3.zip
+
$ unzip asciidoc-9.0.4.zip
-

This will create the folder asciidoc-9.0.3 containing the +

This will create the folder asciidoc-9.0.4 containing the asciidoc.py and a2x.py executables along with configuration files and documentation.

To generate DocBook based outputs (e.g. PDFs) you will also need a @@ -264,8 +264,8 @@ Guide.