1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
2014-03-04 unsort 1.2.
* Remove bogus Makefile from source distribution
2012-10-26 unsort 1.2.0
* Recursive randomization on path separator boundaries
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
|