diff options
author | Edward Hervey <bilboed@bilboed.com> | 2007-08-08 13:04:39 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2007-08-08 13:04:39 +0000 |
commit | fc9928fbfdd69d3213910cfd9c2336af94952f47 (patch) | |
tree | 1a84216a9e4ef1e7722ee71ccda2d2f3f82d5496 | |
parent | 389b70463f84bdbe368042a375479b8ccc0fed7d (diff) |
Releasing 0.10.9RELEASE-0_10_9
Original commit message from CVS:
Releasing 0.10.9
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | RELEASE | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
4 files changed, 17 insertions, 8 deletions
@@ -1,3 +1,10 @@ +=== release 0.10.9 === + +2007-08-08 Edward Hervey <bilboed@bilboed.com> + + * configure.ac: + releasing 0.10.9, "Cheese and Wine" + 2007-07-30 Edward Hervey <bilboed@bilboed.com> * configure.ac: @@ -1,3 +1,9 @@ +This is GNonLin 0.10.9 "Cheese and Wine" + +Features of this release + + * Improved support for modifying compositions during playback. + This is GNonLin 0.10.8 "Half a kilo of power points" Features of this release @@ -1,5 +1,5 @@ -Release notes for GNonLin Non-Linear Editing Plug-ins 0.10.8 "Half a kilo of power points" +Release notes for GNonLin Non-Linear Editing Plug-ins 0.10.9 "Cheese and Wine" @@ -29,13 +29,11 @@ An element for using filters in a GnlComposition Features of this release - * Fix for latest GstGhostPad behaviour - * Memory leak fixes + * Improved support for modifying compositions during playback. Bugs fixed in this release - * 421055 : GstGhostPad fails when set to PLAYING for the second time - * 435215 : Failures with simple GNonLin player + * 437105 : [gnlcomposition] Adding sources within the currently acti... Download @@ -67,6 +65,4 @@ GNonLin is primarily used by PiTiVi (http://www.pitivi.org/) and Jokosher (http: 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 86233fd..b30451b 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.8.2, +AC_INIT(GNonLin, 0.10.9, http://gnonlin.sourceforge.net/, gnonlin) |