Skip to content

Commit 5577826

Browse files
committed
Clean up code (AEGIS cipher, some extensions)
- Exclude not necessary AEGIS functions from compilation to reduce code size - Fix amalgamation script to handle including certain headers multiple times - Clean up some extensions to use SQLITE_API
1 parent 398558f commit 5577826

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+634
-412
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Added new cipher scheme AEGIS
13+
14+
### Changed
15+
16+
- Removed User Authentication extension
17+
- Cleaned up some extensions to use SQLITE_API
18+
19+
### Fixed
20+
21+
- Fixed undefined behavior related to function pointer cast
22+
1023
## [1.9.2] - 2024-12-08
1124

1225
### Changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dnl Copyright (C) 2019-2024 Ulrich Telle <[email protected]>
44
dnl
55
dnl This file is covered by the same licence as the entire SQLite3 Multiple Ciphers package.
66

7-
AC_INIT([sqlite3mc], [1.9.2], [[email protected]])
7+
AC_INIT([sqlite3mc], [2.0.0], [[email protected]])
88

99
dnl This is the version tested with, might work with earlier ones.
1010
AC_PREREQ([2.69])

0 commit comments

Comments
 (0)