summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2008-11-03 15:50:20 +0000
committerEdward Hervey <bilboed@bilboed.com>2008-11-03 15:50:20 +0000
commit6a45587b4f148ba051abf75421ba7c241c4da09d (patch)
treebb51f797c478f36356bfc272b3609040b55c6d77
parentdd79614477d8183c771ef0bcf6f14f1307cc362d (diff)
Releasing 0.10.10RELEASE-0_10_10
Original commit message from CVS: Releasing 0.10.10
-rw-r--r--ChangeLog9
-rw-r--r--NEWS7
-rw-r--r--RELEASE16
-rw-r--r--configure.ac2
4 files changed, 27 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 22b93d3..be803c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+=== release 0.10.10 ===
+
+2008-11-03 Edward Hervey <edward.hervey@collabora.co.uk>
+
+ * NEWS:
+ * RELEASE:
+ * configure.ac:
+ releasing 0.10.10, "All Good Things..."
+
2008-11-03 Edward Hervey <edward.hervey@collabora.co.uk>
* gnl/gnlobject.c: (control_internal_pad):
diff --git a/NEWS b/NEWS
index 2751a4d..0c29b22 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+This is GNonLin 0.10.10 "All Good Things..."
+
+Features of this release
+
+ * Documentation in gtk-doc format
+ * Can handle more complicated combinations/types of operations
+
This is GNonLin 0.10.9 "Cheese and Wine"
Features of this release
diff --git a/RELEASE b/RELEASE
index 3ab1a8f..c6b1ccb 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-Release notes for GNonLin Non-Linear Editing Plug-ins 0.10.9 "Cheese and Wine"
+Release notes for GNonLin Non-Linear Editing Plug-ins 0.10.10 "All Good Things..."
@@ -29,11 +29,11 @@ An element for using filters in a GnlComposition
Features of this release
- * Improved support for modifying compositions during playback.
-
-Bugs fixed in this release
-
- * 437105 : [gnlcomposition] Adding sources within the currently acti...
+ * Documentation in gtk-doc format
+ * Smarter handling of modifications while playing.
+ * Can handle more complicated combinations/types of operations
+There were no bugs fixed in this release
+
Download
@@ -64,5 +64,9 @@ GNonLin is primarily used by PiTiVi (http://www.pitivi.org/) and Jokosher (http:
Contributors to this release
+ *
+ * Damien Lespiau
* Edward Hervey
+ * Jan Schmidt
+ * Sebastian Dröge
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index b6eb9ca..f66de7c 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.9.2,
+AC_INIT(GNonLin, 0.10.10,
http://gnonlin.sourceforge.net/,
gnonlin)