File: Changes

package info (click to toggle)
libarchive-any-lite-perl 0.11-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: perl: 136; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 741 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Revision history for Archive-Any-Lite

0.11 2016/04/29
  - improved tar extraction performance

0.10 2014/08/09
  - added LICENSE file per RT#88571

0.09 2014/04/18
  - updated version requirements (reported by Paul Howarth).

0.08 2014/04/18
  - supported an optional hash reference for finer extraction control

0.07 2013/05/01
  - ignore hardlinks if $IGNORE_SYMLINK is set

0.06 2013/03/19
  - added $IGNORE_SYMLINK to ignore symlinks

0.05 2013/01/13
  - check a directory earlier for efficiency

0.04 2012/11/24
  - warn and stop processing if no data could be taken from a broken tarball

0.03 2012/07/15
  - error handling so that extract returns false

0.02 2012/06/19
  - fixed tar.gz handling

0.01 2012/06/18
  - initial release