diff --git a/3.39.4.0.tar.gz b/3.39.4.0.tar.gz deleted file mode 100644 index 6c55a40..0000000 --- a/3.39.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72d32524eafb258bb348db3a1ff08c1ae932a362f319a04e2af27a25f6cee489 -size 16683527 diff --git a/3.39.4.1.tar.gz b/3.39.4.1.tar.gz new file mode 100644 index 0000000..d389d6c --- /dev/null +++ b/3.39.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e92e83589c2410dbf4362720c3d63f38ec0b6d738e550f054458790a395e81 +size 16684095 diff --git a/sqlite-jdbc.changes b/sqlite-jdbc.changes index ea3fe68..85257fb 100644 --- a/sqlite-jdbc.changes +++ b/sqlite-jdbc.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Thu Nov 17 15:58:27 UTC 2022 - Anton Shvetz + +- Update to v3.39.4.1 + * Fixes + ~ jdbc: don't check if ResultSet is open in markCol (6d6f756) + ~ jdbc: throw SQLException instead of IllegalStateException + (4bfb174) + ~ jdbc: properly handle updateCount for PreparedStatement + (6a910b9) + ~ jdbc: don't close ResultSet when last row is passed (a21229d) + ~ jdbc: properly reset Statement between reuse (f497c43) + * Build + ~ fix boolean conditions, once more (f11b824) + ~ fix boolean conditions (857ed4c) + ~ print event inputs (83dbe02) + ~ add failing tests for PreparedStatement getMetaData before + execution (6c95a88) + ~ add failing tests for PreparedStatement getMoreResults and + getUpdateCount (98f00d3) + ~ polish (87c4601) + ~ replace deprecated set-output usage (7ee209c) + ~ add a release flag on CI workflow dispatch (f9e5e7f) + ~ add failing tests when getting ResultSet metadata past last + row (64771ef) + ~ add failing tests when reusing statements (267e80b) + ~ deps: bump andymckay/cancel-action from 0.2 to 0.3 (67b5899) + ~ fix attach-javadoc failing with release profile (9d3e2ca) + ~ change jreleaser's changelog format (4896a15) + ~ multi-release JAR with module-info.java (5bf7566) + * Documentation + ~ update release process (d91948e) + ------------------------------------------------------------------- Mon Nov 7 11:06:55 UTC 2022 - Anton Shvetz diff --git a/sqlite-jdbc.spec b/sqlite-jdbc.spec index 073b1f6..b88d0db 100644 --- a/sqlite-jdbc.spec +++ b/sqlite-jdbc.spec @@ -17,7 +17,7 @@ %{!?make_build:%global make_build make %{?_smp_mflags}} -%global version 3.39.4.0 +%global version 3.39.4.1 %global amalgamation_version 3390400 %global debug_package %{nil} Name: sqlite-jdbc