From 6e7d49393b9ead0e3b5a458b00897946c94566ff Mon Sep 17 00:00:00 2001 From: Sevan Janiyan Date: Fri, 30 Sep 2016 02:33:54 +0100 Subject: [PATCH] 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 --- ChangeLog | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 717492fc..669e116e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +== ChangeLog (CoovaChilli-v1.3.2) == +* Certificate bundles now support using SSL_CTX_use_certificate_chain_file() via #204 +* Add a preliminary configuration file for use with Doxygen. via #142 +* Spelling mistake fixed in login.chi.in +* writeconfig() includes macsuffix setting in generated config from conf/functions.in +* Static out of range error includes IP address +* RFC 7710 - Captive Portal URI DHCP option implemented +* ipt_coova Makefile refactored to fix build errors +* ipt_coova now uses netfilter uapi-headers from /usr/include/linux +* Code with misleading indentation pointed out by gcc-6 fixed +* Build with --enable-json fixed +* libjson-dev added to installed dependency list in Travis config file +* --enable-location without --enable-proxyvsa now permissible + == ChangeLog (CoovaChilli-v1.3.1.4) == * Update refs to site to http://coova.github.io/ and fix software name. * xt_coova.c with kernel version >= 3.10.0 fixed diff --git a/configure.ac b/configure.ac index 6c391baa..298bb71c 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.59]) -AC_INIT([coova-chilli],[1.3.1.4],[support@coova.com]) +AC_INIT([coova-chilli],[1.3.2],[support@coova.com]) AC_CONFIG_SRCDIR([src/chilli.c]) AM_INIT_AUTOMAKE