Skip to content

Commit

Permalink
preparations for release 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Wolniewicz committed Nov 27, 2024
1 parent 033bfde commit d8e22d9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
20 changes: 12 additions & 8 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
Changes in 2.1.2.1
Changes in 2.1.3
=====================
- [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);
Expand All @@ -13,8 +8,17 @@ Changes in 2.1.2.1
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


- [FEATURE #4] added IdP realms to DiscoJuice keywords, so now you can select IdP
by typing in realms
- [FEATURE #5] added profile sorting feature
- [FEATURE #6] added profile dupplication feature
- [FEATURE #7] added help icons displaying hints in the admin area
- [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] fixed the problem with sending invites to multiple addressees
- [BUGFIX #5] fixed a minor problem with EAP sorting interface

Changes in 2.1.2
=====================
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = CAT-2.1.2.1
VERSION = CAT-2.1.3
WLANSetEAPUserData = devices/ms/Files/WLANSetEAPUserData
.PHONY: translation

Expand Down
4 changes: 2 additions & 2 deletions core/CAT.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ 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 = "1";
public const VERSION_PATCH = 3;
public const VERSION_EXTRA = "";
private const RELEASE_VERSION = FALSE;
private const USER_API_VERSION = 2;

Expand Down

0 comments on commit d8e22d9

Please sign in to comment.