File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ See also [loudness-scanner tool](https://github.com/jiixyj/loudness-scanner).
1212News
1313----
1414
15+ v1.2.3 released:
16+ * Fix uninitialized memory access during true peak scanning (bug #72 )
17+
1518v1.2.2 released (v1.2.1 was mistagged):
1619 * Fix a null pointer dereference when doing true peak scanning of 192kHz data
1720
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ endif()
2323
2424
2525set (EBUR128_VERSION_MAJOR 1)
26- set (EBUR128_VERSION 1.2.2 )
26+ set (EBUR128_VERSION 1.2.3 )
2727
2828#### static
2929if (BUILD_STATIC_LIBS)
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ extern "C" {
1414
1515#define EBUR128_VERSION_MAJOR 1
1616#define EBUR128_VERSION_MINOR 2
17- #define EBUR128_VERSION_PATCH 2
17+ #define EBUR128_VERSION_PATCH 3
1818
1919#include <stddef.h> /* for size_t */
2020
You can’t perform that action at this time.
0 commit comments