8
0

- 0.57 - fixed -f to really allow crawling symlinks.

* the logfile will contain the link name, not the link target.
	  * it thus preserves the illusion that all is inside the destination tree.
	- The following command can now be used to recreate the logfile (and retry more unpacking)
	  in $DIR:
	  file_unpack -D $DIR -f -L $DIR.unpack.log $DIR
	- _run_mime_helper(): cleanup $jail_base added when cmd fails to run. 
	  Helper failure may still may result in missing files.
	- t/07-cmdline.t added.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Unpack?expand=0&rev=64
This commit is contained in:
Juergen Weigert
2013-02-07 20:07:49 +00:00
committed by Git OBS Bridge
parent 5d53cde9b9
commit bbb71839fe
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Feb 7 20:06:13 UTC 2013 - jw@suse.com
- 0.57 - fixed -f to really allow crawling symlinks.
* the logfile will contain the link name, not the link target.
* it thus preserves the illusion that all is inside the destination tree.
- The following command can now be used to recreate the logfile (and retry more unpacking)
in $DIR:
file_unpack -D $DIR -f -L $DIR.unpack.log $DIR
- _run_mime_helper(): cleanup $jail_base added when cmd fails to run.
Helper failure may still may result in missing files.
- t/07-cmdline.t added.
-------------------------------------------------------------------
Tue Feb 5 20:04:12 UTC 2013 - jw@suse.com