8
0

Accepting request 296419 from devel:languages:perl:autoupdate

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
This commit is contained in:
Stephan Kulow
2015-04-15 09:16:32 +00:00
committed by Git OBS Bridge
parent ed37c82ae2
commit 59fe3a81cd
4 changed files with 53 additions and 21 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
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