From 909dcdd5f6cf33dfc177a1f8ac5e9f0d2245b5c2 Mon Sep 17 00:00:00 2001 From: Philip Helger Date: Thu, 11 Oct 2018 16:15:45 +0200 Subject: [PATCH] Prepared for release --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 41e50786a..24343a644 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,13 @@ This project was the following modules: * v9.2.0 - planned * Remove all methods deprecated for removal in 9.x * Change `DOMReader.readXMLDOM` to not throw an Exception. Provide a suitable `ErrorHandler` instead. -* v9.1.7 - work in progress +* v9.1.7 - 2018-10-11 * Added new class `IdentityByteArrayCodec` * Added new classes `MacInputStream` and `MacOutputStream` * Deprecated some JSON APIs with `byte`, `short` and `float` * Overloaded `WrappedOutputStream.write (byte[],int,int)` for quicker pass-through. Please ensure that all derived classes also overload this method. * `JSONValue` handling for `long` values in the `int` range was changed to store `int` internally. This improves testability independent of the value range. - * Added new `StringHelper.contains(Any|No|Only)` methods for `CharSequence` objects + * Added new `StringHelper.contains(Any|No|Only)` methods for `CharSequence` and `String` objects * v9.1.6 - 2018-10-01 * Added `CHttpHeader.X_CONTENT_SECURITY_POLICY_REPORT_ONLY` * Added `ValueEnforcer.isNE0` methods @@ -247,7 +247,7 @@ Add the following to your pom.xml to use this artifact: com.helger ph-commons - 9.1.6 + 9.1.7 ``` @@ -399,7 +399,7 @@ Add the following to your pom.xml to use this artifact: com.helger ph-xml - 9.1.6 + 9.1.7 ``` @@ -417,7 +417,7 @@ Add the following to your pom.xml to use this artifact: com.helger ph-jaxb - 9.1.6 + 9.1.7 ``` @@ -440,7 +440,7 @@ Add the following to your pom.xml to use this artifact: com.helger ph-tree - 9.1.6 + 9.1.7 ``` @@ -458,7 +458,7 @@ Add the following to your pom.xml to use this artifact: com.helger ph-less-commons - 9.1.6 + 9.1.7 ``` @@ -471,7 +471,7 @@ Add the following to your pom.xml to use this artifact: com.helger ph-json - 9.1.6 + 9.1.7 ``` @@ -484,7 +484,7 @@ Add the following to your pom.xml to use this artifact: com.helger ph-settings - 9.1.6 + 9.1.7 ``` @@ -497,7 +497,7 @@ Add the following to your pom.xml to use this artifact: com.helger ph-datetime - 9.1.6 + 9.1.7 ``` @@ -510,7 +510,7 @@ Add the following to your pom.xml to use this artifact: com.helger ph-graph - 9.1.6 + 9.1.7 ``` @@ -523,7 +523,7 @@ Add the following to your pom.xml to use this artifact: com.helger ph-matrix - 9.1.6 + 9.1.7 ``` @@ -536,7 +536,7 @@ Add the following to your pom.xml to use this artifact: com.helger ph-charset - 9.1.6 + 9.1.7 ``` @@ -551,7 +551,7 @@ Add the following to your pom.xml to use this artifact: com.helger ph-scopes - 9.1.6 + 9.1.7 ``` @@ -566,7 +566,7 @@ Add the following to your pom.xml to use this artifact: com.helger ph-collection - 9.1.6 + 9.1.7 ``` @@ -584,7 +584,7 @@ Add the following to your pom.xml to use this artifact: com.helger ph-cli - 9.1.6 + 9.1.7 ``` @@ -599,7 +599,7 @@ Add the following to your pom.xml to use this artifact: com.helger ph-bc - 9.1.6 + 9.1.7 ```