2005-11-21 Helge Hess <helge.hess@skyrix.com>
+ * WEClientCapabilities.m: added WebFolders WinXP SP2 as a known user
+ agent (v4.5.215)
+
* Associations/WOAssociation.[hm]. WOKeyPathAssociation.m: explicitly
type signed char values to avoid gcc4 warnings (v4.5.214)
# version file
-SUBMINOR_VERSION:=214
+SUBMINOR_VERSION:=215
# v4.5.214 requires libNGExtensions v4.5.179
# v4.5.122 requires libNGExtensions v4.5.153
/* Entourage MacOSX 10.1.4 */
self->browser = WEUA_Entourage;
}
+ else if (strstr(ua, "Microsoft-WebDAV-MiniRedir/5")) {
+ /* WebFolders Win XP SP 2 */
+ self->browser = WEUA_WebFolder;
+ }
else if ((tmp = strstr(ua, "MSIE"))) {
/* Internet Explorer */
self->browser = WEUA_IE;
Google Ads
'Mediapartners-Google/2.1'
+
+ WebFolders Win XP SP2
+ 'Microsoft-WebDAV-MiniRedir/5.1.2600'
*/