Skip to content

Commit d50f833

Browse files
author
Michael Haas
committed
Fix indent -.-
1 parent 43d243e commit d50f833

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed

NEWS

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,32 @@
11
# $Id$
22
WiFiDog 1.2.0:
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
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
77
* 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)
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)
1919
* 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)
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)
2525
* Upgrade libhttpd to 1.4 (#91)
26-
* Remove incomplete and broken BSD support (#93)
27-
* Various other fixes and minor improvements, see
28-
https://github.com/wifidog/wifidog-gateway/compare/1.1.5...1.2.0
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
2930

3031
WiFiDog 1.1.5:
3132
* First supported version on OpenWRT kamikaze

0 commit comments

Comments
 (0)