summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMònica Ramírez Arceda <monica@debian.org>2017-08-12 12:31:15 -0400
committerDmitry Bogatov <KAction@debian.org>2018-12-02 05:36:58 +0000
commitb8b8ebe5539c71440f4a2d5784022bd2ced7846a (patch)
treec3c0c2ec231dd0c2416fc2bdbec499db47b853b0 /NEWS
parentd30403b22bbef06ae2e1e1848901808bd07e75fb (diff)
parentcabeb85dd040bd7363ccf36ccf65e54cccde067d (diff)
Import Debian changes 7.1-1
dtrx (7.1-1) unstable; urgency=medium * QA upload. * New upstream release. * Bump to Standards-Version 4.0.1. * Update compatibility level to 9. * Migrate debian/rules to dh. * Set Debian QA Group as maintainer. * Update debian/copyright to DEP-5.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS45
1 files changed, 45 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 24448ea..92c81c0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,51 @@
Changes in dtrx
===============
+Version 7.1
+-----------
+
+New features
+~~~~~~~~~~~~
+
+ * LZH archives are now supported.
+
+Bug fixes
+~~~~~~~~~
+
+ * dtrx will no longer offer to extract the zero archive files found in a
+ zero-file archive.
+
+ * Temporary directories will be cleaned up after extracting an empty
+ archive.
+
+Version 7.0
+-----------
+
+At this point, I consider dtrx to be mature software. It's maybe a little
+too interactive, but otherwise it does everything I want, and it does it
+very well. Expect new releases to be few and far between going forward.
+
+New features
+~~~~~~~~~~~~
+
+ * If any of dtrx's command line arguments are URLs, it will automatically
+ download them with `wget -c` in the current directory before extracting
+ them. See the documentation for more information about this feature.
+ Note that there might be trouble if there's already a file in the
+ directory where wget would normally save the download.
+
+Enhancements
+~~~~~~~~~~~~
+
+ * dtrx will try to extract ZIP files with 7z if unzip is not successful.
+ Thanks to Edward H for reporting this bug.
+
+ * dtrx will be smarter about removing extensions from filenames when
+ extracting to a new directory or file.
+
+ * dtrx will not ask you if you want to recurse through an archive if
+ the number of archives inside the original file is small.
+
Version 6.6
-----------