Skip to content

Commit 428a050

Browse files
committed
Merge pull request #245 from sevan/r1314
Populate ChangeLog with changes since v1.3.1.4
2 parents 3325e42 + d9e70d1 commit 428a050

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

ChangeLog

+39
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
== ChangeLog (CoovaChilli-v1.3.1.4) ==
2+
* Update refs to site to http://coova.github.io/ and fix software name.
3+
* xt_coova.c with kernel version >= 3.10.0 fixed
4+
* Compile with --enable-pppoe fixed
5+
* Compile with --enable-location fixed
6+
* enable_json should be =no by default or libchilli compile fails
7+
* syslog params with --with-ipc-msg fixed
8+
* When xt_coova is in use IP address is no longer removed from dhcpif
9+
* Compile with --netfilter-queue fixed
10+
* Support for vendor specific dhcp options (60/43) added
11+
* HS_LOCATIONOPT82 now maps to locationopt82 flag
12+
* HS_UDP_PORTS introduced in sample up.sh for permitting UDP ports in fw rules
13+
* DHCP relay functionality fixed
14+
* Introduce enable-json flag, support for JSON is no longer enabled by default
15+
* www.coova.org is no longer permitted by default
16+
* Most DEBUG level logging now only happens if enable.debug is true
17+
* IPtables rules re-ordered
18+
* Switch from mktemp() to mkstemp()
19+
* JSON replies can now include nasid
20+
* Added support for Travis CI https://travis-ci.org/coova/coova-chilli
21+
* Switch from safe_snprintf() to snprintf()
22+
* Switch from safe_fork() to fork()
23+
* Update bstring library with fork from msteinert/bstring
24+
* An attempt to close an unopened proxy socket is no longer performed
25+
* Switch from strcpy(3) to strlcpy(3)
26+
* Use `new_socket` instead of `0` and `1` descriptors
27+
* Introduce CONTRIBUTING.md
28+
* Update AVL headers from http://www.olsr.org/git/?p=oonf.git;a=tree;f=src-api/common;hb=HEAD
29+
* Use AC_PROG_CC_C99 macro to specify C99 standard to compiler
30+
* An attempt to reopen a socket just because writing would block is no longer performed
31+
* Add license information for extern/strlcpy.c & libjson to LICENSE
32+
* Correct sequence number is now used in a TCP RESET.
33+
* SSLv2 & v3 support disabled
34+
* sslciphers option added
35+
* kmod_coova_sync gained layer3 support
36+
* radius_reply() replaced by radius_pkt_send()
37+
* Numerous churn to autoconf settings
38+
* Numerous bug fixes
39+
140
== ChangeLog (CoovaChilli-v1.3.1.3) ==
241
* Fix json encoding for radius reply.
342

configure.ac

+1-1
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.3],[support@coova.com])
5+
AC_INIT([coova-chilli],[1.3.1.4],[support@coova.com])
66
AC_CONFIG_SRCDIR([src/chilli.c])
77

88
AM_INIT_AUTOMAKE

0 commit comments

Comments
 (0)