Changeset 1223
- Timestamp:
- 04/26/07 19:06:15 (5 years ago)
- Location:
- trunk/wifidog
- Files:
-
- 4 modified
-
ChangeLog (modified) (1 diff)
-
configure.in (modified) (1 diff)
-
contrib/build-openwrt-ipk/wifidog/Makefile (modified) (1 diff)
-
src/conf.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog/ChangeLog
r1216 r1223 1 1 # $Id$ 2 2007-07-09 Benoit Gr�goire <bock@step.polymtl.ca> 2 2007-04-26 Benoit Gr�goire <bock@step.polymtl.ca> 3 * 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. 4 5 2007-04-09 Benoit Gr�goire <bock@step.polymtl.ca> 3 6 * Makefile.am: Slight path fix when using building make ipk. Tell me if you have trouble with this 4 7 -
trunk/wifidog/configure.in
r1162 r1223 21 21 WIFIDOG_MAJOR_VERSION=1 22 22 WIFIDOG_MINOR_VERSION=1 23 WIFIDOG_MICRO_VERSION=3_beta 623 WIFIDOG_MICRO_VERSION=3_beta7-pre1 24 24 WIFIDOG_VERSION=$WIFIDOG_MAJOR_VERSION.$WIFIDOG_MINOR_VERSION.$WIFIDOG_MICRO_VERSION 25 25 -
trunk/wifidog/contrib/build-openwrt-ipk/wifidog/Makefile
r1189 r1223 7 7 8 8 PKG_NAME:=wifidog 9 PKG_VERSION:=1.1.3_beta 69 PKG_VERSION:=1.1.3_beta7-pre1 10 10 PKG_RELEASE:=1 11 11 PKG_MD5SUM:=842b21e1b02d0a90677b289d794e0e21 -
trunk/wifidog/src/conf.h
r1162 r1223 49 49 #define DEFAULT_HTTPDNAME "WiFiDog" 50 50 #define DEFAULT_CLIENTTIMEOUT 5 51 #define DEFAULT_CHECKINTERVAL 551 #define DEFAULT_CHECKINTERVAL 60 52 52 #define DEFAULT_LOG_SYSLOG 0 53 53 #define DEFAULT_SYSLOG_FACILITY LOG_DAEMON
