]> git.sesse.net Git - mlt/commitdiff
Set to v0.4.4 and update release notes.
authorDan Dennedy <dan@dennedy.org>
Tue, 30 Jun 2009 22:21:36 +0000 (15:21 -0700)
committerDan Dennedy <dan@dennedy.org>
Tue, 30 Jun 2009 22:21:36 +0000 (15:21 -0700)
Signed-off-by: Dan Dennedy <dan@dennedy.org>
Doxyfile
NEWS
configure
docs/melt.1
src/framework/mlt.h

index b4c3cf76886ffd5caade7da0035ed73c3a93d33c..c464976149de894d9acc6a42012d5c3796e25eca 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.4.2
+PROJECT_NUMBER = 0.4.4
 
 # 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 9fee39de43f291e95fec1d0bee9bf0d9b6b6901c..e06d56b777f2dba38f1d6acfc6e8563f00df0904 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,23 @@
 MLT Release Notes
 -----------------
 
+Version 0.4.4
+
+The recommended version of FFmpeg for use with this release is 0.5.0.
+This release is a minor maintenance update to the 0.4.2 - just build and
+bug fixes.
+
+* new configure script options:
+  --swig-languages
+  --rename-melt
+  --mandir
+  --datadir
+* added man page for melt (not installed)
+* added invert property to composite transition
+* added frei0r plugin blacklist, currently only contains facedetect
+* added Lua binding via SWIG
+
+
 Version 0.4.2
 
 The recommended version of FFmpeg for use with this release is 0.5.0.
index cf22a630233fa667b092110fe1f6414374adff1f..0ce1fb8fa75f60b31046ce4b64e6d210c4ebd9cc 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export version=0.4.3
+export version=0.4.4
 export soversion=1
 
 show_help()
index b8066b62b216eeaae391fc552c32661a0c6521c9..13a6abe8423b4b662620d14a61524e705791deda 100644 (file)
@@ -1,7 +1,7 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH MELT "1" "June 2009" "MLT melt 0.4.3" "User Commands"
+.TH MELT "1" "June 2009" "MLT melt 0.4.4" "User Commands"
 .SH NAME
-melt \- manual page for MLT melt 0.4.3
+melt \- manual page for MLT melt 0.4.4
 .SH SYNOPSIS
 .B melt
 [\fIoptions\fR] [\fIproducer \fR[\fIname=value\fR]\fI* \fR]\fI+\fR
index 69852d88d2eb4bddb6dc95fb334af1e4689d76fa..e073fbc948fd1d254ad995ed18c1efb5f7e1d893 100644 (file)
@@ -23,8 +23,8 @@
 #ifndef _MLT_H_
 #define _MLT_H_
 
-#define LIBMLT_VERSION_INT ((0<<16)+(4<<8)+3)
-#define LIBMLT_VERSION     0.4.3
+#define LIBMLT_VERSION_INT ((0<<16)+(4<<8)+4)
+#define LIBMLT_VERSION     0.4.4
 
 #ifdef __cplusplus
 extern "C"