File blosc.changes of Package blosc
-------------------------------------------------------------------
Tue Jul 22 21:36:40 UTC 2014 - toddrme2178@gmail.com
- Cleanup .so files
-------------------------------------------------------------------
Tue Jul 22 15:09:27 UTC 2014 - toddrme2178@gmail.com
- Use source url so source validation can run.
- Change group
- Cleanup post and postun
-------------------------------------------------------------------
Thu Jul 17 09:51:46 UTC 2014 - toddrme2178@gmail.com
- Update to 1.4.1
* Fixed a bug in blosc_getitem() introduced in 1.4.0. Added a test for
blosc_getitem() as well.
- Update to 1.4.0
* Support for non-Intel and non-SSE2 architectures has been added. In
particular, the Raspberry Pi platform (ARM) has been tested and all
tests pass here.
* Architectures requiring strict access alignment are supported as well.
Due to this, arquitectures with a high penalty in accessing unaligned
data (e.g. Raspberry Pi, ARMv6) can compress up to 2.5x faster.
* LZ4 has been updated to r119 (1.2.0) so as to fix a possible security
breach.
- Update to 1.3.6
* Updated to LZ4 r118 due to a (highly unlikely) security hole. For
details see:
-------------------------------------------------------------------
Thu May 8 13:01:03 UTC 2014 - toddrme2178@gmail.com
- Initial version