Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Oct 11, 2018
1 parent c917bf4 commit 909dcdd
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -247,7 +247,7 @@ Add the following to your pom.xml to use this artifact:
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-commons</artifactId>
<version>9.1.6</version>
<version>9.1.7</version>
</dependency>
```

Expand Down Expand Up @@ -399,7 +399,7 @@ Add the following to your pom.xml to use this artifact:
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-xml</artifactId>
<version>9.1.6</version>
<version>9.1.7</version>
</dependency>
```

Expand All @@ -417,7 +417,7 @@ Add the following to your pom.xml to use this artifact:
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-jaxb</artifactId>
<version>9.1.6</version>
<version>9.1.7</version>
</dependency>
```

Expand All @@ -440,7 +440,7 @@ Add the following to your pom.xml to use this artifact:
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-tree</artifactId>
<version>9.1.6</version>
<version>9.1.7</version>
</dependency>
```

Expand All @@ -458,7 +458,7 @@ Add the following to your pom.xml to use this artifact:
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-less-commons</artifactId>
<version>9.1.6</version>
<version>9.1.7</version>
</dependency>
```

Expand All @@ -471,7 +471,7 @@ Add the following to your pom.xml to use this artifact:
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-json</artifactId>
<version>9.1.6</version>
<version>9.1.7</version>
</dependency>
```

Expand All @@ -484,7 +484,7 @@ Add the following to your pom.xml to use this artifact:
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-settings</artifactId>
<version>9.1.6</version>
<version>9.1.7</version>
</dependency>
```

Expand All @@ -497,7 +497,7 @@ Add the following to your pom.xml to use this artifact:
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-datetime</artifactId>
<version>9.1.6</version>
<version>9.1.7</version>
</dependency>
```

Expand All @@ -510,7 +510,7 @@ Add the following to your pom.xml to use this artifact:
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-graph</artifactId>
<version>9.1.6</version>
<version>9.1.7</version>
</dependency>
```

Expand All @@ -523,7 +523,7 @@ Add the following to your pom.xml to use this artifact:
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-matrix</artifactId>
<version>9.1.6</version>
<version>9.1.7</version>
</dependency>
```

Expand All @@ -536,7 +536,7 @@ Add the following to your pom.xml to use this artifact:
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-charset</artifactId>
<version>9.1.6</version>
<version>9.1.7</version>
</dependency>
```

Expand All @@ -551,7 +551,7 @@ Add the following to your pom.xml to use this artifact:
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-scopes</artifactId>
<version>9.1.6</version>
<version>9.1.7</version>
</dependency>
```

Expand All @@ -566,7 +566,7 @@ Add the following to your pom.xml to use this artifact:
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-collection</artifactId>
<version>9.1.6</version>
<version>9.1.7</version>
</dependency>
```

Expand All @@ -584,7 +584,7 @@ Add the following to your pom.xml to use this artifact:
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-cli</artifactId>
<version>9.1.6</version>
<version>9.1.7</version>
</dependency>
```

Expand All @@ -599,7 +599,7 @@ Add the following to your pom.xml to use this artifact:
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-bc</artifactId>
<version>9.1.6</version>
<version>9.1.7</version>
</dependency>
```

Expand Down

0 comments on commit 909dcdd

Please sign in to comment.