Skip to content

Commit

Permalink
introducing "2.1.stable" release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Bouchez committed Aug 24, 2023
1 parent 82772f0 commit 8b53847
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 12 deletions.
27 changes: 19 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Changelog

All notable changes to the *mORMot Open Source Framework* project will be documented in this file.
Details are available [on out GitHub repository](https://github.com/synopse/mORMot2/commits/master)

## [2.1.stable] - 2023-08-24
This is the last stable release of *mORMot* v2.
### Added
- (C)LDAP, DNS, (S)NTP clients
- Command Line Parser
- Native digest/basic HTTP servers authentication
- Angelize services/daemons managers
- TTunnelLocal TCP port forwarding
- SHA-1/SHA-256 HW opcodes asm
- 7Zip dll wrapper
- OpenSSL CSR support
- PostgreSQL async DB with HTTP async backend (for TFB)
- LUTI continous integration cross-platform farm
### Changed
- Upgraded SQLite3 to 3.42.0
- Stabilized Mac x86_64/aarch64 platforms
- Lots of bug fixes and enhancements

## [2.0.stable] - 2023-03-06
This was the initial stable release of *mORMot* v2.
Expand All @@ -17,11 +36,3 @@ In respect to previous 1.18 revision - from https://github/synopse/mormot:
- DDD and cross-platform units were not converted yet.
- Dropped Kylix, Delphi 5-6 support.

## [Unreleased] [2.1.###] - 2023-##-##
Current *mORMot 2* trunk.
### Added
-
### Changed
-
### Removed
-
6 changes: 3 additions & 3 deletions src/db/mormot.db.raw.sqlite3.static.pas
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ TSqlite3LibraryStatic = class(TSqlite3Library)
// - to be used if you don't want the latest version of sqlite3, but the very
// same binaries expected by this unit, in one of its previous version
// - you could download the static for this exact mORMot source revision e.g. as
// https://github.com/synopse/mORMot2/releases/download/2.0.stable/mormot2static.7z
// https://github.com/synopse/mORMot2/releases/download/2.0.stable/mormot2static.tgz
EXPECTED_RELEASE_TAG = '2.0.stable';
// https://github.com/synopse/mORMot2/releases/download/2.1.stable/mormot2static.7z
// https://github.com/synopse/mORMot2/releases/download/2.1.stable/mormot2static.tgz
EXPECTED_RELEASE_TAG = '2.1.stable';

/// where to download the latest available static binaries, including SQLite3
{$ifdef OSWINDOWS}
Expand Down
2 changes: 1 addition & 1 deletion src/mormot.commit.inc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
'2.1.5793'
'2.1.5794'

0 comments on commit 8b53847

Please sign in to comment.