summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2007-08-08 13:04:39 +0000
committerEdward Hervey <bilboed@bilboed.com>2007-08-08 13:04:39 +0000
commitfc9928fbfdd69d3213910cfd9c2336af94952f47 (patch)
tree1a84216a9e4ef1e7722ee71ccda2d2f3f82d5496
parent389b70463f84bdbe368042a375479b8ccc0fed7d (diff)
Releasing 0.10.9RELEASE-0_10_9
Original commit message from CVS: Releasing 0.10.9
-rw-r--r--ChangeLog7
-rw-r--r--NEWS6
-rw-r--r--RELEASE10
-rw-r--r--configure.ac2
4 files changed, 17 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 263eb24..d81d92d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
diff --git a/NEWS b/NEWS
index 1907258..2751a4d 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/RELEASE b/RELEASE
index 0d3b20a..3ab1a8f 100644
--- a/RELEASE
+++ b/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)