]> git.sesse.net Git - mlt/commitdiff
add release notes for v0.8.2
authorDan Dennedy <dan@dennedy.org>
Tue, 28 Aug 2012 14:33:10 +0000 (07:33 -0700)
committerDan Dennedy <dan@dennedy.org>
Tue, 28 Aug 2012 14:33:10 +0000 (07:33 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 250af2534f2a78c950de64e9cc507597bbff9f44..1f7d2323c67663008884ee2a8d2a8465d735f529 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,22 @@
 MLT Release Notes
 -----------------
 
+Version 0.8.2 - August 28, 2012
+
+This is a bugfix and minor enhancement release.
+
+* Overhaul of A/V sync with libavformat-based inputs.
+* Fix a major memory leak introduced in previous release.
+* Fixes to problems revealed by Coverity Scan static analysis.
+* Improved encoding presets.
+* melt can now be built without SDL with define MELT_NOSDL, which is handy
+  for running it as a child process on Windows and OS X.
+* melt can now be signaled to quit, which also makes it more useful as a
+  child process.
+
+Special thanks to Mikko Rapeli who provided many of the Coverity fixes.
+
+
 Version 0.8.0 - June 1, 2012
 
 The minor version is increased due to the addition of time properties!