From 0f72142f8e05015c7a850afd91a8034c54364d7c Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Tue, 30 Jun 2009 15:21:36 -0700 Subject: [PATCH] Set to v0.4.4 and update release notes. Signed-off-by: Dan Dennedy --- Doxyfile | 2 +- NEWS | 17 +++++++++++++++++ configure | 2 +- docs/melt.1 | 4 ++-- src/framework/mlt.h | 4 ++-- 5 files changed, 23 insertions(+), 6 deletions(-) diff --git a/Doxyfile b/Doxyfile index b4c3cf76..c4649761 100644 --- 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 9fee39de..e06d56b7 100644 --- 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. diff --git a/configure b/configure index cf22a630..0ce1fb8f 100755 --- 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() diff --git a/docs/melt.1 b/docs/melt.1 index b8066b62..13a6abe8 100644 --- a/docs/melt.1 +++ b/docs/melt.1 @@ -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 diff --git a/src/framework/mlt.h b/src/framework/mlt.h index 69852d88..e073fbc9 100644 --- a/src/framework/mlt.h +++ b/src/framework/mlt.h @@ -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" -- 2.39.2