8
0

Accepting request 286976 from home:lnussel:branches:devel:languages:perl

not dead at all upstream. please forward to factory

- updated to 1.10
  * Added yet another OO API to File::LibMagic. This provides a simpler and more
    future-proof API which can be expanded on later. The new methods are
    info_from_string(), info_from_filename(), and info_from_handle(). The latter
    method allows you to get info about an open filehandle. These new methods
    return the description, MIME type, and character encoding in one call. This
    addresses RT #54843 and partially addresses RT #99470.
  * Switched from using Devel::CheckLib to Config::AutoConf with the hope that
    the latter will work with more compilers. Requested by Jens Rehsack. RT
    #46543.
  * Switched the primary git repo to github
    (https://github.com/autarch/File-LibMagic).
  * A File::LibMagic object would not close one of the handles it might have
    opened, leading to leaks. Reported by Alexander Zaitsev. RT #93512.

OBS-URL: https://build.opensuse.org/request/show/286976
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-LibMagic?expand=0&rev=15
This commit is contained in:
2015-02-25 12:54:21 +00:00
committed by Git OBS Bridge
parent 1691975b36
commit cc8214057d
4 changed files with 34 additions and 18 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Feb 20 12:53:24 UTC 2015 - lnussel@suse.de
- updated to 1.10
* Added yet another OO API to File::LibMagic. This provides a simpler and more
future-proof API which can be expanded on later. The new methods are
info_from_string(), info_from_filename(), and info_from_handle(). The latter
method allows you to get info about an open filehandle. These new methods
return the description, MIME type, and character encoding in one call. This
addresses RT #54843 and partially addresses RT #99470.
* Switched from using Devel::CheckLib to Config::AutoConf with the hope that
the latter will work with more compilers. Requested by Jens Rehsack. RT
#46543.
* Switched the primary git repo to github
(https://github.com/autarch/File-LibMagic).
* A File::LibMagic object would not close one of the handles it might have
opened, leading to leaks. Reported by Alexander Zaitsev. RT #93512.
-------------------------------------------------------------------
Mon Dec 2 16:46:29 UTC 2013 - jw@suse.com