diff options
author | Edward Hervey <bilboed@bilboed.com> | 2007-05-05 12:03:32 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2007-05-05 12:03:32 +0000 |
commit | 5dbcdc60a3122e5c1c4cbc9df0055e85df104661 (patch) | |
tree | 37fba61fd87e17f09928a63f60a580e4d2e86ce4 | |
parent | bc81a7fc10ef61a503fb29e8d3ac042b3091c650 (diff) |
Releasing GNonlin 0.10.8RELEASE-0_10_8
Original commit message from CVS:
Releasing GNonlin 0.10.8
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | RELEASE | 20 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 21 insertions, 8 deletions
@@ -1,3 +1,10 @@ +This is GNonLin 0.10.8 "Half a kilo of power points" + +Features of this release + + * Fix for latest GstGhostPad behaviour + * Memory leak fixes + This is GNonLin 0.10.7 "Anything better ?" Features of this release @@ -1,5 +1,5 @@ -Release notes for GNonLin Non-Linear Editing Plug-ins 0.10.7 "Anything better ?" +Release notes for GNonLin Non-Linear Editing Plug-ins 0.10.8 "Half a kilo of power points" @@ -21,17 +21,21 @@ gnlfilesource A higher-level element for using a uri in a GnlComposition gnlcomposition A container element that handles GNonLin objects +gnloperation +An element for using filters in a GnlComposition Features of this release - * GnlFileSource can use decodebin2 if the USE_DECODEBIN2 -env variable is set - * Deadlock fixes for modifying GnlComposition -There were no bugs fixed in this release - + * Fix for latest GstGhostPad behaviour + * Memory leak fixes + +Bugs fixed in this release + + * 421055 : GstGhostPad fails when set to PLAYING for the second time + * 435215 : Failures with simple GNonLin player Download @@ -58,9 +62,11 @@ will create more lists as necessary. Applications -GNonLin is primarily used by PiTiVi (http://www.pitivi.org/) +GNonLin is primarily used by PiTiVi (http://www.pitivi.org/) and Jokosher (http://www.jokosher.org/). Contributors to this release * Edward Hervey + * Thomas Vander Stichele + * Wim Taymans
\ No newline at end of file diff --git a/configure.ac b/configure.ac index 4b01feb..2e2c3dd 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.52) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AC_INIT(GNonLin, 0.10.7.2, +AC_INIT(GNonLin, 0.10.8, http://gnonlin.sourceforge.net/, gnonlin) |