Skip to content
Snippets Groups Projects
Commit 6e7d4939 authored by Sevan Janiyan's avatar Sevan Janiyan Committed by GitHub
Browse files

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
parent 41a29c6c
No related branches found
Tags 1.3.2
No related merge requests found
== 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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment