NEWS

Thu, 11 Dec 2008 21:37:03 -0500

author
Brett Smith <brettcsmith@brettcsmith.org>
date
Thu, 11 Dec 2008 21:37:03 -0500
branch
trunk
changeset 101
014efef1a48f
parent 100
7353b443dc98
child 103
f68a0ca870b0
permissions
-rw-r--r--

Release dtrx 6.4

56
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
1 Changes in dtrx
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
2 ===============
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
3
99
1ae3722ca219 Improve wrapping of interactive prompts.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 94
diff changeset
4 Version 6.4
1ae3722ca219 Improve wrapping of interactive prompts.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 94
diff changeset
5 -----------
1ae3722ca219 Improve wrapping of interactive prompts.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 94
diff changeset
6
1ae3722ca219 Improve wrapping of interactive prompts.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 94
diff changeset
7 Enhancements
1ae3722ca219 Improve wrapping of interactive prompts.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 94
diff changeset
8 ~~~~~~~~~~~~
1ae3722ca219 Improve wrapping of interactive prompts.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 94
diff changeset
9
1ae3722ca219 Improve wrapping of interactive prompts.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 94
diff changeset
10 * Support detection of LZMA archives by magic.
1ae3722ca219 Improve wrapping of interactive prompts.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 94
diff changeset
11
1ae3722ca219 Improve wrapping of interactive prompts.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 94
diff changeset
12 * Interactive prompts are wrapped much more cleanly.
1ae3722ca219 Improve wrapping of interactive prompts.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 94
diff changeset
13
100
7353b443dc98 Fix crasher bug when extracting empty archives.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 99
diff changeset
14 Bug fixes
7353b443dc98 Fix crasher bug when extracting empty archives.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 99
diff changeset
15 ~~~~~~~~~
7353b443dc98 Fix crasher bug when extracting empty archives.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 99
diff changeset
16
7353b443dc98 Fix crasher bug when extracting empty archives.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 99
diff changeset
17 * Fix a bug where dtrx would crash when extracting an archive with no
7353b443dc98 Fix crasher bug when extracting empty archives.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 99
diff changeset
18 files inside it.
7353b443dc98 Fix crasher bug when extracting empty archives.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 99
diff changeset
19
93
6c20788653a8 Prepare for a 6.3 release
Brett Smith <brettcsmith@brettcsmith.org>
parents: 89
diff changeset
20 Version 6.3
6c20788653a8 Prepare for a 6.3 release
Brett Smith <brettcsmith@brettcsmith.org>
parents: 89
diff changeset
21 -----------
6c20788653a8 Prepare for a 6.3 release
Brett Smith <brettcsmith@brettcsmith.org>
parents: 89
diff changeset
22
6c20788653a8 Prepare for a 6.3 release
Brett Smith <brettcsmith@brettcsmith.org>
parents: 89
diff changeset
23 New features
6c20788653a8 Prepare for a 6.3 release
Brett Smith <brettcsmith@brettcsmith.org>
parents: 89
diff changeset
24 ~~~~~~~~~~~~
6c20788653a8 Prepare for a 6.3 release
Brett Smith <brettcsmith@brettcsmith.org>
parents: 89
diff changeset
25
6c20788653a8 Prepare for a 6.3 release
Brett Smith <brettcsmith@brettcsmith.org>
parents: 89
diff changeset
26 * Add support for RAR archives. Thanks to Peter Kelemen for the patch.
6c20788653a8 Prepare for a 6.3 release
Brett Smith <brettcsmith@brettcsmith.org>
parents: 89
diff changeset
27
6c20788653a8 Prepare for a 6.3 release
Brett Smith <brettcsmith@brettcsmith.org>
parents: 89
diff changeset
28 Bug fixes
6c20788653a8 Prepare for a 6.3 release
Brett Smith <brettcsmith@brettcsmith.org>
parents: 89
diff changeset
29 ~~~~~~~~~
6c20788653a8 Prepare for a 6.3 release
Brett Smith <brettcsmith@brettcsmith.org>
parents: 89
diff changeset
30
6c20788653a8 Prepare for a 6.3 release
Brett Smith <brettcsmith@brettcsmith.org>
parents: 89
diff changeset
31 * Previous versions of dtrx would fail to extract certain archive types
6c20788653a8 Prepare for a 6.3 release
Brett Smith <brettcsmith@brettcsmith.org>
parents: 89
diff changeset
32 with the ``-v`` option specified. This has been fixed.
6c20788653a8 Prepare for a 6.3 release
Brett Smith <brettcsmith@brettcsmith.org>
parents: 89
diff changeset
33
94
6cdbdffa2e2e Avoid DeprecationWarning under Python 2.6. Part of the 6.3 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 93
diff changeset
34 * dtrx 6.3 no longer imports the sets module unless it's running under a
6cdbdffa2e2e Avoid DeprecationWarning under Python 2.6. Part of the 6.3 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 93
diff changeset
35 very old version of Python, to avoid deprecation warnings under Python
6cdbdffa2e2e Avoid DeprecationWarning under Python 2.6. Part of the 6.3 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 93
diff changeset
36 2.6.
6cdbdffa2e2e Avoid DeprecationWarning under Python 2.6. Part of the 6.3 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 93
diff changeset
37
89
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
38 Version 6.2
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
39 -----------
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
40
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
41 New features
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
42 ~~~~~~~~~~~~
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
43
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
44 * --one-entry option: Normally, if an archive only contains one file or
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
45 directory with a name that doesn't match the archive's, dtrx will ask
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
46 you how to handle it. With this option, you can specify ahead of time
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
47 what should happen.
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
48
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
49 Bug fixes
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
50 ~~~~~~~~~
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
51
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
52 * Since version 6.0, when you extracted or listed the contents of a cpio
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
53 archive, dtrx would display a warning that simply said "1234 blocks."
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
54 dtrx 6.2 suppresses this message.
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
55
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
56 * When you try to list the contents of an archive, dtrx will now cope with
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
57 misnamed files more gracefully, giving more accurate results and showing
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
58 fewer error messages.
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
59
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
60 * dtrx 6.2 will only show you error messages from archive extraction if it
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
61 is completely unable to extract the file. If one of its extraction
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
62 methods succeeds, it will no longer show you the error messages from
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
63 previous extraction attempts.
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
64
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
65 * dtrx is now better about cleaning up partially extracted archives when
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
66 it encounters an error or signal.
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
67
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
68 * Users will no longer see error messages about broken pipes from dtrx.
fc0d6a3fde53 Release 6.2
Brett Smith <brett@brettcsmith.org>
parents: 74
diff changeset
69
74
dd577317bccb Updates for 6.1 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 56
diff changeset
70 Version 6.1
dd577317bccb Updates for 6.1 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 56
diff changeset
71 -----------
dd577317bccb Updates for 6.1 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 56
diff changeset
72
dd577317bccb Updates for 6.1 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 56
diff changeset
73 New features
dd577317bccb Updates for 6.1 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 56
diff changeset
74 ~~~~~~~~~~~~
dd577317bccb Updates for 6.1 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 56
diff changeset
75
dd577317bccb Updates for 6.1 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 56
diff changeset
76 * Add support for InstallShield archives, using the unshield command.
dd577317bccb Updates for 6.1 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 56
diff changeset
77
dd577317bccb Updates for 6.1 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 56
diff changeset
78 * The wording of many of the interactive prompts has been adjusted,
dd577317bccb Updates for 6.1 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 56
diff changeset
79 hopefully to be clearer and provide more information to the user
dd577317bccb Updates for 6.1 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 56
diff changeset
80 immediately.
dd577317bccb Updates for 6.1 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 56
diff changeset
81
dd577317bccb Updates for 6.1 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 56
diff changeset
82 Bug fixes
dd577317bccb Updates for 6.1 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 56
diff changeset
83 ~~~~~~~~~
dd577317bccb Updates for 6.1 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 56
diff changeset
84
dd577317bccb Updates for 6.1 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 56
diff changeset
85 * dtrx 6.1 does a better job protecting against race conditions when
dd577317bccb Updates for 6.1 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 56
diff changeset
86 extracting a single file.
dd577317bccb Updates for 6.1 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 56
diff changeset
87
dd577317bccb Updates for 6.1 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 56
diff changeset
88 * If you used the -f option, and extracted an archive that only contained
dd577317bccb Updates for 6.1 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 56
diff changeset
89 one file or directory, dtrx 6.0 would still prompt you to ask how it
dd577317bccb Updates for 6.1 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 56
diff changeset
90 should be extracted. dtrx 6.1 fixes this, extracting the contents to
dd577317bccb Updates for 6.1 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 56
diff changeset
91 the current directory as -f requires.
dd577317bccb Updates for 6.1 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 56
diff changeset
92
dd577317bccb Updates for 6.1 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 56
diff changeset
93 * Recursive extraction would not work well in dtrx 6.0 when the contents
dd577317bccb Updates for 6.1 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 56
diff changeset
94 of the original archive were a single file. This has been fixed in dtrx
dd577317bccb Updates for 6.1 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 56
diff changeset
95 6.1.
dd577317bccb Updates for 6.1 release.
Brett Smith <brettcsmith@brettcsmith.org>
parents: 56
diff changeset
96
56
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
97 Version 6.0
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
98 -----------
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
99
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
100 New features
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
101 ~~~~~~~~~~~~
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
102
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
103 * When you specify -v at the command line, dtrx will display the files it
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
104 extracts, much like tar.
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
105
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
106 * When dtrx prompts you about how to handle recursive archives, you now
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
107 have the option of listing what those archives before making a decision.
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
108
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
109 * dtrx will now provide more information about why a particular extraction
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
110 attempt failed. It will show you error messages from all the attempts
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
111 it made, rather than only the last error it got. It will also detect
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
112 and warn you when one of the underlying extraction tools, like
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
113 cabextract, cannot be found.
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
114
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
115 * dtrx does a better job of cleaning up after itself. It wouldn't always
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
116 clean up temporary files after certain errors; that has been fixed. It
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
117 also catches SIGINT and SIGTERM and cleans up before finishing
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
118 execution.
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
119
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
120 Bug fixes
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
121 ~~~~~~~~~
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
122
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
123 * Version 5.0 introduced a regression such that dtrx would not offer to
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
124 extract recursive archives that were hidden under subdirectories.
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
125 Version 6.0 fixes that.
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
126
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
127 * dtrx would not properly extract recursive archives when the original
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
128 archive contained a single directory. This has been fixed.
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
129
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
130 Version 5.1
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
131 -----------
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
132
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
133 Bug fixes
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
134 ~~~~~~~~~
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
135
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
136 * Version 5.0 did not work with Python 2.3; it used a new language
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
137 feature. This release fixes that.
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
138
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
139 Version 5.0
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
140 -----------
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
141
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
142 New features
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
143 ~~~~~~~~~~~~
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
144
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
145 * dtrx can now extract Ruby gems, 7z archives, and Microsoft Cabinet
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
146 archives. It can also handle files compressed with lzma, and extract
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
147 the metadata from Debian packages and Ruby gems.
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
148
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
149 * dtrx will now use several strategies to try to figure out what kind of
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
150 file you have, and extract it accordingly. If one doesn't work, it'll
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
151 try something else if it can.
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
152
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
153 * dtrx now displays more helpful errors when things go wrong.
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
154
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
155 * Previous versions of dtrx would look at what files were included in an
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
156 archive, and then make a decision about how to extract it. Now, it
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
157 always extracts files to a temporary directory, and figures out what to
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
158 do with that directory afterward. This should be slightly faster and
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
159 nicer to the system.
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
160
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
161 Version 4.0
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
162 -----------
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
163
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
164 New features
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
165 ~~~~~~~~~~~~
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
166
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
167 * dtrx is now interactive. If the archive only contains one item, or
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
168 contains other archives, dtrx will ask you how you would like to handle
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
169 it. You can turn these questions off the the -n option.
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
170
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
171 * There is a new -l option, which simply lists the archive's contents
d061b94889aa [svn] Add NEWS, and other documentation updates.
brett
parents:
diff changeset
172 rather than extracting them.

mercurial