+2007-04-22 Helge Hess <helge.hess@opengroupware.org>
+
+ * GCSChannelManager.m: improved error log (v4.7.43)
+
2007-04-17 Helge Hess <helge.hess@opengroupware.org>
* fixed a few GNUstep compilation warnings (v4.7.42)
isSQLite = [[_url scheme] isEqualToString:@"sqlite"];
if (!isSQLite && ![[self->url host] isEqual:[_url host]]) {
- [self logWithFormat:@"MISMATCH: different host .."];
+ [self logWithFormat:@"MISMATCH: different host (%@ vs %@)",
+ [self->url host], [_url host]];
return NO;
}
if (![[self->url gcsDatabaseName] isEqualToString:[_url gcsDatabaseName]]) {
MAJOR_VERSION:=4
MINOR_VERSION:=7
-SUBMINOR_VERSION:=42
+SUBMINOR_VERSION:=43
# v4.5.29 requires libNGExtensions v4.5.161
# v4.5.26 does not require libNGiCal anymore