]> source.dussan.org Git - jackcess.git/commitdiff
merge trunk changes through r1263
authorJames Ahlborn <jtahlborn@yahoo.com>
Sat, 5 Jan 2019 13:11:41 +0000 (13:11 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Sat, 5 Jan 2019 13:11:41 +0000 (13:11 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1264 f203690c-595d-4dc9-a70b-905162fa7fd2

1  2 
src/changes/changes.xml

index 0832c4b51f667e6626438d4e8daf11a1a118e06d,a01a4e88c7e1e3252f14bdb10cc739457ef6e444..633314fe96543ea9745f0010d8b60521d393b2bf
@@@ -4,31 -4,11 +4,36 @@@
      <author email="javajedi@users.sf.net">Tim McCune</author>
    </properties>
    <body>
 +    <release version="3.0.0" date="TBD" description="Update to Java 8">
 +      <action dev="jahlborn" type="update">
 +        Jackcess now requires a Java 8+ runtime.  As part of this update, all
 +        dependencies have been updated to their latest versions.
 +      </action>
 +      <action dev="jahlborn" type="update">
 +        Add support for Java 8 Temporal types.  Date/time fields will now
 +        accept as input most Temporal types (e.g. LocalDate, LocalTime,
 +        LocalDateTime, etc).  Additionally, date/time fields can optionally be
 +        changed to output LocalDateTime instead of Date.  This behavior is
 +        configurable on a per-Database basis by setting the DateTimeType for
 +        the database.  All Date based APIs now have a parallel LocalDateTime
 +        API.  Note that only one of those will work depending on how
 +        the Database is configured.  The legacy Date support will be the
 +        default initially, but is deprecated and may be removed in the future.
 +      </action>
 +      <action dev="jahlborn" type="update">
 +        Add support for Path.  Existing File based APIs now have parallel
 +        versions which utilize Path.
 +      </action>
 +      <action dev="jahlborn" type="update">
 +        The Apache commons-lang dependency has been replaced with
 +        commons-lang3.
 +      </action>
 +    </release>
+     <release version="2.2.2" date="2019-01-05">
+       <action dev="jahlborn" type="fix" system="SourceForge2" issue="151">
+         Fix length in units calculation for Access 97 text fields.
+       </action>
+     </release>
      <release version="2.2.1" date="2018-12-22">
        <action dev="jahlborn" type="update">
          Implement the majority of the missing standard functions: