# HG changeset patch # User Brett Smith # Date 1246718827 14400 # Node ID 0914040f00e77bdf75d2e01ef7727b874b2bcb5f # Parent d670445a0a9b43607377b96f51f3ad5ff9948a79 add missing changes to NEWS diff -r d670445a0a9b -r 0914040f00e7 NEWS --- a/NEWS Sat Jul 04 10:40:11 2009 -0400 +++ b/NEWS Sat Jul 04 10:47:07 2009 -0400 @@ -15,6 +15,9 @@ * 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 ~~~~~~~~~ @@ -26,6 +29,14 @@ * 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 -----------