summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-04-06 17:03:33 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-04-06 17:03:33 +0000
commit30ba706686d18526c9c2216913c543bf50628f61 (patch)
tree663a19f726561815200572f98dbaa07f68d2ec17
parent1842e9b89fad42105bc3485c9e4e6cc68c2deece (diff)
releasing 0.10.1RELEASE-0_10_1
Original commit message from CVS: releasing 0.10.1
-rw-r--r--ChangeLog9
-rw-r--r--NEWS1
-rw-r--r--RELEASE67
-rw-r--r--configure.ac2
4 files changed, 45 insertions, 34 deletions
diff --git a/ChangeLog b/ChangeLog
index 58f6dc3..72ff6a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,15 @@
+=== release 0.10.1 ===
+
+2006-04-06 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * configure.ac:
+ releasing 0.10.1, "Jamon Serrano"
+
2006-04-06 Edward Hervey <edward@fluendo.com>
* configure.ac:
back to development
-== 0.10.1 release ==
-
2006-04-06 Edward Hervey <edward@fluendo.com>
* configure.ac:
diff --git a/NEWS b/NEWS
index e69de29..755e7da 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1 @@
+This is GNonLin 0.10.1, "Jamon Serrano"
diff --git a/RELEASE b/RELEASE
index 85e8619..34d13a6 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,53 +1,58 @@
-GNonLin : Release notes for GNonLin 0.10.0.5 "Doner con patatas"
+Release notes for GNonLin Non-Linear Editing Plug-ins 0.10.1 "Jamon Serrano"
+
-This is the third release of the GNonLin non-linear elements for GStreamer 0.10.
+The GStreamer team is proud to announce a new release
+in the 0.10.x stable series of GNonLin.
-** BETA VERSION **
-This is a pre-release version. It currently does not include the GnlOperation
-elements for using effects in compositions.
-This module contains the following elements:
-
- gnlsource : An element for using source elements/bins in a GnlComposition
- gnlfilesource : A higher-level element for using a uri in a GnlComposition
- gnlcomposition : A container element that handles GNonLin objects
+This module contains a set of plug-ins for GStreamer to ease the
+creation of multimedia editors, or any other application where a
+timeline-oriented use of GStreamer makes sense.
+
Features of this release
+
+ * Bug and memleak fixes
+ * unit testing added
- * Works with GStreamer 0.10.x
- * GnlFileSource high-level element
- * Seek capability through compositions
- * Fixes for more weird decoders/demuxers
-
-Examples
-
-The examples contained in the examples/ directory have still not been updated
-to the latest API. You should not rely on them.
+Bugs fixed in this release
+
Download
-You can find source releases of GNonLin on sourceforge:
-http://sourceforge.net/project/showfiles.php?group_id=32268
+You can find source releases of gnonlin in the download directory:
+http://gstreamer.freedesktop.org/src/gnonlin/
-GNonlin Homepage
+GStreamer Homepage
More details can be found on the project's website:
-http://gnonlin.sourceforge.net/
+http://gstreamer.freedesktop.org/
Support and Bugs
-We use Sourceforge Bug Tracking system for bug reports and feature requests:
-http://sourceforge.net/tracker/?group_id=32268
+We use GNOME's bugzilla for bug reports and feature requests:
+http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
Developers
-CVS is hosted on sourceforge cvs:
-http://sourceforge.net/cvs/?group_id=32268
+CVS is hosted on cvs.freedesktop.org.
All code is in CVS and can be checked out from there.
-
-Maintainer
-
- * Edward Hervey
+Interested developers of the core library, plug-ins, and applications should
+subscribe to the gstreamer-devel list. If there is sufficient interest we
+will create more lists as necessary.
+
+
+Applications
+GNonLin is primarily used by PiTiVi (http://www.pitivi.org/)
+
+Contributors to this release
+
+ * Christian Schaller
+ * Edward Hervey
+ * Thomas Vander Stichele
+ * Wim Taymans
+ * Wouter Paesen
+  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 60e1080..b0a7cec 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.1.1,
+AC_INIT(GNonLin, 0.10.1,
http://gnonlin.sourceforge.net/,
gnonlin)