File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# $Id$
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
10
+
11
+
2
12
WiFiDog 1.2.0:
3
13
* Note: this changelog includes snapshots like 20090925, e.g. everything
4
14
since 1.1.5
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