~ubuntu-branches/ubuntu/maverick/atool/maverick

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Tommi Virtanen
  • Date: 2001-09-10 21:07:39 UTC
  • Revision ID: james.westby@ubuntu.com-20010910210739-m6fam576byp4etxn
Tags: upstream-0.11.0
ImportĀ upstreamĀ versionĀ 0.11.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2001-08-13      0.11.0
 
2
Improved error messages.
 
3
The --each option can now be used with the add command. (This
 
4
can be used to create multiple archives at a time.)
 
5
 
 
6
2001-08-01      0.10.0
 
7
New option -e, --each to extract or list multiple archives in
 
8
one command.
 
9
Fixed a bug causing gzip, bzip, bzip2 and compress'd
 
10
files not to be identified correctly.
 
11
Added sections `Examples' and `Known Bugs' to the manual page.
 
12
 
 
13
2001-07-16      0.9.0
 
14
Rethought the verbosity options. New options: -v, --verbose and -V,
 
15
--verbosity. Default verbosity level can now be set in configuration file.
 
16
Changed behaviour of apack on compressed (gzip, bzip2, ..) files
 
17
(didn't work before).
 
18
Now file's -z option is used to identify more formats.
 
19
Included more information in the manual page (about configuration etc).
 
20
New option --config to load a specific configuration file.
 
21
The temporary extraction directory is now removed on exit, if it is empty.
 
22
Now refuses to overwrite existing files when creating archives.
 
23
Minor bug fixes, error message improvements and typo corrections.
 
24
 
 
25
2001-07-05      0.8.0
 
26
Added support for configuration files. System-wide (/etc/atool.conf) and
 
27
user (~/.atoolrc) configuration files are supported.
 
28
Added support for identifying files using file(1). See the README file
 
29
for details.
 
30
Symbolic links that refers to non-existant files will no longer be
 
31
overwritten when extracting files (these symlinks were previously
 
32
considered to be non-existant themselves).
 
33
The NEWS file is included again.
 
34
Added option (use_gzip_for_z) to control whether to use gzip or uncompress
 
35
to decompress .Z files.
 
36
Some minor bug fixes.
 
37
 
 
38
2001-04-16      0.7.0
 
39
Fixed all commands for tar archives (output would be written to
 
40
stdout and input read from stdin by default),
 
41
When extracting tar.Z archives, extension wouldn't be removed from
 
42
output directory. This has been fixed now.
 
43
Manual format (with --format) wouldn't work at all. This is fixed now.
 
44
Added -F as an alias for --format.
 
45
Recognize .war as a JAR archive.
 
46
 
 
47
2001-04-04      0.6.0
 
48
Added this NEWS document.
 
49
Complete rewrite resulting in cleaner and better code.
 
50
Added support for rar archives.
 
51
Added support for .Z (compress) compressed files and .tar.Z archives.
 
52
New option "-p, --page", to send output through pager.
 
53
New option "-E, --explain" to have atool explain what is being done.
 
54
New option "-S, --simulate" to have atool simulate commands.
 
55
Changed "-X, --extract-here" command to "-X, --extract-to" that requires a
 
56
PATH argument.
 
57
The temporary extraction directory is now named "Unpack-XXXX", instead of
 
58
"atool-unpack-XXXX".
 
59
Added configuration options for setting path of programs to use.
 
60
Added configuration options for controlling name of temporary extraction
 
61
directory.
 
62
Implemented a command line generation engine so that /bin/sh is used
 
63
only when necessary.
 
64
Now uses strict.
 
65
 
 
66
2001-03-28      0.5.0
 
67
Rereleased with new version number (0.3.0 was released as 0.4.0 on Freshmeat).
 
68
 
 
69
2001-03-27      0.4.0
 
70
Added forward function declarations to fix "X called to early to check
 
71
prototype" messages generated by Perl 5.6.
 
72
Added files for making Debian packages of atool.
 
73
Fixed help text for -X command.
 
74
Added prototypes for functions without them.
 
75
Added manpage for atool.
 
76
Added more license text from COPYING to the atool source and README file.
 
77
 
 
78
2001-03-24      0.3.0
 
79
Fixed "Use of uninitialized value" messages when extracting from archives.
 
80
Added support for jar archives, and use_jar_program configuration variable.
 
81
The "-q, --quiet" option is now listed in help message.
 
82
Configuration variables are now better documented in the README.
 
83
Some cleanup of the atool code.
 
84
Use exec instead of system where possible.
 
85
 
 
86
2001-03-21      0.2.0
 
87
Now creates temporary extraction directory only when necessary.
 
88
Display a message when list command is run on compressed files.
 
89
 
 
90
2001-03-17      0.1.0
 
91
First public release.