[FFmpeg-cvslog] Update for 0.10.6

Michael Niedermayer git at videolan.org
Thu Oct 25 22:32:00 CEST 2012


ffmpeg | branch: release/0.10 | Michael Niedermayer <michaelni at gmx.at> | Thu Oct 25 21:43:19 2012 +0200| [36982b3616728033ad7868d845cc7438ceef3e76] | committer: Michael Niedermayer

Update for 0.10.6

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=36982b3616728033ad7868d845cc7438ceef3e76
---

 Changelog |   15 +++++++++++++++
 Doxyfile  |    2 +-
 RELEASE   |    2 +-
 VERSION   |    2 +-
 4 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/Changelog b/Changelog
index 030ecbd..bf7aa36 100644
--- a/Changelog
+++ b/Changelog
@@ -3,6 +3,21 @@ releases are sorted from youngest to oldest.
 
 version next:
 
+version 0.10.6:
+
+- many bug fixes that where found with Coverity
+
+- The following CVE fixes where backported:
+  CVE-2012-2796, CVE-2012-2775, CVE-2012-2772, CVE-2012-2776,
+  CVE-2012-2779, CVE-2012-2787, CVE-2012-2794, CVE-2012-2800,
+  CVE-2012-2802, CVE-2012-2801, CVE-2012-2786, CVE-2012-2798,
+  CVE-2012-2793, CVE-2012-2789, CVE-2012-2788, CVE-2012-2790,
+  CVE-2012-2777, CVE-2012-2784
+
+- hundreads of other bug fixes, some possibly security relevant,
+  see the git log for details.
+
+
 version 0.10.5:
 
 - Several bugs and crashes have been fixed as well as build problems
diff --git a/Doxyfile b/Doxyfile
index 9c0e328..d77acba 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME           = FFmpeg
 # This could be handy for archiving the generated documentation or
 # if some version control system is used.
 
-PROJECT_NUMBER         = 0.10.5
+PROJECT_NUMBER         = 0.10.6
 
 # With the PROJECT_LOGO tag one can specify an logo or icon that is included
 # in the documentation. The maximum height of the logo should not exceed 55
diff --git a/RELEASE b/RELEASE
index 9028ec6..69da6eb 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-0.10.5
+0.10.6
diff --git a/VERSION b/VERSION
index 9028ec6..69da6eb 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.10.5
+0.10.6



More information about the ffmpeg-cvslog mailing list