aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-03-24 02:21:37 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-03-24 02:22:00 +0100
commit15cfc6c97d403d06cf6ea0bc6ba5eb8e493857c2 (patch)
treef3d57dc90278d091cce239696f810123c155a3eb /Changelog
parent4940d1c0aec9223d92aeead551492c81c18d8c60 (diff)
parentb4eafa8b04802f45a710e712f2ec2676e0a77024 (diff)
downloadffmpeg-15cfc6c97d403d06cf6ea0bc6ba5eb8e493857c2.tar.gz
Merge remote-tracking branch 'newdev/release/0.6' into release/0.6
* newdev/release/0.6: Support writing 2d float arrays. Add missing dependencies for the AAC-HE backport for hardcoded tables configure: Add the -D parameter to the dlltool command Set the correct target for mingw64 dlltool configure: use dlltools instead of lib.exe release notes and changelog for 0.6.2 Conflicts: Changelog Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 2e0a99c378..bcf6428ce9 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,11 @@
Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest.
+version 0.6.3:
+
+- fix compilation with --enable-hardcoded-tables
+
+
version 0.6.2:
- Fix invalid reads in VC-1 decoding (related to CVE-2011-0723)