Skip to content

Commit

Permalink
Merge pull request #119 from gs-rezaem/master
Browse files Browse the repository at this point in the history
16.6.1 release
  • Loading branch information
gs-rezaem committed Oct 4, 2017
2 parents ca72234 + 6e189d0 commit 3f6c4d4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Change Log
## 16.6.1 - 2017-10-04
### Enhancements:
- JDK9 compatibility: remove use of jigsawed class

### Bug Fixes:
- Fix NPE in transactional reads of non-dated objects
- Fix multiple-or-clauses in deep relationships sql generation

## 16.6.0 - 2017-09-22
### Enhancements:
- Support Sybase IQ native driver 16.1 with bulk insert support
Expand Down
2 changes: 1 addition & 1 deletion build/reladomo-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
under the License.
-->
<project name="mithra-config" default="determine-jdk">
<property name="reladomo.version" value="16.6.0"/>
<property name="reladomo.version" value="16.6.1"/>
<property name="snapshot" value=""/>
</project>
2 changes: 1 addition & 1 deletion build/sign-release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

RELADOMO_VERSION=16.5.1
RELADOMO_VERSION=16.6.1

echo Enter passphrase:
read -s PASSPHRASE
Expand Down

0 comments on commit 3f6c4d4

Please sign in to comment.