2015-06-19 05:14:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 18 17:48:13 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 2.02
|
|
|
|
see /usr/share/doc/packages/perl-HTTP-BrowserDetect/Changes
|
|
|
|
|
|
|
|
2.02 2015-06-17 18:18:17 America/Toronto
|
|
|
|
- Default to using an empty string if an undef UA is provided (ben hengst)
|
|
|
|
|
2015-04-25 07:59:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 25 07:17:03 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 2.01
|
|
|
|
see /usr/share/doc/packages/perl-HTTP-BrowserDetect/Changes
|
|
|
|
|
|
|
|
2.01 2015-04-24 23:05:13 America/Toronto
|
|
|
|
- Handle "CriOS" entries correctly (andrewmoise)
|
|
|
|
- Only detect java when no browser is detected, and make UCBrowser a
|
|
|
|
detected browser (andrewmoise)
|
|
|
|
- Detect "tablet" on Kindle Fire (and Chrome on Android tablets in general)
|
|
|
|
(andrewmoise)
|
|
|
|
- Distinguish Android tablets in device_string (andrewmoise)
|
|
|
|
- Handle CriOS, rubylib, golib, and Dalvik (andrewmoise)
|
|
|
|
- Detect "Mobilesafari/" as Mobile Safari (andrewmoise)
|
|
|
|
- Detect "Windows 2000" as Win2k (andrewmoise)
|
|
|
|
- Only detect NCR Unix on word boundary (andrewmoise)
|
|
|
|
- Try tighter detection of robot names based on fragments (andrewmoise)
|
|
|
|
- Fix java detection to be more strict (andrewmoise)
|
|
|
|
- Fix up Android tablet detection (andrewmoise)
|
|
|
|
- Add proper detection for old Windows versions in Opera (andrewmoise)
|
|
|
|
- Add apache http client detection (andrewmoise)
|
|
|
|
- Fix detection of SCO Unix to trigger fewer false positives (andrewmoise)
|
|
|
|
- Correct detection of (most) robots based on "+http://blah" (andrewmoise)
|
|
|
|
|
2015-04-15 09:16:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 14 19:51:07 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 2.00
|
|
|
|
see /usr/share/doc/packages/perl-HTTP-BrowserDetect/Changes
|
|
|
|
|
|
|
|
2.00 2015-03-30 21:46:25 America/Toronto
|
|
|
|
- Standardize interface:
|
|
|
|
browser ()
|
|
|
|
device X _string()
|
|
|
|
engine _version(), _major(), _minor(), _beta()
|
|
|
|
os
|
|
|
|
robot
|
|
|
|
(andrewmoise)
|
|
|
|
- Add Galeon, Seamonkey, and Epiphany as specifically detected
|
|
|
|
browsers (andrewmoise)
|
|
|
|
- Some internal changes that make things simpler and faster
|
|
|
|
(andrewmoise)
|
|
|
|
- Remove the $check argument (e.g. $ua->beta('.45') to check
|
|
|
|
whether the beta version is ".45") (andrewmoise)
|
|
|
|
- Update and reorganize documentation (andrewmoise)
|
|
|
|
- Breaking Change: remove deprecated user_agent($arg) usage.
|
|
|
|
This is the reason for the major version bump.
|
|
|
|
|
|
|
|
1.78 2015-03-17 22:43:27 America/Toronto
|
|
|
|
- Reorganize documentation (andrewmoise)
|
|
|
|
- Make java a robot with the other libs and tools (andrewmoise)
|
|
|
|
- Add a "lib" test to detect libs and tools (andrewmoise)
|
|
|
|
- Add AppleCoreMedia (andrewmoise)
|
|
|
|
- Make Blackberry stop setting Safari tests (andrewmoise)
|
|
|
|
- Make Android stop setting Linux tests (andrewmoise)
|
|
|
|
- Implement much more engine detection and engine version
|
|
|
|
detection (andrewmoise)
|
|
|
|
|
2015-03-19 06:59:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 9 07:55:25 UTC 2015 - joschibrauchle@gmx.de
|
|
|
|
|
|
|
|
- update to version 1.77
|
|
|
|
- changes since version 1.55:
|
|
|
|
* Switch to using strings for version numbers (andrewmoise)
|
|
|
|
* Adds BrowseX and Silk detection (andrewmoise)
|
|
|
|
* Makes detection of Obigo more consistent (andrewmoise)
|
|
|
|
* Encourage use of public_* and engine_* over version(), major() and
|
|
|
|
minor().
|
|
|
|
* Speed optimizations (andrewmoise)
|
|
|
|
* Fix warnings on "Safari/12x.x (andrewmoise)
|
|
|
|
* Adds detection for Chrome OS (Douglas Christopher Wilson)
|
|
|
|
* Adds detection for Majestic-12 bot (Douglas Christopher Wilson)
|
|
|
|
* Adds minimum Perl version
|
|
|
|
* dzil tweaks to make CPANTS happier
|
|
|
|
* Remove File::Slurp from tests in favour of Path::Tiny
|
|
|
|
* Fixes warnings on "frakenagent" (Douglas Christopher Wilson)
|
|
|
|
* Add new UA tests & avoid false positive Sun match on Samsung (Jon Jensen)
|
|
|
|
* Adds detection for BlackBerry 10 devices (Douglas Christopher Wilson)
|
|
|
|
* Adds Yandex & Ahrefs bots (Perlover)
|
|
|
|
* Adds detection for tablet Firefox OS (Douglas Christopher Wilson)
|
|
|
|
* Adds detection for IE Compatibility View (Douglas Christopher Wilson)
|
|
|
|
* Adds os_version for FireFox in OS X (Hao Wu)
|
|
|
|
* Adds detection for Opera 15+ (Douglas Christopher Wilson)
|
|
|
|
* Adds detection for Internet Explorer 11 (Douglas Christopher Wilson)
|
|
|
|
* Adds detection for Windows 8.1 (Douglas Christopher Wilson)
|
|
|
|
* Returns explicit undef more consistently (David Ihnen)
|
|
|
|
* Reverts a commit that was causing a test to fail when a warning about
|
|
|
|
File::Slurp was detected
|
|
|
|
* Fixes bug where "Linux" rather than "Android" was returned as os_string
|
|
|
|
for Android devices.
|
|
|
|
* Revert 1.57's behaviour of returning a robot name in browser_string.
|
|
|
|
* Fix bug where OS X identied as just Mac in os_string.
|
|
|
|
* Add linkchecker, YandexImages and archive.org_bot bots.
|
|
|
|
* Add undocumented os_version() for OS X, winPhone, Android, iOS, Firefox
|
|
|
|
OS.
|
|
|
|
* Break up parsing into smaller chunks.
|
|
|
|
* Return better names for Googlebot News, Images and Video.
|
|
|
|
* Fix bug where Yahoo! Slurp reported as Firefox.
|
|
|
|
* Make internals a little less quirky.
|
|
|
|
* Stop returning explicit undef for browser_string and os_string. (Why
|
|
|
|
would you ever call these in list context?)
|
|
|
|
* Return name of robot for browser_string when browser is, in fact, a bot.
|
|
|
|
Previous behaviour was to return undef or something just really wrong.
|
|
|
|
* Adds experimental and undocumented robot_name method.
|
|
|
|
|
2013-07-25 09:23:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 24 18:22:18 UTC 2013 - lnt-sysadmin@lists.lrz.de
|
|
|
|
|
|
|
|
- update to version 1.55 (bugfix release)
|
|
|
|
* Adds detection of BlackBerry Playbook
|
|
|
|
|
2013-07-19 14:50:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 17 12:54:27 UTC 2013 - lnt-sysadmin@lists.lrz.de
|
|
|
|
|
|
|
|
- update to version 1.52
|
|
|
|
* Adds detection of iOS, Windows Phone, Windows 8, IE 8/9
|
|
|
|
* New BuildRequires: Test-Most, Test-NoWarnings, Test-FailWarnings
|
|
|
|
|
2011-05-01 10:36:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun May 1 10:36:01 UTC 2011 - coolo@opensuse.org
|
|
|
|
|
|
|
|
- initial package 1.22
|
|
|
|
* created by cpanspec 1.78.04
|
|
|
|
|