File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# vim: set noet sw=4 ts=4 :
2
2
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
+
3
9
WiFiDog 1.2.1:
4
10
* Fix build (#127, #128)
5
11
* Integrate with Travis CI
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ AC_SUBST(BUILDROOT)
20
20
21
21
# we use Semantic Versioning x.y.z tag for release, docs: http://semver.org/
22
22
WIFIDOG_MAJOR_VERSION=1
23
- WIFIDOG_MINOR_VERSION=2
24
- WIFIDOG_MICRO_VERSION=1
23
+ WIFIDOG_MINOR_VERSION=3
24
+ WIFIDOG_MICRO_VERSION=0
25
25
WIFIDOG_VERSION=$WIFIDOG_MAJOR_VERSION.$WIFIDOG_MINOR_VERSION.$WIFIDOG_MICRO_VERSION
26
26
27
27
AC_SUBST ( WIFIDOG_MAJOR_VERSION )
You can’t perform that action at this time.
0 commit comments