From 78d8e0141600ac006a94ac6fd5601f599fa5b65b Mon Sep 17 00:00:00 2001 From: Fabian Greffrath Date: Wed, 16 Oct 2019 12:52:19 +0200 Subject: [PATCH] version -> 1.30 --- ChangeLog | 13 ++++++------- configure.ac | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index f257e91..68cf7c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,21 +13,20 @@ [ Fabian Greffrath ] * Fix division by zero errors * Fix compilation with GCC <= 4.7.3 - * Include stdint.h for int32_t - * Change bufi to a char pointer + * Change pointer type for proper arithmetics * Fix logic error in compiler detection * Revert back to some more generic SSE2 code - * Fix a memory leak in chan_remap() - * Remove some extra stdint-includes + * Fix a memory leak * Fix some cppcheck warnings in the Cfaac code * Check index ranges before dereferencing book arrays (CVE-2018-19886) - * Inconditionally include stdint.h in frontend/input.h + * Clean up stdint.h header inclusions * Consistently use stdint.h types [ Michael Fink ] * Update Visual Studio 2017 projects - * Ddded missing include stdint.h needed for using int32_t, uint8_t, etc. - * Port over ac2ver tool to generate PACKAGE_VERSION when compiling with Visual Studio + * Add stdint.h header inclusions + * Port over ac2ver tool from faad2 to generate PACKAGE_VERSION + when compiling with Visual Studio [ Eugène Filin ] * Memory allocations redefined diff --git a/configure.ac b/configure.ac index 6dcdd5a..448d81b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT(faac, 1.29.9.2, https://sourceforge.net/p/faac/bugs/) +AC_INIT(faac, 1.30, https://sourceforge.net/p/faac/bugs/) AC_CONFIG_AUX_DIR(.) AM_INIT_AUTOMAKE([subdir-objects])