+2005-02-06 Helge Hess <helge.hess@opengroupware.org>
+
+ * Defaults.plist: added "127.0.0.1" to WOHttpAllowHost (v4.5.111)
+
2005-02-02 Helge Hess <helge.hess@opengroupware.org>
* WOHttpAdaptor/WOHttpAdaptor.m: allow WOPort bind addresses with IPs,
WOHttpAdaptor_LogStream = NO;
WOHttpAllowHost = (
"localhost",
- "localhost.localdomain"
+ "localhost.localdomain",
+ "127.0.0.1"
);
WOHttpTransactionUseSimpleParser = NO;
WOHttpTransactionLoggerConfig = {
# version file
-SUBMINOR_VERSION:=110
+SUBMINOR_VERSION:=111
# v4.5.91 requires libNGExtensions v4.5.134
# v4.5.84 requires libNGExtensions v4.5.127