Changeset 936
- Timestamp:
- 01/31/06 23:10:36 (3 years ago)
- Files:
-
- trunk/wifidog/ChangeLog (modified) (1 diff)
- trunk/wifidog/NEWS (modified) (1 diff)
- trunk/wifidog/configure.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wifidog/ChangeLog
r935 r936 1 1 # $Id$ 2 2006-01-31 Benoit Gr�ire <bock@step.polymtl.ca> 3 * Release 1.1.3_beta2 4 2 5 2006-01-31 Benoit Gr�ire <bock@step.polymtl.ca> 3 6 * src/fw_iptables.c: Add the global ruleset to the nat table to fix #65. trunk/wifidog/NEWS
r724 r936 1 # $Id$ 2 WiFiDog 1.1.3beta2: 3 -Fix bug #65 (Whitelisted servers would still splash on port 80 4 -Fix incorrect default value for Path in the AuthServer configuration 5 -Add more info to wdctl status 6 7 WiFiDog 1.1.3beta1: 8 -Added patch by wireless London to use the GW interface's mac address as the node_id 9 if no node_id is specified. It allows the use of generic configuration files without 10 the need to hardcoding the node_id in. 11 -Added TrustedMACList configuration variable which allows specifying 12 MAC addresses which are allowed to go through without authentication. 13 -New wdctl command "restart" which will get wifidog to restart itself 14 while preserving the existing clientlist. Perfect for 0-downtime 15 upgrading! 16 -libhttpd: Fixed two bugs parsing the GET query string making wifidog segfault 17 18 1 19 WiFiDog 1.1.2: 2 20 - Added some informations so it compiles on newer OpenWRT's (whiterussian-rc2) trunk/wifidog/configure.in
r935 r936 21 21 WIFIDOG_MAJOR_VERSION=1 22 22 WIFIDOG_MINOR_VERSION=1 23 WIFIDOG_MICRO_VERSION=3_ pre123 WIFIDOG_MICRO_VERSION=3_beta2 24 24 WIFIDOG_VERSION=$WIFIDOG_MAJOR_VERSION.$WIFIDOG_MINOR_VERSION.$WIFIDOG_MICRO_VERSION 25 25 … … 46 46 # check for doxygen, mostly stolen from http://log4cpp.sourceforge.net/ 47 47 # ---------------------------------------------------------------------------- 48 AC_DEFUN( BB_ENABLE_DOXYGEN,48 AC_DEFUN([BB_ENABLE_DOXYGEN], 49 49 [ 50 50 AC_ARG_ENABLE(doxygen, [ --enable-doxygen enable documentation generation with doxygen (auto)])
