summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard M. Wiedemann <bwiedemann@suse.de>2017-09-22 09:22:11 +0200
committerMatthew Peveler <matt.peveler@gmail.com>2018-05-25 21:08:44 -0400
commitd310ffbbd8def20d04544b0b056034f3b59640f5 (patch)
treeed0a734035a71bf59e92d1498fbb5f0e3d0b6af1
parentd4a31e612ce8542807ee7a5a4795c49af0469224 (diff)
downloadasciidoc-git-d310ffbbd8def20d04544b0b056034f3b59640f5.tar.gz
Prepare 8.6.10 release8.6.10
For issue #103
-rw-r--r--CHANGELOG.txt9
-rwxr-xr-xa2x.py2
-rwxr-xr-xasciidoc.py2
-rw-r--r--common.aap4
-rw-r--r--configure.ac2
-rwxr-xr-xexamples/website/build-website.sh4
6 files changed, 16 insertions, 7 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index bfd7a13..f0147e1 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -4,6 +4,15 @@ AsciiDoc ChangeLog
:website: http://asciidoc.org/
+Version 8.6.10 (2017-09-22)
+---------------------------
+.Additions and changes
+- Improve reproducibility of builds (e.g. support SOURCE_DATE_EPOCH)
+- Add SVG output support
+- Improve documentation
+- Update translations
+- Full list of changes is at https://github.com/asciidoc/asciidoc/compare/asciidoc:8.6.9...asciidoc:8.6.10
+
Version 8.6.9 (2013-11-09)
--------------------------
.Additions and changes
diff --git a/a2x.py b/a2x.py
index 55c4e07..66ae799 100755
--- a/a2x.py
+++ b/a2x.py
@@ -24,7 +24,7 @@ import mimetypes
import codecs
PROG = os.path.basename(os.path.splitext(__file__)[0])
-VERSION = '8.6.9'
+VERSION = '8.6.10'
# AsciiDoc global configuration file directory.
# NOTE: CONF_DIR is "fixed up" by Makefile -- don't rename or change syntax.
diff --git a/asciidoc.py b/asciidoc.py
index 672db8c..4f9353e 100755
--- a/asciidoc.py
+++ b/asciidoc.py
@@ -9,7 +9,7 @@ under the terms of the GNU General Public License (GPL).
import sys, os, re, time, traceback, tempfile, subprocess, codecs, locale, unicodedata, copy
### Used by asciidocapi.py ###
-VERSION = '8.6.9' # See CHANGLOG file for version history.
+VERSION = '8.6.10' # See CHANGLOG file for version history.
MIN_PYTHON_VERSION = '2.6' # Require this version of Python or better.
diff --git a/common.aap b/common.aap
index c35a6b3..da4bb8d 100644
--- a/common.aap
+++ b/common.aap
@@ -2,8 +2,8 @@
# Executed by all main.aap's before anything else.
#
-_parent.VERS = 8.6.9
-_parent.DATE = 9 November 2013
+_parent.VERS = 8.6.10
+_parent.DATE = 22 September 2017
all:
:pass
diff --git a/configure.ac b/configure.ac
index 1e45d10..deab917 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(asciidoc, 8.6.9)
+AC_INIT(asciidoc, 8.6.10)
AC_CONFIG_FILES(Makefile)
diff --git a/examples/website/build-website.sh b/examples/website/build-website.sh
index 593cb32..a621abf 100755
--- a/examples/website/build-website.sh
+++ b/examples/website/build-website.sh
@@ -1,7 +1,7 @@
#!/bin/sh
-VERS="8.6.9"
-DATE="2013-11-09"
+VERS="8.6.10"
+DATE="2017-09-22"
# Leave the desired layout uncommented.
#LAYOUT=layout1 # Tables based layout.