summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter A. Bigot <pabigot@users.sourceforge.net>2010-05-30 11:43:26 -0500
committerPeter A. Bigot <pabigot@users.sourceforge.net>2010-05-30 11:43:26 -0500
commitfde3ccd588cda550364dc9bf16b270dd45c8b5ee (patch)
treec8b4084a76f91c3a73e0d0f6c1125c45691a8383
parentfb7be3a24acdfc8c969bc3ef717f2a42fbc19d07 (diff)
Document content of 1.1.2
-rw-r--r--doc/releases.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/releases.txt b/doc/releases.txt
index 13e042c..4dc60de 100644
--- a/doc/releases.txt
+++ b/doc/releases.txt
@@ -40,6 +40,29 @@ Linux several years ago:
1.1.x (Beta)
==============
+1.1.2 (30 May 2010)
+-------------------
+
+Complete replacement of the model group portion of the content model. The
+NFA-to-DFA approach is gone. The resulting system does a better job in less
+space and significantly faster: 30% on the standard tmsxtvd test, orders of
+magnitude on documents with large sequences of optional elements.
+
+Note: A couple unit tests fail due to incidental reasons that will be address
+when fixing :ticket:`75`. Also, the architecture documentation for the
+validation portion of the content model is completely out of date.
+
+- Handle sequences of optional elements more effectively. :ticket:`33`
+
+- Correct multi-step attribute restriction/extension. :ticket:`80`
+
+- Support prefix rewrite for schema location URIs. :ticket:`81`
+
+- Fix syntax error generating wildcard namespace constraints. :ticket:`84`
+
+- Support whitespace validation bypass in simple type definitions. :ticket:`85`
+
+
1.1.1 (28 Jan 2010, rev 2135)
-----------------------------