Skip to content

Commit c854e4c

Browse files
committed
SQLite release bump
1 parent 426d5af commit c854e4c

9 files changed

Lines changed: 28 additions & 21 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

2-
SQLITEVERSION=3.49.0
2+
SQLITEVERSION=3.49.1
33
APSWSUFFIX=.0
44

5-
RELEASEDATE="7 February 2025"
5+
RELEASEDATE="25 February 2025"
66

77
VERSION=$(SQLITEVERSION)$(APSWSUFFIX)
88
VERDIR=apsw-$(VERSION)

checksums

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# more peace of mind because the SQLite releases are not signed in any
99
# way.
1010

11+
https://sqlite.org/2025/sqlite-autoconf-3490100.tar.gz 3226385 106642d8ccb36c5f7323b64e4152e9b719f7c0215acf5bfeac3d5e7f97b59254 6cc831c9f588b637e5bd48d9fbf28e58737e08daf825c81085fb8e0a0b8ad14c
1112
https://sqlite.org/2025/sqlite-autoconf-3490000.tar.gz 3222148 4d8bfa0b55e36951f6e5a9fb8c99f3b58990ab785c57b4f84f37d163a0672759 df4fe162b8b73e8a9ba9f362280f0758dbf67e77de59d3d65dcbf8f6abc25706
1213

1314
https://sqlite.org/2025/sqlite-autoconf-3480000.tar.gz 3337615 ac992f7fca3989de7ed1fe99c16363f848794c8c32a158dafd4eb927a2e02fd5 279e3dd8fc8fea6d56acb79b380440b57f8e0c02b371e3b195c993b51c2b5b0c

doc/changes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ history <https://devguide.python.org/versions/>`__.
1010
APSW changes by version
1111
-----------------------
1212

13+
3.49.1.0
14+
========
15+
16+
No APSW changes.
17+
1318
3.49.0.0
1419
========
1520

doc/cli.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ apsw
66
A terminal interface to the APSW SQLite shell modelled after the SQLite shell
77
-----------------------------------------------------------------------------
88

9-
:version: apsw 3.49.0.0
10-
:date: 7 February 2025
9+
:version: apsw 3.49.1.0
10+
:date: 25 February 2025
1111
:manual section: 1
1212
:manual group: General Commands Manual
1313

doc/install.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -82,20 +82,20 @@ edit the :file:`setup.apsw` file inside.
8282

8383
.. downloads-begin
8484
85-
* `apsw-3.49.0.0.zip
86-
<https://github.com/rogerbinns/apsw/releases/download/3.49.0.0/apsw-3.49.0.0.zip>`__
85+
* `apsw-3.49.1.0.zip
86+
<https://github.com/rogerbinns/apsw/releases/download/3.49.1.0/apsw-3.49.1.0.zip>`__
8787
(Source as zip, includes this HTML Help)
8888

89-
* `apsw-3.49.0.0.tar.gz
90-
<https://github.com/rogerbinns/apsw/releases/download/3.49.0.0/apsw-3.49.0.0.tar.gz>`__
89+
* `apsw-3.49.1.0.tar.gz
90+
<https://github.com/rogerbinns/apsw/releases/download/3.49.1.0/apsw-3.49.1.0.tar.gz>`__
9191
(Source as tar.gz, includes this HTML Help)
9292

93-
* `apsw-3.49.0.0.zip.cosign-bundle
94-
<https://github.com/rogerbinns/apsw/releases/download/3.49.0.0/apsw-3.49.0.0.zip.cosign-bundle>`__
93+
* `apsw-3.49.1.0.zip.cosign-bundle
94+
<https://github.com/rogerbinns/apsw/releases/download/3.49.1.0/apsw-3.49.1.0.zip.cosign-bundle>`__
9595
cosign signature for zip source
9696

97-
* `apsw-3.49.0.0.tar.gz.cosign-bundle
98-
<https://github.com/rogerbinns/apsw/releases/download/3.49.0.0/apsw-3.49.0.0.tar.gz.cosign-bundle>`__
97+
* `apsw-3.49.1.0.tar.gz.cosign-bundle
98+
<https://github.com/rogerbinns/apsw/releases/download/3.49.1.0/apsw-3.49.1.0.tar.gz.cosign-bundle>`__
9999
cosign signature for tar.gz source
100100

101101
.. downloads-end
@@ -127,18 +127,18 @@ Verify
127127
128128
.. code-block:: console
129129
130-
$ cosign verify-blob apsw-3.49.0.0.zip \
130+
$ cosign verify-blob apsw-3.49.1.0.zip \
131131
--new-bundle-format \
132-
--bundle apsw-3.49.0.0.zip.cosign-bundle \
132+
--bundle apsw-3.49.1.0.zip.cosign-bundle \
133133
--certificate-identity=rogerb@rogerbinns.com \
134134
--certificate-oidc-issuer=https://github.com/login/oauth
135135
Verified OK
136136
137-
$ python3 -m sigstore verify identity apsw-3.49.0.0.zip \
138-
--bundle apsw-3.49.0.0.zip.cosign-bundle \
137+
$ python3 -m sigstore verify identity apsw-3.49.1.0.zip \
138+
--bundle apsw-3.49.1.0.zip.cosign-bundle \
139139
--cert-identity=rogerb@rogerbinns.com \
140140
--cert-oidc-issuer=https://github.com/login/oauth
141-
OK: apsw-3.49.0.0.zip
141+
OK: apsw-3.49.1.0.zip
142142
143143
.. verify-end
144144

src/apsw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ API Reference
8787
#endif
8888

8989
#if SQLITE_VERSION_NUMBER < 3049000
90-
#error Your SQLite version is too old. It must be at least 3.48.0
90+
#error Your SQLite version is too old. It must be at least 3.49.0
9191
#endif
9292

9393
#include "sqlite_debug.h"

src/apswversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define APSW_VERSION "3.49.0.0"
1+
#define APSW_VERSION "3.49.1.0"

tools/checksums.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import setup
1212

1313
sqlitevers = (
14+
"3490100",
1415
"3490000",
1516
"3480000",
1617
"3470200",

tools/megatest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def cmp(a, b):
244244

245245
# Default versions we support
246246
PYVERS = (
247-
"3.14.0a4",
247+
"3.14.0a5",
248248
"3.13.2",
249249
"3.12.9",
250250
"3.11.11",
@@ -253,7 +253,7 @@ def cmp(a, b):
253253
"system",
254254
)
255255

256-
SQLITEVERS = ("3.49.0", )
256+
SQLITEVERS = ("3.49.0", "3.49.1", )
257257

258258
BITS = (64, 32)
259259

0 commit comments

Comments
 (0)