|
1 | 1 | # $Id$
|
2 | 2 | WiFiDog 1.2.0:
|
3 |
| - * Add possibility to use domain whitelist in conf, and auto pass subdomains. |
4 |
| - * Use Semantic Versioning, yymmdd version number is out of use. |
5 |
| - * Use tag for release, don't using master for release. |
| 3 | + * Note: this changelog includes snapshots like 20090925, e.g. everything |
| 4 | + since 1.1.5 |
| 5 | + * Note: Ticket numbers refer to issues and pull requests |
| 6 | + on https://github.com/wifidog/wifidog-gateway |
| 7 | + * Add domain whitelist in conf, and auto pass subdomains (#66) |
| 8 | + * Add port range in firewall rules (#53) |
| 9 | + * Add references to ipsets in firewall rules (#62) |
| 10 | + * Add SSL support when talking to the auth server (#63) |
| 11 | + * Add disconnect command (#82) |
| 12 | + * Add -Wall -Wextra to CFLAGS (#69, #73) |
| 13 | + * Add IP to login script URL parameters (#36) |
| 14 | + * Add logging support to firewall (#4) |
| 15 | + * Add check for valid MAC address (#42) |
| 16 | + * Add support for transparent proxy |
| 17 | + * Use semantic versioning instead of YYMMDD version scheme. |
| 18 | + See http://semver.org/ (#101) |
| 19 | + * Use tag for release, don't use master for release (#59) |
| 20 | + * Fix incorrect usage of REJECT and DROP in NAT table (#58) |
| 21 | + * Fix compiler warnings warnings (#64, #69, #73) |
| 22 | + * Fix general code quality issues (#71, 74, #75, #86) |
| 23 | + * Fix typo in ping_thread (pong -> PONG) (#46) |
| 24 | + * Fix redirect by using HTTP 302 instead of 307 (#11, #14) |
| 25 | + * Upgrade libhttpd to 1.4 (#91) |
| 26 | + * Fix inconsistent indent, now uses spaces everywhere (#91) |
| 27 | + * Remove incomplete and broken BSD support (#93) |
| 28 | + * Various other fixes and minor improvements, see |
| 29 | + https://github.com/wifidog/wifidog-gateway/compare/1.1.5...1.2.0 |
6 | 30 |
|
7 | 31 | WiFiDog 1.1.5:
|
8 | 32 | * First supported version on OpenWRT kamikaze
|
|
0 commit comments