From 11470c63662bffe68b6b5fbfccdf5f34d208bcb6 Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Sun, 2 Dec 2018 05:36:55 +0000 Subject: Import Upstream version 6.5 --- NEWS | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index b1638f7..fc29120 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,42 @@ Changes in dtrx =============== +Version 6.5 +----------- + +Enhancements +~~~~~~~~~~~~ + + * When you list archive contents with -l or -t, dtrx will start printing + results much faster than it used to. There's a small chance that it + will print some incorrect listings if it misdetects the archive type of + a given file, but it will show you an error message when that happens. + + * dtrx recognizes more kinds of compressed tar archives by their + extension. + + * You can now extract newer .deb packages that are compressed with bzip2 + or lzma. + +Bug fixes +~~~~~~~~~ + + * When extracting an archive that contained a file with a mismatched + filename, the prompt would offer you a chance to "rename the directory" + instead of "rename the file." This wording has been fixed, along with + some other wording adjustments in the prompts generally. + + * Perform more reliable detection of the terminal size, and improve word + wrapping on prompts. + +Other changes +~~~~~~~~~~~~~ + + * The README is now written like a man page, and can be converted to a man + page by using rst2man_. + +.. _rst2man: http://docutils.sourceforge.net/sandbox/manpage-writer/ + Version 6.4 ----------- -- cgit v1.2.3