Skip to content

mORMot 2.1 stable

Compare
Choose a tag to compare
@synopse synopse released this 24 Aug 09:11
· 3466 commits to master since this release

This is the mORMot 2.1 Stable Release.

How to install this release:

  1. Download the mORMot 2.1.stable source code .zip and extract it into a local folder (e.g. d:\dev\mormot2). On POSIX, consider the source code .tgz format.
  2. Download associated mORMot 2.1.stable static binaries .7z and extract it into the static sub-folder of local source (e.g. d:\dev\mormot2\static). On POSIX, consider the static binaries .tgz.
  3. Install it on your Delphi or Lazarus IDE following the quick-start steps.

This release includes SQLite3 in latest revision 3.42.0 for FPC and Delphi, on various platforms.

ChangeLog extract

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

Happy mORMot