diff --git a/Changes.md b/Changes.md index 6ed7988b7..41cc22053 100644 --- a/Changes.md +++ b/Changes.md @@ -1,3 +1,21 @@ +Changes in 2.1.2.1 +===================== +- [BUGFIX #1] some fixes to RADIUS tests +- [BUGFIX #2] fixed mobileconfig generating an unnecessary profile +- [BUGFIX #3] added Kosovo to the list of known federations +- [BUGFIX #4] fixed the problem with special anonymous identity not being saved +- [BUGFIX #5] fixing the problem with sending invites to multiple addressees +- [FEATURE #1] multiple additions to the linux installer: + tinker part of the linux installer; + added --gui flag to the linux installer (mainly for testing); + enabled an additional label on the credentials window; + catching more exceptions on module import; + improving behaviour on missing python module +- [FEATURE #2] improved RADIUS/TLS certificate management for NRO +- [FEATURE #3] added support for ARM processors in Windows installers + + + Changes in 2.1.2 ===================== - [FEATURE #1] add support for device-specific options be displayed only diff --git a/core/CAT.php b/core/CAT.php index 824e37414..37e894636 100644 --- a/core/CAT.php +++ b/core/CAT.php @@ -54,7 +54,7 @@ class CAT extends \core\common\Entity public const VERSION_MAJOR = 2; public const VERSION_MINOR = 1; public const VERSION_PATCH = 2; - public const VERSION_EXTRA = ""; + public const VERSION_EXTRA = "1"; private const RELEASE_VERSION = FALSE; private const USER_API_VERSION = 2;