Changeset 507

Show
Ignore:
Timestamp:
03/22/05 10:05:36 (8 years ago)
Author:
minaguib
Message:

News for 1.1.0

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog/NEWS

    r482 r507  
     1 
     2WiFiDog 1.1.0: 
     3        - Changes: 
     4                - Visual tweaks in the web interface 
     5                - Internal code & documentation touch-ups 
     6                - More debugging output 
     7        - Bugfixes: 
     8                - Wrong reported uptime 
     9                - Invalid http header sent during redirection 
     10                - Mixed long/long long type for counter 
     11                - Respect SSL setting in auth server definition 
     12                - Explicitly allow traffic coming into the router 
     13                - SIGPIPE handling 
     14                - Firewall destruction not occuring on wifidog termination 
     15 
    116WiFiDog 1.1.0_beta3: 
    2         - Completely re-did the iptables rules.  Most of the rules are now in the 
    3         filter table instead of the nat table.  Also DROPs are now replaced with 
    4         REJECTs to help tell the user connection refused instead of endless pauses 
    5     - wdctl status will return more informations 
    6     - Some error messages are now displayed by the auth server (used to 
    7     be done in a non-pretty way by wifidog) 
    8     - We now 'ping' authserver and detect when authservers are changing IPs 
    9     - Fixed memory leaks 
    10     - Incoming and outgoing counters were reversed 
    11     - More verbose debugging 
     17        - Completely re-did the iptables rules.  Most of the rules are now in the filter table instead of the nat table.  Also DROPs are now replaced with REJECTs to help tell the user connection refused instead of endless pauses 
     18        - wdctl status will return more informations 
     19        - Some error messages are now displayed by the auth server (used to be done in a non-pretty way by wifidog) 
     20        - We now 'ping' authserver and detect when authservers are changing IPs 
     21        - Fixed memory leaks 
     22        - Incoming and outgoing counters were reversed 
     23        - More verbose debugging 
    1224        - ICMP Ping the users everytime we check their counters to keep them alive 
    1325        - Optional ExternalInterface 
    1426        - Optional GatewayAddress 
    1527        - /about URL now shows wifidog version 
    16         - Keep track of last times we successfully & unsuccessfully spoke to the 
    17         auth server/used DNS. Then, if we know we're not online, show a little 
    18         apology to the user instead of re-directing them to the auth server. 
    19         - When pinging auth server now also sends sys_uptime, sys_memfree 
    20         and sys_load 
    21         - Bugfix: Traffic from client to router was counted twice in the "outgoing" 
    22         bytecount since it increased both counters in mangle.* and filter.* - Got 
    23         rid of TABLE_WIFIDOG_WIFI_TO_GW completely since it's unneeded 
    24         - Do not update the last_updated field on incoming traffic - update it on 
    25         outgoing traffic only.  This should be a much more reliable indication of 
    26         client no longer being there 
    27         - WiFiDog status is now viewable with a web browser at 
    28         http://ip:port/wifidog/status 
     28        - Keep track of last times we successfully & unsuccessfully spoke to the auth server/used DNS. Then, if we know we're not online, show a little apology to the user instead of re-directing them to the auth server. 
     29        - When pinging auth server now also sends sys_uptime, sys_memfree and sys_load 
     30        - Bugfix: Traffic from client to router was counted twice in the "outgoing" bytecount since it increased both counters in mangle.* and filter.* - Got rid of TABLE_WIFIDOG_WIFI_TO_GW completely since it's unneeded 
     31        - Do not update the last_updated field on incoming traffic - update it on outgoing traffic only.  This should be a much more reliable indication of client no longer being there 
     32        - WiFiDog status is now viewable with a web browser at http://ip:port/wifidog/status 
    2933 
    3034WiFiDog 1.0.2: 
     
    3337        - Fixes two bugs in byte counting. (Possible missed data, and incoming and outgoing were reversed. 
    3438        - Fixed file descriptor leaks 
    35         - wdctl_status now returns all connected        users. 
     39        - wdctl_status now returns all connected users. 
    3640        - worked around sed -i not being available on all platform 
    3741        - ipkg no longuer overwrites config file