[Mono-dev] Patch for browscap.ini

2007-03-20 Thread Hubert FONGARNAND
Hi,

There's some mistakes with MSIE 7.0 using CLR 2.0 in mono's browscap.ini

Here's a patch to fix them,

Please review and commit

Thanks!

___
Ce message et les éventuels documents joints peuvent contenir des informations 
confidentielles.
Au cas où il ne vous serait pas destiné, nous vous remercions de bien vouloir 
le supprimer et en aviser immédiatement l'expéditeur. Toute utilisation de ce 
message non conforme à sa destination, toute diffusion ou publication, totale 
ou partielle et quel qu'en soit le moyen est formellement interdite.
Les communications sur internet n'étant pas sécurisées, l'intégrité de ce 
message n'est pas assurée et la société émettrice ne peut être tenue pour 
responsable de son contenu.
Index: data/browscap.ini
===
--- data/browscap.ini   (révision 74666)
+++ data/browscap.ini   (copie de travail)
@@ -14541,6 +14541,7 @@
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Win 9x 4.90*.NET CLR 2*)*]
 parent=IE 7.0
+platform=WinME
 netclr=True
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Win32*)*]
@@ -14554,6 +14555,7 @@
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Win32*.NET CLR 2*)*]
 parent=IE 7.0
+platform=Win32
 netclr=True
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Windows 95*)*]
@@ -14567,6 +14569,7 @@
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Windows 95*.NET CLR 2*)*]
 parent=IE 7.0
+platform=Win95
 netclr=True
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Windows 98*)*]
@@ -14589,6 +14592,7 @@
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Windows 98; Win 9x 4.90*.NET CLR 2*)*]
 parent=IE 7.0
+platform=WinME
 netclr=True
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Windows NT 4.0*)*]
@@ -14602,6 +14606,7 @@
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Windows NT 4.0*.NET CLR 2*)*]
 parent=IE 7.0
+platform=WinNT
 netclr=True
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Windows NT 5.0*)*]
@@ -14615,6 +14620,7 @@
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Windows NT 5.0*.NET CLR 2*)*]
 parent=IE 7.0
+platform=Win2000
 netclr=True
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Windows NT 5.1*)*]
@@ -14629,6 +14635,7 @@
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Windows NT 5.1*.NET CLR 2*)*]
 parent=IE 7.0
 netclr=True
+platform=WinXP
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Windows NT 5.2*)*]
 parent=IE 7.0
@@ -14641,6 +14648,7 @@
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Windows NT 5.2*.NET CLR 2*)*]
 parent=IE 7.0
+platform=Win2003
 netclr=True
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Windows XP*)*]
@@ -14654,6 +14662,7 @@
 
 [Mozilla/4.0 (compatible; MSIE 7.0*;*Windows XP*.NET CLR 2*)*]
 parent=IE 7.0
+platform=WinXP
 netclr=True
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Patch for browscap.ini

2007-03-20 Thread Miguel de Icaza
hello Hubert,

> There's some mistakes with MSIE 7.0 using CLR 2.0 in mono's
> browscap.ini
> 
> Here's a patch to fix them,

We typically update these from the upstream maintainer, it might be best
if you send those changes directly to them, because the changes are
likely going to be overwritten the next time we update it.

Miguel.

> Please review and commit
> 
> Thanks!
> 
> ___
> Ce message et les ventuels documents joints peuvent contenir des
> informations confidentielles.
> Au cas o il ne vous serait pas destin, nous vous remercions de bien
> vouloir le supprimer et en aviser immdiatement l'expditeur. Toute
> utilisation de ce message non conforme sa destination, toute diffusion
> ou publication, totale ou partielle et quel qu'en soit le moyen est
> formellement interdite.
> Les communications sur internet n'tant pas scurises, l'intgrit de ce
> message n'est pas assure et la socit mettrice ne peut tre tenue pour
> responsable de son contenu. 
> ___
> Mono-devel-list mailing list
> Mono-devel-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list