Skip to content

Commit d9f963b

Browse files
author
Kerry Kimbrough
committed
README: Update for release=1.5.4
1 parent c7d3524 commit d9f963b

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## What's New? ##
44

5-
* The latest version (Tcases 1.5.3) is now available at the Maven Central Repository. See [HowToDownload](HowToDownload.md) for download instructions.
5+
* The latest version (Tcases 1.5.4) is now available at the Maven Central Repository. See [HowToDownload](HowToDownload.md) for download instructions.
66

7-
* Tcases 1.5.3 includes [several improvements](ReleaseNotes.md) to existing features.
7+
* Tcases 1.5.4 includes [several improvements](ReleaseNotes.md) to existing features.
88

99
* Subscribe to the [Tcases Forum](https://groups.google.com/d/forum/tcases) group to get notifications and share experiences with other Tcases users.
1010

ReleaseNotes.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Release Notes #
22

3-
## 1.5.3 ##
3+
## 1.5.4 ##
4+
5+
* Fixes the ```tcases``` and ```tcases-reducer``` commands to correctly support the ```-R``` option.
46

5-
This release includes the following improvements.
7+
* Refactor XML document readers to use ```org.xml.sax.Attributes.getQName()```. This is more correct than ```getLocalName()```,
8+
which can return an empty string in some JVM implementations, resulting in a parser failure.
9+
10+
## 1.5.3 ##
611

712
* Fixes a defect that caused the ```tcases``` command to fail when reading a system input definition from standard input.
813

0 commit comments

Comments
 (0)