Changeset 936

Show
Ignore:
Timestamp:
01/31/06 23:10:36 (3 years ago)
Author:
benoitg
Message:

Release 1.1.3_beta2

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wifidog/ChangeLog

    r935 r936  
    11# $Id$ 
     22006-01-31 Benoit Gr�ire  <bock@step.polymtl.ca> 
     3        * Release 1.1.3_beta2 
     4         
    252006-01-31 Benoit Gr�ire  <bock@step.polymtl.ca> 
    36        * src/fw_iptables.c:  Add the global ruleset to the nat table to fix #65. 
  • trunk/wifidog/NEWS

    r724 r936  
     1# $Id$ 
     2WiFiDog 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 
     7WiFiDog 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         
    119WiFiDog 1.1.2: 
    220    - Added some informations so it compiles on newer OpenWRT's (whiterussian-rc2) 
  • trunk/wifidog/configure.in

    r935 r936  
    2121WIFIDOG_MAJOR_VERSION=1 
    2222WIFIDOG_MINOR_VERSION=1 
    23 WIFIDOG_MICRO_VERSION=3_pre1 
     23WIFIDOG_MICRO_VERSION=3_beta2 
    2424WIFIDOG_VERSION=$WIFIDOG_MAJOR_VERSION.$WIFIDOG_MINOR_VERSION.$WIFIDOG_MICRO_VERSION 
    2525 
     
    4646# check for doxygen, mostly stolen from http://log4cpp.sourceforge.net/ 
    4747# ---------------------------------------------------------------------------- 
    48 AC_DEFUN(BB_ENABLE_DOXYGEN
     48AC_DEFUN([BB_ENABLE_DOXYGEN]
    4949[ 
    5050AC_ARG_ENABLE(doxygen, [  --enable-doxygen        enable documentation generation with doxygen (auto)])