From 1d928bffdb65e827c3e7d17ece0e123b4a70ec6c Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Sun, 2 Apr 2017 16:36:14 +1100 Subject: [PATCH] Version 1.0.28 --- NEWS | 10 +++++++++- README | 2 +- configure.ac | 4 ++-- doc/FAQ.html | 2 +- doc/api.html | 2 +- doc/index.html | 29 ++++++++++++++++++++--------- 6 files changed, 34 insertions(+), 15 deletions(-) diff --git a/NEWS b/NEWS index ac205462..d8f549f4 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,17 @@ +Version 1.0.28 (2017-04-02) + * Fix buffer overruns in FLAC and ID3 handling code. + * Move to variable length header storage. + * Fix detection of Large File Support for 32 bit systems. + * Remove large stack allocations in ALAC handling code. + * Remove all use of Variable Length Arrays. + * Minor bug fixes and improvements. + Version 1.0.27 (2016-06-19) * Fix an SF_INFO seekable flag regression introduced in 1.0.26. * Fix potential infinite loops on malformed input files. * Add string metadata read/write for CAF and RF64. * Add handling of CUE chunks. - * Fix enaian-ness issues in PAF files. + * Fix endian-ness issues in PAF files. * Minor bug fixes and improvements. Version 1.0.26 (2015-11-22) diff --git a/README b/README index f8015eab..4718e58b 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is libsndfile, 1.0.27 +This is libsndfile, 1.0.28 libsndfile is a library of C routines for reading and writing files containing sampled audio data. diff --git a/configure.ac b/configure.ac index d9f05c48..f4ec6c41 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ -# Copyright (C) 1999-2016 Erik de Castro Lopo . +# Copyright (C) 1999-2017 Erik de Castro Lopo . dnl Require autoconf version AC_PREREQ(2.57) -AC_INIT([libsndfile],[1.0.28pre1],[sndfile@mega-nerd.com], +AC_INIT([libsndfile],[1.0.28],[sndfile@mega-nerd.com], [libsndfile],[http://www.mega-nerd.com/libsndfile/]) # Put config stuff in Cfg. diff --git a/doc/FAQ.html b/doc/FAQ.html index e1b47292..24ccc9d3 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -844,7 +844,7 @@ the top level of the extracted tarball. http://www.mega-nerd.com/libsndfile/.
-Version : 1.0.27 +Version : 1.0.28

diff --git a/doc/api.html b/doc/api.html index 6eeb9ad4..ec4305e9 100644 --- a/doc/api.html +++ b/doc/api.html @@ -799,7 +799,7 @@ and a parameter of SF_TRUE to force correct scaling. here.

-Version : 1.0.27 +Version : 1.0.28

diff --git a/doc/index.html b/doc/index.html index b91a9b29..b802e8fc 100644 --- a/doc/index.html +++ b/doc/index.html @@ -6,7 +6,7 @@ libsndfile - + @@ -372,6 +372,8 @@ and Add ALAC/CAF support. Minor bug fixes and improvements.
  • Version 1.0.27 (June 19 2016) Fix a seek regression in 1.0.26. Add metadata read/write for CAF and RF64. FIx PAF endian-ness issue. +
  • Version 1.0.28 (April 2 2017) Fix buffer overruns in FLAC and ID3 handling code. Reduce default + header memory requirements. Fix detection of Large File Support for 32 bit systems. @@ -433,17 +435,26 @@ and

    - +

    + The GPG signature can be validated at + Keybase.IO. +

    The Win32 installer should work on Windows Vista or later.