June 8th, 2010· Compile with -D_FILE_OFFSET_BITS=64 so that files of 2 GiB or larger can be extracted on platforms that don’t enable large file support by default.
April 12th, 2010· Removed some obsolete code.
January 29th, 2009· The build system has been updated for BSD users having trouble compiling deco.
January 18th, 2009· The -k option has been removed, and its behavior is now the default, which should lead to a nicer work flow.
· Use the new -c ("clean") option to get the previous default of aborting extraction on error and deleting partial contents.
November 12th, 2008· A rather theoretical bug concerning the extraction of symbolic links was fixed.
· The code has been cleaned up.
October 22nd, 2008· If an archive named, for example, foo.zip contains a file also named foo.zip, previous versions of deco would fail in some circumstances.
September 29th, 2008· The code style has been improved.
September 17th, 2008· Minor code cleanups.
September 4th, 2008· This release avoids relying on theoretically undefined behavior with regards to pointers.
· The system's stat() function is called less often, which reduces overhead on some platforms.
· deco's source code has become more readable.
September 2nd, 2008· Multi-part archives residing in the / or // directory are extracted correctly now.
August 30th, 2008· A bug was fixed that could cause deco to crash instead of exiting gracefully when out of memory at a certain point.
· The code has been optimized and cleaned up.