Skip to content

Commit 0b789de

Browse files
committed
3.32.3.2 release
1 parent d694911 commit 0b789de

File tree

12 files changed

+4
-1
lines changed

12 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ sqlite-jdbc extracts a native library for your OS to the directory specified by
127127

128128
News
129129
====
130+
* 2020-07-28: sqlite-jdbc-3.32.3.2
131+
* Enable SQLITE_MAX_MMAP_SIZE compile option again.
132+
* Fixes issues when using Arm Cortex A8, A9 (32-bit architecture)
130133
* 2020-07-15: sqlite-jdbc-3.32.3.1
131134
* Remove SQLITE_MAX_MMAP_SIZE compile option, which might be causing performance issuess.
132135
* 2020-06-18: sqlite-jdbc-3.32.3

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.xerial</groupId>
66
<artifactId>sqlite-jdbc</artifactId>
7-
<version>3.32.3.2-SNAPSHOT</version>
7+
<version>3.32.3.2</version>
88
<name>SQLite JDBC</name>
99
<description>SQLite JDBC library</description>
1010

Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
24 Bytes
Binary file not shown.
32 Bytes
Binary file not shown.
64 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)