Skip to content

Commit

Permalink
Release 1.1.3_beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitg committed Feb 1, 2006
1 parent e9a3ec1 commit 4bddf6e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# $Id$
2006-01-31 Benoit Gr�goire <[email protected]>
* Release 1.1.3_beta2

2006-01-31 Benoit Gr�goire <[email protected]>
* src/fw_iptables.c: Add the global ruleset to the nat table to fix #65.
Add the table parameter to iptables_load_ruleset() and iptables_compile
Expand Down
18 changes: 18 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# $Id$
WiFiDog 1.1.3beta2:
-Fix bug #65 (Whitelisted servers would still splash on port 80
-Fix incorrect default value for Path in the AuthServer configuration
-Add more info to wdctl status

WiFiDog 1.1.3beta1:
-Added patch by wireless London to use the GW interface's mac address as the node_id
if no node_id is specified. It allows the use of generic configuration files without
the need to hardcoding the node_id in.
-Added TrustedMACList configuration variable which allows specifying
MAC addresses which are allowed to go through without authentication.
-New wdctl command "restart" which will get wifidog to restart itself
while preserving the existing clientlist. Perfect for 0-downtime
upgrading!
-libhttpd: Fixed two bugs parsing the GET query string making wifidog segfault


WiFiDog 1.1.2:
- Added some informations so it compiles on newer OpenWRT's (whiterussian-rc2)
- Fixed minor issue with wdctl
Expand Down
4 changes: 2 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ AC_SUBST(BUILDROOT)

WIFIDOG_MAJOR_VERSION=1
WIFIDOG_MINOR_VERSION=1
WIFIDOG_MICRO_VERSION=3_pre1
WIFIDOG_MICRO_VERSION=3_beta2
WIFIDOG_VERSION=$WIFIDOG_MAJOR_VERSION.$WIFIDOG_MINOR_VERSION.$WIFIDOG_MICRO_VERSION

AC_SUBST(WIFIDOG_MAJOR_VERSION)
Expand All @@ -45,7 +45,7 @@ AC_HEADER_STDC

# check for doxygen, mostly stolen from http://log4cpp.sourceforge.net/
# ----------------------------------------------------------------------------
AC_DEFUN(BB_ENABLE_DOXYGEN,
AC_DEFUN([BB_ENABLE_DOXYGEN],
[
AC_ARG_ENABLE(doxygen, [ --enable-doxygen enable documentation generation with doxygen (auto)])
AC_ARG_ENABLE(dot, [ --enable-dot use 'dot' to generate graphs in doxygen (auto)])
Expand Down

0 comments on commit 4bddf6e

Please sign in to comment.