Skip to content

Commit 1866b2c

Browse files
committed
Merge pull request #110 from mhaas/release-1.2.0-changelog
Release 1.2.0 changelog
2 parents 66522fe + d50f833 commit 1866b2c

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# $Id$
2+
2015-03-19
3+
* See NEWS file from now on
24
2015-03-18
35
* Add possibility to use domain whitelist in conf, and auto pass subdomains.
46
(https://github.com/wifidog/wifidog-gateway/issues/14)

NEWS

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,32 @@
11
# $Id$
22
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
630

731
WiFiDog 1.1.5:
832
* First supported version on OpenWRT kamikaze

0 commit comments

Comments
 (0)