Skip to content

Commit

Permalink
Populate ChangeLog with changes since v1.3.1.4 & bump version (#283)
Browse files Browse the repository at this point in the history
* Populate ChangeLog with changes since v1.3.1.4 & bump version

* Add closing bracket enclosing version number
  • Loading branch information
sevan authored Sep 30, 2016
1 parent 41a29c6 commit 6e7d493
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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],[[email protected]])
AC_INIT([coova-chilli],[1.3.2],[[email protected]])
AC_CONFIG_SRCDIR([src/chilli.c])

AM_INIT_AUTOMAKE
Expand Down

0 comments on commit 6e7d493

Please sign in to comment.