|
1 |
| -# Announcing C-Blosc2 2.17.0 |
| 1 | +# Announcing C-Blosc2 2.17.1 |
2 | 2 | A fast, compressed and persistent binary data store library for C.
|
3 | 3 |
|
4 | 4 | ## What is new?
|
5 | 5 |
|
6 |
| -This introduces some new features and improvements: |
| 6 | +Several fixes affecting uninitialized memory access and others: |
7 | 7 |
|
8 |
| -* New b2nd_copy_buffer2() function for copying buffers with typesizes |
9 |
| - larger than 255. The previous b2nd_copy_buffer() function is now |
10 |
| - deprecated and will be removed in a future release. |
| 8 | +* Fix uninitialized memory access in newly added unshuffle12_sse2 and unshuffle12_avx2 functions |
| 9 | +* Fix unaligned access in _sw32 and sw32_ |
| 10 | +* Fix DWORD being printed as %s in sprintf call |
| 11 | +* Fix warning on unused variable (since this variable was only being used in the linux branch) |
| 12 | +* `splitmode` variable was uninitialized if goto was triggered |
11 | 13 |
|
12 |
| -* Support repeated values larger than 8-bit, also for n-dim arrays. |
13 |
| - This is useful for compressing arrays with large runs of repeated |
14 |
| - values, like in the case of images with large areas of the same color. |
| 14 | +See PR #658. Many thanks to @EmilDohne for this nice job. |
15 | 15 |
|
16 |
| -* Fix a leak in the pthreads emulation for Windows. Fixes #647. |
17 |
| - Thanks to @jocbeh for the report and fix (#655). |
18 |
| - |
19 |
| -* Update zstd to 1.5.7. Thanks to Tom Birch. |
20 |
| - |
21 |
| -For more info, please see the release notes in: |
| 16 | +For more info, see the release notes in: |
22 | 17 |
|
23 | 18 | https://github.com/Blosc/c-blosc2/blob/main/RELEASE_NOTES.md
|
24 | 19 |
|
|
0 commit comments