Home | History | Annotate | Download | only in libdivsufsort
      1 # libdivsufsort Change Log
      2 
      3 See full changelog at: https://github.com/y-256/libdivsufsort/commits
      4 
      5 ## [2.0.1] - 2010-11-11
      6 ### Fixed
      7 * Wrong variable used in `divbwt` function
      8 * Enclose some string variables with double quotation marks in include/CMakeLists.txt
      9 * Fix typo in include/CMakeLists.txt
     10 
     11 ## 2.0.0 - 2008-08-23
     12 ### Changed
     13 * Switch the build system to [CMake](http://www.cmake.org/)
     14 * Improve the performance of the suffix-sorting algorithm
     15 
     16 ### Added
     17 * OpenMP support
     18 * 64-bit version of divsufsort
     19 
     20 [Unreleased]: https://github.com/y-256/libdivsufsort/compare/2.0.1...HEAD
     21 [2.0.1]: https://github.com/y-256/libdivsufsort/compare/2.0.0...2.0.1
     22