]> git.sesse.net Git - mlt/commitdiff
Set version to 0.8.6
authorDan Dennedy <dan@dennedy.org>
Thu, 15 Nov 2012 03:04:47 +0000 (19:04 -0800)
committerDan Dennedy <dan@dennedy.org>
Thu, 15 Nov 2012 03:04:47 +0000 (19:04 -0800)
Doxyfile
NEWS
configure
docs/melt.1
src/framework/mlt_version.h

index 791d2ed4ae4217ed79f5312af3ff98ba88b8687b..7cddf7d9459edc5efa4abfa570fcdbb3aa80b706 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = mlt
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER = 0.8.4
+PROJECT_NUMBER = 0.8.6
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
diff --git a/NEWS b/NEWS
index 559fc5ef115e4e400bee760162a3e09eef04c5d7..e62e1c1cab8bf9e27d67e7f28f4ed925d7210fdb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
 MLT Release Notes
 -----------------
 
+Version 0.8.6 - November 14, 2012
+
+This is a re-issue of the 0.8.4 release with a fix for a performance
+regression on videos that use full-range colorspaces such as yuv420p.
+
 Version 0.8.4 - November 13, 2012
 
 This is a bugfix and minor enhancement release.
index 6986def57703f7113fc281950df0b17a2b160b5e..ebae6ad4dcfb60a8398e3541e2c5d32c6c6a75d0 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export version=0.8.4
+export version=0.8.6
 export soversion=5
 
 show_help()
index 37831a8c84ea8aa4b9a0a9b2cc639474b0b79d9a..99f2a561a219029848282ce4c69ea22fcebb9db9 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.4.
-.TH MELT "1" "November 2012" "melt 0.8.4" "User Commands"
+.TH MELT "1" "November 2012" "melt 0.8.6" "User Commands"
 .SH NAME
 melt \- author, play, and encode multitrack audio/video compositions
 .SH SYNOPSIS
index 03ed2773e34902c6688f63da7f22e1b4db7f763b..9aa8743115ef646533aa40420d3c3f0433391def 100644 (file)
@@ -29,7 +29,7 @@
 
 #define LIBMLT_VERSION_MAJOR    0
 #define LIBMLT_VERSION_MINOR    8
-#define LIBMLT_VERSION_REVISION 4
+#define LIBMLT_VERSION_REVISION 6
 #define LIBMLT_VERSION_INT      ((LIBMLT_VERSION_MAJOR<<16)+(LIBMLT_VERSION_MINOR<<8)+LIBMLT_VERSION_REVISION)
 #define LIBMLT_VERSION          STRINGIZE(LIBMLT_VERSION_MAJOR.LIBMLT_VERSION_MINOR.LIBMLT_VERSION_REVISION)