diff --git a/sqlite-autoconf-3080702.tar.gz b/sqlite-autoconf-3080702.tar.gz deleted file mode 100644 index c738493..0000000 --- a/sqlite-autoconf-3080702.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8da1729e8b39d86bc23c8bdb439ad385afe4fcfcfe2b6796406a062a76e9d20e -size 1998965 diff --git a/sqlite-autoconf-3080704.tar.gz b/sqlite-autoconf-3080704.tar.gz new file mode 100644 index 0000000..4413540 --- /dev/null +++ b/sqlite-autoconf-3080704.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86370f139405fdfe03334fd618171a74e50f589f17ccbe5933361ed1f58359ec +size 1999230 diff --git a/sqlite-doc-3080702.zip b/sqlite-doc-3080702.zip deleted file mode 100644 index 2a4d6e8..0000000 --- a/sqlite-doc-3080702.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8b9c7380868da96171eba482eb559ef2297d086cca85e29513071ebb317e146 -size 4908305 diff --git a/sqlite-doc-3080704.zip b/sqlite-doc-3080704.zip new file mode 100644 index 0000000..b04fa13 --- /dev/null +++ b/sqlite-doc-3080704.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5d6da86e8af181442e4e296fe86054f1a9c2dd05e0378d519cd64d3b9b4a5cb +size 4918739 diff --git a/sqlite3.changes b/sqlite3.changes index d53153e..dce4a50 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Dec 11 11:11:29 UTC 2014 - andreas.stieger@gmx.de + +- SQLite 3.8.7.4: + * Bug fix: Add in a mutex that was omitted from the previous + release. + +------------------------------------------------------------------- +Sat Dec 6 17:21:43 UTC 2014 - andreas.stieger@gmx.de + +- SQLite 3.8.7.3: + * Ensure the cached KeyInfo objects (an internal abstraction not + visible to the application) do not go stale when operating in + shared cache mode and frequently closing and reopening some + database connections while leaving other database connections + on the same shared cache open continuously. + * Recognize that any column in the right-hand table of a LEFT + JOIN can be NULL even if the column has a NOT NULL constraint. + Do not apply optimizations that assume the column is never + NULL. + ------------------------------------------------------------------- Wed Nov 19 00:00:00 UTC 2014 - andreas.stieger@gmx.de diff --git a/sqlite3.spec b/sqlite3.spec index 13a5b5c..becfd43 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -21,9 +21,9 @@ %define oname sqlite Name: %pname -Version: 3.8.7.2 +Version: 3.8.7.4 Release: 0 -%define tarversion 3080702 +%define tarversion 3080704 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain Group: Productivity/Databases/Servers