File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1+ == ChangeLog (CoovaChilli-v1.4) ==
2+ * input_packets and output_packets now exported for scripts to use. via #285
3+ * NetBSD now included in the BSD specific ifdef statements. via #289
4+ * Fixed build Linux kernel 4.4.14 and newer. via #292
5+ * Dropped redundant line in clear_appcon(). via #295
6+ * Fix support for browsers behind a proxy, visiting HTTPS sites. via #296
7+ * Function name & line number now stated in LOG_DEBUG level syslog messages. via #298
8+ * Add support for identitites to syslog to differentiate messages when running multiple instances. via #300
9+ * Fix possible crash due to invalid buffer size. via #303
10+ * Fix check in IP header for More Frag flag. via #304
11+ * Fix spelling mistake
12+ * Remove empty comments. via #311
13+ * Start documenting the build and install process in INSTALL file from scratch. via #315
14+ * Fix sslkeypass function for use with passphrase protected certificates. via #319, fixes #297
15+ * Drop dnslog function. via #320
16+ * Remove stale spec file. via #321
17+ * Replace invalid email address with Github issues URL in configure script. via #322
18+ * Drop bogus path to functions file in init.d script
19+ * Added ETCDIR macro for use in chilli init.d script to accomodate installs in different prefix or sysconfdir. via #324
20+
121== ChangeLog (CoovaChilli-v1.3.2) ==
222* Certificate bundles now support using SSL_CTX_use_certificate_chain_file() via #204
323* Add a preliminary configuration file for use with Doxygen. via #142
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.2 ] ,[ https://github.com/coova/coova-chilli/issues] )
5+ AC_INIT ( [ coova-chilli] ,[ 1.4 ] ,[ https://github.com/coova/coova-chilli/issues] )
66AC_CONFIG_SRCDIR ( [ src/chilli.c] )
77
88AM_INIT_AUTOMAKE
You can’t perform that action at this time.
0 commit comments