forked from ronnyvdbr/ronnyvdbr.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
52 lines (41 loc) · 1.6 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
The current release version of the Raspberry WAP is v1.0:
* created mini image with raspbian
* installed lighttpd, php
* compiled hostapd from source
* created website template, and framework
* created home page with status information
* created configuration page with timezone and ntp information
* created configuration page to switch operation mode between access point and router mode
* created configuration page to modify basic network parameters
* Created configuration page to modify basic wireless parameters
Release v1.1:
* Implemented Captive portal (coovachilli)
Release v1.2:
* Partial Advanced Wireless form implementation
* Included link to github page on home page
* Implemented the ability to reboot the AP
* Implemented factory default config
* Implemented logging buttons
Release v1.3:
* implemented login page, a username and password is now required to log in to the raspberry wap.
* bugfixes for captive portal, the captive portal now works across reboots.
* also other functions are retained across reboots
Release v1.4:
* implemented openvpn server on request
Release v1.5
* os version now switched to Raspbian Jessie Lite image
* took offline pages which contain errors
* backup & restore functions are now working
* password change is now working
Release v1.5.1
Fixed issue #6 and #13
#6 - wpa password does not apply
#13 - wpa password should be at least 8 characters long
Targeted for future releases:
* coova chilli hotspot
* open vpn server
* Advanced wireless configuration (hostapd)
* Port forwarding (iptables)
* Network Filter (firewall)
* Web Filter (privoxy)
* Proxy (squid, squidguard)