Subversion Repositories ALCASAR

Rev

Rev 2400 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2400 Rev 2405
Line 1... Line 1...
1
# $Id: CHANGELOG 2400 2017-08-27 14:26:35Z tom.houdayer $
1
# $Id: CHANGELOG 2405 2017-08-28 18:20:43Z tom.houdayer $
2
 
2
 
3
********** ALCASAR CHANGELOG **********
3
********** ALCASAR CHANGELOG **********
4
 
4
 
5
-------------------- 3.2.0 --------------------
5
-------------------- 3.2.0 --------------------
6
NEWS
6
NEWS
7
	- Enable HTTPS support for the CoovaChilli JSON API (that allow HTTPS for status.php).
7
	- Enable HTTPS support for the CoovaChilli JSON API (that allow HTTPS for status.php).
8
	- The disconnection of users without the status page open can be disabled by a user attribute.
8
	- The disconnection of users without the status page open can be disabled by a user attribute.
9
 
9
 
10
ACC
10
ACC
-
 
11
	- Print parsed log of MAC address spoofed instead of raw log lines.
11
	- Add a regex validation when add a local DNS host or a static IP address to avoid breaking the dnsmasq service.
12
	- Add a regex validation when add a local DNS host or a static IP address to avoid breaking the dnsmasq service.
12
	- Do not show user/group header menu after deleted it.
13
	- Do not show user/group header menu after deleted it.
13
	- Disconnect an allowed MAC address after deleted it.
14
	- Disconnect an allowed MAC address after deleted it.
14
	- Reconnect an allowed MAC address after disconnecting it when updating RADIUS attributes.
15
	- Reconnect an allowed MAC address after disconnecting it when updating RADIUS attributes.
15
 
16