Skip to content

Commit fc3d49e

Browse files
committed
Prepare release 1.3.0
1 parent dbac483 commit fc3d49e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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+
* Fix build with MUSL (#221)
7+
* Fix wolfSSL detection for --enable-cyassl configure option (#224)
8+
39
WiFiDog 1.2.1:
410
* Fix build (#127, #128)
511
* 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)