Version 0.1-4:
  - for some inexplicable reason, R on Oracle Solaris 10 (i386) doesn't like C functions named "store", leading to a segmentation fault and test failures on CRAN
  - function store() has been renamed store_vec() in the 3rd-party C code included in the package

Version 0.1-3:
  - added native routine registration to comply with new CRAN requirements

Version 0.1-2:
  - stress tests with large number of random sparse nonnegative matrices
  - fix some typos in documentation

Version 0.1-1:
  - fix ISO C incompatibilities that prevented compilation on some platforms
  - more detailed copyright information in DESCRIPTION and LICENSE

Version 0.1:
  - initial release
  - based on SVDLIBC version 1.4
  - modified to avoid I/O on STDOUT and STDERR
