Skip to content

Commit

Permalink
final touches for 2.1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Wolniewicz committed Nov 12, 2024
1 parent a71340e commit 8bd228a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion core/CAT.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 8bd228a

Please sign in to comment.