summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUGS.txt2
-rw-r--r--CHANGELOG.txt2
-rwxr-xr-xasciidoc.py2
-rw-r--r--common.aap4
-rw-r--r--examples/website/index.txt8
5 files changed, 13 insertions, 5 deletions
diff --git a/BUGS.txt b/BUGS.txt
index 36c6b65..491df60 100644
--- a/BUGS.txt
+++ b/BUGS.txt
@@ -5,7 +5,7 @@ AsciiDoc
--------
- A benign warning 'with will become a reserved keyword
in Python 2.6' sometimes occurs when using Python 2.5-- it's
- harmless and will dishappear with Python 3.
+ harmless and will disappear with Python 3.
- The `toc` attribute will be ignored if it's set in a custom user or
document configuration file. This is because the default
configuration file containing the document `[header]` is sourced
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 73e81c6..1350eff 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,7 +1,7 @@
AsciiDoc ChangeLog
==================
-Version 8.2.5 (2007-??-??)
+Version 8.2.5 (2007-11-18)
--------------------------
.Additions and changes
diff --git a/asciidoc.py b/asciidoc.py
index 834179b..5c62259 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, string, time, traceback, tempfile, popen2, codecs, locale
from types import *
-VERSION = '8.2.5b1' # See CHANGLOG file for version history.
+VERSION = '8.2.5' # See CHANGLOG file for version history.
#---------------------------------------------------------------------------
# Program onstants.
diff --git a/common.aap b/common.aap
index 3de1350..50e0738 100644
--- a/common.aap
+++ b/common.aap
@@ -2,8 +2,8 @@
# Executed by all main.aap's before anything else.
#
-_parent.VERS = 8.2.5b1
-_parent.DATE = ?? ???? 2007
+_parent.VERS = 8.2.5
+_parent.DATE = 18 November 2007
all:
:pass
diff --git a/examples/website/index.txt b/examples/website/index.txt
index 1adc1b6..f90b5e3 100644
--- a/examples/website/index.txt
+++ b/examples/website/index.txt
@@ -3,6 +3,14 @@ AsciiDoc Home Page
.{date}: AsciiDoc {revision} Released
************************************************************************
+This release fixes couple of bugs in 8.2.4, in particular a nasty
+regression bug (`future feature with_statement is not defined`). *No
+new features have been added*.
+
+************************************************************************
+
+.10 November 2007: AsciiDoc 8.2.4 Released
+************************************************************************
This release adds support for language specific configuration files
along with a couple of other fairly minor additions.