Skip to content

Commit 3918dee

Browse files
version -> 2.10.1
1 parent 340dae8 commit 3918dee

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2.10.1:
2+
[David Korczynski]
3+
* Reject buffers of zero size.
4+
5+
[François Cartegnie]
6+
* Fix 7.1 with PCE mapping.
7+
* Have proper version string in `faad.h`.
8+
* Add conditional build with DRC.
9+
110
2.10.0:
211
[ tatsuz ]
312
* updated Visual Studio projects to VS 2019 (#54)

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dnl - xmms input mp4/aac plugin
88
dnl - mpeg4ip plugin (requires mpeg4ip's libmp4v2 to be installed)
99

1010
AC_PREREQ(2.50)
11-
AC_INIT(faad2, 2.10.0)
11+
AC_INIT(faad2, 2.10.1)
1212
AC_CONFIG_AUX_DIR(.)
1313
AM_INIT_AUTOMAKE([subdir-objects])
1414

0 commit comments

Comments
 (0)