File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22# Process this file with autoconf to produce a configure script.
33
44AC_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] )
66AC_CONFIG_SRCDIR ( [ src/chilli.c] )
77
88AM_INIT_AUTOMAKE
You can’t perform that action at this time.
0 commit comments