summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMiguelangel Jose Freitas Loreto <miguelangel.freitas@gmail.com>2009-07-04 21:02:41 -0330
committerDmitry Bogatov <KAction@debian.org>2018-12-02 05:36:56 +0000
commitd42e9428681c357ae0cd1923f5f336c12551812f (patch)
treecb6ddd8abd722cb8c9740dadf43bc55e22c5c743 /NEWS
parent31d17b652382f9c0903cf339b1722350b65f2081 (diff)
parent11470c63662bffe68b6b5fbfccdf5f34d208bcb6 (diff)
Import Debian changes 6.5-1
dtrx (6.5-1) unstable; urgency=low * New upstram release. * Ready to build with python 2.6, thanks Alessio Treglia (Closes: #526996) * debian/rules: - -include /usr/share/python/python.mk. - Append $(py_setup_install_args) to install arguments. * debian/control: - Standards-Version: 3.8.2 - B-D-I: Add rst2man to build upstream manpage. * Remove debian/dtrx.1, using README file instead.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS36
1 files changed, 36 insertions, 0 deletions
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
-----------