Changeset 344

Show
Ignore:
Timestamp:
07/07/07 00:16:01 (1 year ago)
Author:
florida
Message:

version initiale wifidog-1.1.3-rc1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wifidog/wifidog-client/NEWS

    r218 r344  
    1 # $Id: NEWS 1162 2007-01-06 23:51:02Z benoitg $ 
     1# $Id: NEWS 1241 2007-06-24 04:13:13Z benoitg $ 
     2WiFiDog 1.1.3rc1: 
     3        * Close #321:  Make the Gateway retry forever if it cannot find it's interface.  You never know when someone may finally replug the network cable or something... 
     4        * Close #332:  Apply patch from Laurent Marchal. biguphpc<AT>gmail<DOT>com 
     5        * fw_iptables.c:  Fix error in iptables_fw_access().  Rules were created as ACCEPT instead of DROP 
     6        * firewall.c:  Fix bug in fw_sync_with_authserver().  The traffic for the validation period of a user who validated his account while connected wouldn't get counted. 
     7        * doc/wifidog_firewall_map.dia:  At long last, full documentation of the firewall.  We would have avoided a lot of stupid mistakes if we produced that sooner. 
     8        * Release 1.1.3_rc1 
     9        * Fix #324 
     10        * wifidog.conf:  Improve comments and add examples of blocking access to the upstream LAN. 
     11        * conf.h:  The DEFAULT_CHECKINTERVAL was 5 instead of 60 (as stated in the config file) which caused huge needless load on the auth servers, and needless ping traffic towards the clients if it wasn't manually set. 
     12        * contrib/ Add contrib dir to collect the scripts and other code distributed with, but not really part of wifidog. 
     13        * Modify the build system to finally be able to build wifidog directly from the wifidog directory using the same files  
     14                used to make the official .ipk, without having to copy ANYTHNG to the openwrt SDK. 
     15                There is now a new target:  make ipk make ipk OPENWRTSDK=path_to_openwrt_sdk 
     16                         
    217WiFiDog 1.1.3beta6: 
    318        -Fix bug #238 (config file location was hardcoded)