8
0

Accepting request 384081 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/384081
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-BrowserDetect?expand=0&rev=16
This commit is contained in:
Stephan Kulow
2016-04-06 06:50:43 +00:00
committed by Git OBS Bridge
parent ca84e7adfe
commit 491659f261
4 changed files with 28 additions and 6 deletions

View File

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