forked from oalders/http-browserdetect
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChanges
102 lines (83 loc) · 3.36 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Revision history for Perl extension HTTP::BrowserDetect.
1.11 2010-06-03
- Added ps3 and psp (commit 85a619c9a977c0a8e403) (Alexey Surikov)
1.10 2010-05-05
- Google toolbar no longer triggers false positive for Googlebot (Jay
Rifkin)
1.09 2010-04-04
- Better language detection (commit
68025ca1a58afa1db9b4eeffe8c246d129825cc0) (Maroš Kollár)
1.08 2010-03-19
- Added ipad(), device() and device_name() methods
1.07 2010-02-10
- Added realplayer() and _realplayer_version() methods RT #52355 (Marc
Sebastian Pelzer)
- Added engine_string(), engine_version(), engine_major(), engine_minor()
methods
- Added Windows 7 detection (commit
73795d8189faded8b07717e55488f128eaa00752) (Alexey Surikov)
- Added public_version(), public_major() and public_minor() methods
1.06 2009-11-24
- Added missing file t/useragents.yaml to MANIFEST
1.05 2009-11-23
- Fixed RT #31847 (Mike Clarke) SCO/Unix false positives
1.04 2009-11-23
- Moved test config to a YAML file
- Added language() method
- Added iphone() method
- Added ipod() method
- Added android() method
- Fixed RT #12259 (guest) Netscape 6 version detection
- Fixed RT #52007 (Josh Ritter) Chrome browser false positives
- Added country() method
1.03 2009-10-24
- Added mobile() method with support for various handsets (Richard Noble)
- perltidied source
1.02 2009-10-21
- Fixed RT #48727 (Robin Smidsrod)
- Made "KHTML, like Gecko" not match gecko
- Properly detect Safari version >4.0
1.01 2009-10-20
- Switched to Module::Build from ExtUtils::MakeMaker
- Re-organized file structure
- Re-organized tests and expanded coverage to check major and minor
methods
- Manually added patch for Iceweasel from RT #41263 (merlynkline)
- Added test for RT #41541 and RT #41263 (merlynkline)
- curl added back to list of supported browsers RT #27878 (RT #Toni
Cebrián)
- Added test for RT #8547 (Steve Purkis)
- Added test for RT #30705 (david.hilton.p)
- Applied patch and added test for RT #7443
1.00 2009-10-19
- Applied patch from RT #47271 (Denis F. Latypoff), which adds support for
Chrome
- Have moved repository to GitHub
0.99 Thu Feb 22 16:47:00 2007
- Modifications by Peter Walsham
- Added support for Windows Server 2003 and Windows Vista
0.98 Tue Jun 21 00:39:00 2004
- Added more browsers including Mozilla, Firefox, Safari
- added Mac OS X, WinXP, Win2k detection
- added more test cases
0.962 Tues Jan 31 12:45:00 2001
- changed how minor() method to return minor version as a floating point
- added additional browsers
- added additional 'up' methods
- added detection for mobile devices: wap, avantgo, audrey, etc.
- added netscape 6 detection and gecko
- added Windows ME detection
- updated url to javascript browser sniffer page
0.95 Sat Aug 4 09:08:00 2000
- added additional browsers
0.94 Sun Mar 19 18:51:00 2000
- changed copyright notice
- changed object's internal structure
- added Windows 2000 detection
- eliminated AUTOLOAD subroutine
0.92 Mon Feb 7 12:34:56 2000
- fixed version numbering problem, would return '.' instead of undef if
useragent's version couldn't be found
- added more detection for AOL
0.9 Wed Feb 17 23:45:52 1999
- original version; created by h2xs 1.18