From 244fbeac24211a967cdcd523d46af5d9d3e83b57 Mon Sep 17 00:00:00 2001
From: Olli Parviainen
Date: Mon, 7 Jan 2019 18:55:36 +0200
Subject: [PATCH] BPM PeakFinder: Fix possible reading past end of array.
Increase minor version accordingly.
---
README.html | 11 ++++++++---
include/SoundTouch.h | 4 ++--
source/SoundTouch/PeakFinder.cpp | 2 +-
3 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/README.html b/README.html
index 6e9e77f..f74c031 100644
--- a/README.html
+++ b/README.html
@@ -14,8 +14,8 @@
-SoundTouch audio processing library v2.1.2
-SoundTouch library Copyright © Olli Parviainen 2001-2018
+SoundTouch audio processing library v2.1.3 pre
+SoundTouch library Copyright © Olli Parviainen 2001-2019
1. Introduction
SoundTouch is an open-source audio processing library that allows
@@ -575,6 +575,10 @@ this corresponds to lowering the pitch by -0.318 semitones:
5. Change History
5.1. SoundTouch library Change History
+ 2.1.3 pre:
+
+ - Bugfix: Fixed possible reading past end of array in BPM peak detection algorithm
+
2.1.2:
- Bump version to 2.1.2 also in configure.ac. The earlier release had old version info for GNU autotools.
@@ -869,6 +873,7 @@ submitted bugfixes:
Jamie Bullock
Chris Bryan
Jacek Caban
+ Marketa Calabkova
Brian Cameron
Jason Champion
Giuseppe Cigala
@@ -923,6 +928,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
---
commercial license alternative also available, contact author for details.
-README.html file updated in November-2018
+README.html file updated in January-2019