Skip to content

Commit f69600d

Browse files
committed
Merge branch 'master' of github.com:wifidog/wifidog-gateway into fix-status-truncation
Conflicts: NEWS
2 parents fc2b2b6 + f3276e6 commit f69600d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# vim: set noet sw=4 ts=4 :
2+
23
WiFiDog 1.2.1:
4+
* Fix build (#127, #128)
5+
* Integrate with Travis CI
6+
* Integrate with Coverity Scan
7+
* Fix several memory leaks and other potential problems uncovered by
8+
static analysis
9+
* Refactor SSL initialization
310
* Fix a truncation issue around 112 clients in the status page. (#47)
411

512
WiFiDog 1.2.0:

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ AC_SUBST(BUILDROOT)
2121
# we use Semantic Versioning x.y.z tag for release, docs: http://semver.org/
2222
WIFIDOG_MAJOR_VERSION=1
2323
WIFIDOG_MINOR_VERSION=2
24-
WIFIDOG_MICRO_VERSION=0
24+
WIFIDOG_MICRO_VERSION=1
2525
WIFIDOG_VERSION=$WIFIDOG_MAJOR_VERSION.$WIFIDOG_MINOR_VERSION.$WIFIDOG_MICRO_VERSION
2626

2727
AC_SUBST(WIFIDOG_MAJOR_VERSION)

0 commit comments

Comments
 (0)