Skip to content

Commit

Permalink
version -> 1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiangreffrath committed Oct 16, 2019
1 parent c06ea49 commit 78d8e01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])

Expand Down

0 comments on commit 78d8e01

Please sign in to comment.