Skip to content

Commit 6e7d493

Browse files
authored
Populate ChangeLog with changes since v1.3.1.4 & bump version (#283)
* Populate ChangeLog with changes since v1.3.1.4 & bump version * Add closing bracket enclosing version number
1 parent 41a29c6 commit 6e7d493

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

ChangeLog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
== ChangeLog (CoovaChilli-v1.3.2) ==
2+
* Certificate bundles now support using SSL_CTX_use_certificate_chain_file() via #204
3+
* Add a preliminary configuration file for use with Doxygen. via #142
4+
* Spelling mistake fixed in login.chi.in
5+
* writeconfig() includes macsuffix setting in generated config from conf/functions.in
6+
* Static out of range error includes IP address
7+
* RFC 7710 - Captive Portal URI DHCP option implemented
8+
* ipt_coova Makefile refactored to fix build errors
9+
* ipt_coova now uses netfilter uapi-headers from /usr/include/linux
10+
* Code with misleading indentation pointed out by gcc-6 fixed
11+
* Build with --enable-json fixed
12+
* libjson-dev added to installed dependency list in Travis config file
13+
* --enable-location without --enable-proxyvsa now permissible
14+
115
== ChangeLog (CoovaChilli-v1.3.1.4) ==
216
* Update refs to site to http://coova.github.io/ and fix software name.
317
* xt_coova.c with kernel version >= 3.10.0 fixed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.59])
5-
AC_INIT([coova-chilli],[1.3.1.4],[support@coova.com])
5+
AC_INIT([coova-chilli],[1.3.2],[support@coova.com])
66
AC_CONFIG_SRCDIR([src/chilli.c])
77

88
AM_INIT_AUTOMAKE

0 commit comments

Comments
 (0)