Module: libav.org Branch: master Commit: 437a531477b447316edfcda3b6e963d2f5a7774b
Author: Anton Khirnov <[email protected]> Committer: Anton Khirnov <[email protected]> Date: Mon Aug 11 21:27:20 2014 +0200 Add a news entry for the recent major bump. --- src/news | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/news b/src/news index 4fb3210..b9473c1 100644 --- a/src/news +++ b/src/news @@ -1,5 +1,26 @@ <h1>News</h1> +<a name="bump_56"></a><h3>August 12, 2014</h3> +<p> +In preparation for the upcoming Libav 11 release, we have bumped the major +versions of all the libraries we ship (libavcodec, libavformat, libavfilter, +libavresample, libswscale, libavdevice and libavutil). This allowed us to enable +some new features that required breaking ABI compatibility. Dynamically linked +applications thus need to be rebuilt to use the current Git master or the +upcoming release. +</p> + +<p> +The API remains backward compatible, so no source changes should be required in +the code that works with Libav 10. We note however, that a number of obsolete +APIs remain deprecated and will be removed in the future. All users are strongly +encouraged to update their code. A work in progress migration guide can be found +at <a href="https://wiki.libav.org/Migration/11">our wiki</a>. If you are still +having difficulty after reading the migration guide, please do not hesitate to +file a report in our Bugzilla. We have a special category for porting issues. +</p> + + <a name="9.16_0.8.15"></a><h3>August 10, 2014</h3> <p> We are happy to update two release branches: Today, we provide you with _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
