You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.2KB

  1. Version 0.1.9 (2016-09-23)
  2. * Relicense under 2 clause BSD license.
  3. * Minor bug fixes and upates.
  4. Version 0.1.8 (2011-08-15)
  5. * Minor bug fixes and upates.
  6. Version 0.1.7 (2009-02-14)
  7. * Fix a segfault which occurs when memcpy is passed a bad length parameter.
  8. * Fix compilation under MSVC.
  9. Version 0.1.6 (2009-01-27)
  10. * Minor bug fix in test suite (account for rounding error on x86_64).
  11. Version 0.1.5 (2009-01-11)
  12. * Optimisation resulting dramatic throughput improvements.
  13. Version 0.1.4 (2008-07-02)
  14. * Fix bug which causes a segfault with extremely low conversion ratios.
  15. Version 0.1.3 (2008-03-23)
  16. * Huge improvement to the quality of conversion with the
  17. SRC_SINC_MEDIUM_QUALITY and SRC_SINC_BEST_QUALITY converters.
  18. * Minor bug fixes.
  19. Version 0.1.2 (2004-09-12)
  20. * Fixed where callback based API wasn't being reset properly.
  21. * Minor bug fixes.
  22. Version 0.1.1 (2004-07-17)
  23. * Fixed bug in callback based API.
  24. * Fixed a bug brought to light by aggressive optimisations of gcc-3.4.
  25. * Minor bug fixes.
  26. Version 0.1.0 (2004-03-14)
  27. * Added callback based API.
  28. * Added a pair of functions for doing short to float and float to short
  29. conversions on an arrays of data.
  30. * Many minor bug fixes.