Release 3.4.0-SNAPSHOT

This commit is contained in:
Lukas Eder 2014-02-18 18:29:57 +01:00
parent a75733d107
commit cfb84712b5
2 changed files with 13 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<property name="dir.workspace" value="${basedir}/.." />
<property name="dir.target" value="${basedir}/target" />
<property name="dir.release" value="${basedir}/release" />
<property name="version" value="3.3.0"/>
<property name="version" value="3.4.0-SNAPSHOT"/>
<!-- Run a full mvn clean package install deploy first before this -->
<target name="copy-lib-javadoc">

View File

@ -10,6 +10,18 @@ http://www.jooq.org/notes.php
For a text version, see
http://www.jooq.org/inc/RELEASENOTES.txt
Version 3.4.0-SNAPSHOT - February 18, 2014
================================================================================
This is a snapshot preview version of jOOQ 3.4.0. Please do not use this version
in production.
Bug fixes
---------
#3055 - Add missing MariaDB and MS Access support to the manual
#3057 - Wrong paths in maven-install.sh and maven-install.bat
#3060 - Conversion fails for Oracle VARRAY / TABLE types, nested in UDTs
Version 3.3.0 - February 14, 2014
================================================================================