Fruit's git repositories unsort / svn NEWS
svn

Tree @svn (Download .tar.gz)

NEWS @svnraw · history · blame

$Id$
$URL$

2008-06-11 unsort 1.1.2 (r1335)

 * Fix segfault on empty files.

2008-06-10 unsort 1.1.1 (r1333)

 * Fix bug that affected inputs with a square number of lines (4, 9, 16, etc).

 * Small code cleanup.

 * Fix source code copyright notices.

2008-06-07 unsort 1.1.0 (r1324)

 * Now merges input files after randomization.

 * Better randomization heuristic.

2007-12-23 unsort 1.0.3 (r1267)

 * Fixed bug in randomization code (Debian bug #457450)
   Thanks to Sami Liedes for reporting it!

2007-12-20 unsort 1.0.2 (r1266)

 * Small code cleanup.

 * Added a basic README.

2007-11-26 unsort 1.0.1 (r1244)

 * Fixed licensing

   Added the COPYING file and the licenses involved (GPLv3 and BSD).

 * Fixed algorithm

   The previous version mistakenly inversed the permutation function
   before applying it. Don't do that anymore (saves some time, too).

 * Improved makedist

   Now calls make distcheck instead of the crappy homegrown equivalent.
   Also includes the bootstrap and makedist scripts now.

2007-11-26 unsort 1.0.0 (r1236)

 * First packaged release