Skip to content

Commit 39d502b

Browse files
committed
Merge pull request #225 from mhaas/release-1.3.0
Prepare release 1.3.0
2 parents c221d3b + 7768585 commit 39d502b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# vim: set noet sw=4 ts=4 :
22

3+
WiFiDog 1.3.0:
4+
* Add delta traffic stats (#211)
5+
* Add config options for popular servers (#78, #203)
6+
* Add SNI support for SSL (#226)
7+
* Add option to save pid file (#217)
8+
* Fix build with MUSL (#221)
9+
* Fix wolfSSL detection for --enable-cyassl configure option (#224)
10+
311
WiFiDog 1.2.1:
412
* Fix build (#127, #128)
513
* Integrate with Travis CI

configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ AC_SUBST(BUILDROOT)
2020

2121
# we use Semantic Versioning x.y.z tag for release, docs: http://semver.org/
2222
WIFIDOG_MAJOR_VERSION=1
23-
WIFIDOG_MINOR_VERSION=2
24-
WIFIDOG_MICRO_VERSION=1
23+
WIFIDOG_MINOR_VERSION=3
24+
WIFIDOG_MICRO_VERSION=0
2525
WIFIDOG_VERSION=$WIFIDOG_MAJOR_VERSION.$WIFIDOG_MINOR_VERSION.$WIFIDOG_MICRO_VERSION
2626

2727
AC_SUBST(WIFIDOG_MAJOR_VERSION)

0 commit comments

Comments
 (0)