- Update to release 3.44.2

* Fix a mistake in the CLI that was introduced by the fix in
    3.44.1.
  * Fix a problem in FTS5 that was discovered during internal fuzz
    testing only minutes after the 3.44.1 release was tagged.
  * Fix incomplete assert() statements that the fuzzer discovered.
  * Fix a couple of harmless compiler warnings that appeared in
    debug builds with GCC 16.

OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=324
This commit is contained in:
Reinhard Max 2023-11-27 18:18:37 +00:00 committed by Git OBS Bridge
parent 78d06b5581
commit 41cf744a23
6 changed files with 20 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3e3a2da6fa6f74a1c02292abe153677c6160aebffee4e9a710fb51437dbee541
size 10689348

BIN
sqlite-doc-3440200.zip (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:52aa53c59ec9be4c28e2d2524676cb2938558f11c2b4c00d8b1a546000453919
size 14069543

BIN
sqlite-src-3440200.zip (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Nov 27 17:49:51 UTC 2023 - Reinhard Max <max@suse.com>
- Update to release 3.44.2
* Fix a mistake in the CLI that was introduced by the fix in
3.44.1.
* Fix a problem in FTS5 that was discovered during internal fuzz
testing only minutes after the 3.44.1 release was tagged.
* Fix incomplete assert() statements that the fuzzer discovered.
* Fix a couple of harmless compiler warnings that appeared in
debug builds with GCC 16.
-------------------------------------------------------------------
Wed Nov 22 17:20:35 UTC 2023 - Reinhard Max <max@suse.com>

View File

@ -17,8 +17,8 @@
%define oname sqlite
%define tarversion 3440100
%define docversion 3440000
%define tarversion 3440200
%define docversion 3440200
%bcond_with icu
%bcond_without check
Name: sqlite3