Skip to content

Commit 797b0ac

Browse files
committed
Release 2.4.1
1 parent b1d493d commit 797b0ac

File tree

3 files changed

+43
-2
lines changed

3 files changed

+43
-2
lines changed

.lastrelease

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.4.0
1+
v2.4.1

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,3 +402,44 @@ We introduce `cpu_features` as a private submodule in this release because we us
402402
- volk_32fc_x2_dot_prod_32fc: disable slow & broken SSE4.1 kernel
403403
- fix: Adjust min/max for 32f_s32f_convert_8i kernel
404404
- fix: Use INT8_* instead of CHAR_*
405+
406+
407+
## [2.4.1] - 2020-12-17
408+
409+
Hi everyone!
410+
411+
We have a new VOLK bugfix release! We are happy to announce VOLK v2.4.1! We want to thank all contributors. This release wouldn't have been possible without them.
412+
413+
Our v2.4.0 release introduced quite a lot of changes under the hood. With this bugfix release, we want to make sure that everything works as expected again.
414+
415+
416+
### Contributors
417+
418+
* A. Maitland Bottoms <[email protected]>
419+
* Johannes Demel <[email protected]>
420+
* Michael Dickens <[email protected]>
421+
* Philip Balister <[email protected]>
422+
* Ron Economos <[email protected]>
423+
* Ryan Volz <[email protected]>
424+
425+
426+
### Changes
427+
428+
* Build
429+
- cpu_features CMake option
430+
- Add cpu_features to static library build.
431+
- Use static liborc-0.4 library for static library build.
432+
- cmake: Detect if cpu_features submodule is present.
433+
434+
* Install
435+
- Check for lib64 versus lib and set LIB_SUFFIX accordingly.
436+
437+
* CI
438+
- Add CI test for static library build.
439+
440+
* Releases
441+
- project: Include git submodules (i.e. cpu_features) in release tarball.
442+
- scripts: Add GPG signature to release script
443+
444+
* Other
445+
- readme: Update TravisCI status badge

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ message(STATUS "Build type set to ${CMAKE_BUILD_TYPE}.")
6767

6868
set(VERSION_INFO_MAJOR_VERSION 2)
6969
set(VERSION_INFO_MINOR_VERSION 4)
70-
set(VERSION_INFO_MAINT_VERSION 0)
70+
set(VERSION_INFO_MAINT_VERSION 1)
7171
include(VolkVersion) #setup version info
7272

7373
macro(set_version_str VAR)

0 commit comments

Comments
 (0)