8
0

- Added symlinks file_unpack_deep and unpack_deep to exploit the new semantics.

- Update to 0.69
  - fixed https://github.com/jnweiger/perl-File-Unpack/issues/2
  - Semantics change of file_unpack.pl:
    Default to one_shot unless $0 contains 'deep'. New --deep option to also switch this one.
    This is a move towards least surprise. No other unpacker has this deep feature.
  
  - Fixed builtin helper for application=x-lzip to conform to IPC::Run::run() semantics.
  - Added an example how to write a mime helper script to the documentation.
  - Fixed diagnostics in case a helper script fails.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Unpack?expand=0&rev=80
This commit is contained in:
Juergen Weigert
2014-07-21 15:31:08 +00:00
committed by Git OBS Bridge
parent edd58330df
commit a27d871980
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jul 21 15:27:59 UTC 2014 - jw@owncloud.com
- Added symlinks file_unpack_deep and unpack_deep to exploit the new semantics.
- Update to 0.69
- fixed https://github.com/jnweiger/perl-File-Unpack/issues/2
- Semantics change of file_unpack.pl:
Default to one_shot unless $0 contains 'deep'. New --deep option to also switch this one.
This is a move towards least surprise. No other unpacker has this deep feature.
- Fixed builtin helper for application=x-lzip to conform to IPC::Run::run() semantics.
- Added an example how to write a mime helper script to the documentation.
- Fixed diagnostics in case a helper script fails.
-------------------------------------------------------------------
Thu Jun 12 12:49:34 UTC 2014 - jnweiger@gmail.com