Skip to content

Commit f3276e6

Browse files
committed
Merge pull request #142 from mhaas/1-2-1-release
Update changelog for 1.2.1
2 parents 72f3d3d + 897cc61 commit f3276e6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# $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+
212
WiFiDog 1.2.0:
313
* Note: this changelog includes snapshots like 20090925, e.g. everything
414
since 1.1.5

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)