forked from pool/perl-HTTP-BrowserDetect
		
	automatic update OBS-URL: https://build.opensuse.org/request/show/296419 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-BrowserDetect?expand=0&rev=6
		
			
				
	
	
		
			101 lines
		
	
	
		
			4.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			101 lines
		
	
	
		
			4.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| -------------------------------------------------------------------
 | |
| 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
 | |
| 
 |