|
| 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 | + |
1 | 40 | == ChangeLog (CoovaChilli-v1.3.1.3) ==
|
2 | 41 | * Fix json encoding for radius reply.
|
3 | 42 |
|
|
0 commit comments