File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
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.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
3
10
* Fix a truncation issue around 112 clients in the status page. (#47)
4
11
5
12
WiFiDog 1.2.0:
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ AC_SUBST(BUILDROOT)
21
21
# we use Semantic Versioning x.y.z tag for release, docs: http://semver.org/
22
22
WIFIDOG_MAJOR_VERSION=1
23
23
WIFIDOG_MINOR_VERSION=2
24
- WIFIDOG_MICRO_VERSION=0
24
+ WIFIDOG_MICRO_VERSION=1
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