------------------------------------------------------------------- Mon Apr 4 09:48:07 UTC 2016 - coolo@suse.com - updated to 3.10 see /usr/share/doc/packages/perl-HTTP-BrowserDetect/Changes 3.10 2016-03-29 22:15:35 America/Toronto - Big change: Add robot version detection, distinct from browser version (first cut) (andrewmoise) - Add browsers: Pubsub (Safari RSS reader), ADM (Android Download Manager), ImageSearcherPro (iOS app) (andrewmoise) - Add robots: Google favicon, malware/shellcode, phplib, Verisign IPS agent, Nutch, thumbtack-thunderdome (andrewmoise) - Distinguish Bingbot from MSNbot (andrewmoise) - Only detect wget based on the beginning of the user-agent (andrewmoise) - Misc fixes to test support scripts (andrewmoise) - Add Kindle Fire (andrewmoise) - Detect curl by matching /^curl/ as well as /libcurl/ (andrewmoise) - Remove webcrawler robot test (it triggers on too many distinct robots which all include "webcrawler") (andrewmoise) ------------------------------------------------------------------- Tue Mar 8 10:22:26 UTC 2016 - coolo@suse.com - updated to 3.00 see /usr/share/doc/packages/perl-HTTP-BrowserDetect/Changes 3.00 2016-02-29 22:57:45 America/Toronto - Make "mobile" false when "tablet" is true. This is a breaking change and has triggered a major version bump. (andrewmoise) ------------------------------------------------------------------- Sun Feb 7 10:04:47 UTC 2016 - coolo@suse.com - updated to 2.08 see /usr/share/doc/packages/perl-HTTP-BrowserDetect/Changes 2.08 2016-01-29 21:56:29 America/Toronto - Brave browser detection added (Nicolas Doye) ------------------------------------------------------------------- Fri Nov 20 09:38:12 UTC 2015 - coolo@suse.com - updated to 2.07 see /usr/share/doc/packages/perl-HTTP-BrowserDetect/Changes 2.07 2015-11-18 23:52:07 America/Toronto - Strip off anything Google Translate adds to UserAgent before parsing (Marco Fontani) ------------------------------------------------------------------- Mon Nov 16 09:56:25 UTC 2015 - coolo@suse.com - updated to 2.06 see /usr/share/doc/packages/perl-HTTP-BrowserDetect/Changes 2.06 2015-11-15 10:59:30 America/Toronto - Detect more Edge versions (Marco Fontani) ------------------------------------------------------------------- Sat Aug 1 08:38:14 UTC 2015 - coolo@suse.com - updated to 2.05 see /usr/share/doc/packages/perl-HTTP-BrowserDetect/Changes 2.05 2015-07-29 12:36:01 America/Toronto - Add Microsoft Windowns 10/Windows Phone 10 Edge Browser (Atsushi Kato) ------------------------------------------------------------------- Sat Jun 27 08:37:39 UTC 2015 - coolo@suse.com - updated to 2.04 see /usr/share/doc/packages/perl-HTTP-BrowserDetect/Changes 2.04 2015-06-24 23:26:28 America/Toronto - Fix test failures on Perl 5.8 ------------------------------------------------------------------- Sun Jun 21 08:27:48 UTC 2015 - coolo@suse.com - updated to 2.03 see /usr/share/doc/packages/perl-HTTP-BrowserDetect/Changes 2.03 2015-06-19 09:59:45 America/Toronto - Add win8_1 method (Daniel Stadie) ------------------------------------------------------------------- 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) ------------------------------------------------------------------- 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) ------------------------------------------------------------------- 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) ------------------------------------------------------------------- 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. ------------------------------------------------------------------- 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 ------------------------------------------------------------------- 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 ------------------------------------------------------------------- Sun May 1 10:36:01 UTC 2011 - coolo@opensuse.org - initial package 1.22 * created by cpanspec 1.78.04