Skip to content

Commit

Permalink
Add release notes for 3.8.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Oct 3, 2015
1 parent 95c5b94 commit b6efb5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ To use a memory database in your Java code, get the database connection as follo

News
====
* 2015 Oct 3rd: sqlite-jdbc-3.8.11.2
* Fix for Raspberry-Pi 2
* Add multiple table support for DatabaseMetaData.getColumns
* 2015 August 3rd: sqlite-jdbc-3.8.11.1
* Fix for Linux ARM native library
* 2015 July 29th: sqlite-jdbc-3.8.11 release.
Expand Down Expand Up @@ -312,7 +315,7 @@ fragments into your pom.xml file. With those settings, your Maven will automatic
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.8.11</version>
<version>3.8.11.2</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -341,6 +344,6 @@ and manually put the SQLite JDBC jar file into (TOMCAT_HOME)/lib folder.
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.8.11</version>
<version>3.8.11.2</version>
<scope>provided</scope>
</dependency>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.8.11.2-SNAPSHOT</version>
<version>3.8.11.2</version>
<name>SQLite JDBC</name>
<description>SQLite JDBC library</description>

Expand Down

0 comments on commit b6efb5f

Please sign in to comment.