summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog14
-rw-r--r--NEWS2
-rw-r--r--RELEASE28
-rw-r--r--configure.ac2
4 files changed, 27 insertions, 19 deletions
diff --git a/ChangeLog b/ChangeLog
index c674edc..b1a6348 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,19 @@
+=== release 1.4.0 ===
+
+2014-10-20 Thibault Saunier <tsaunier@gnome.org>
+
+ * configure.ac:
+ releasing 1.4.0
+
=== release 1.3.90 ===
-2014-09-24 Thibault Saunier <tsaunier@gnome.org>
+2014-09-24 11:10:03 +0200 Thibault Saunier <tsaunier@gnome.org>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.3.90
+ Release 1.3.90
2014-08-06 10:23:56 +0100 Tim-Philipp Müller <tim@centricular.com>
diff --git a/NEWS b/NEWS
index 7208918..867b8f7 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1 @@
-This is the GNonLin Plugin pre release Version 1.3.90
+This is the GNonLin Plugin pre release Version 1.4.0
diff --git a/RELEASE b/RELEASE
index 6a29840..bb67b37 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,17 +1,9 @@
-Release notes for GNonLin Non-Linear Editing Plug-ins 1.3.90
+Release notes for GNonLin Non-Linear Editing Plug-ins 1.4.0
-The GStreamer team is pleased to announce the first release candidate of
-the stable 1.4 release series. The 1.4 release series is adding new features
-on top of the 1.0 and 1.2 series and is part of the API and ABI-stable 1.x
-release series of the GStreamer multimedia framework.
-
-
-This release candidate will hopefully shortly be followed by the stable 1.4.0
-release if no bigger regressions or bigger issues are detected, and enough
-testing of the release candidate happened. The new API that was added during
-the 1.3 release series is not expected to change anymore at this point.
+The GStreamer team is proud to announce a new feature release
+in the 1.0.x stable series of GNonLin.
@@ -20,6 +12,13 @@ creation of multimedia editors, or any other application where a
timeline-oriented use of GStreamer makes sense.
+
+ Note that this is the last release of the GNonLin set of plugins as
+ those elements have been rewritten in big part and in the next release,
+ they will be part of the GStreamer Editing Services.
+
+
+
These elements include:
gnlsource
@@ -38,9 +37,8 @@ Features of this release
*
-Bugs fixed in this release
-
- * 596849 : gnlcomposition: Allow low-memory usage
+There were no bugs fixed in this release
+
==== Download ====
@@ -76,7 +74,7 @@ subscribe to the gstreamer-devel list.
Applications
-GNonLin is primarily used by PiTiVi (http://www.pitivi.org/) and Jokosher (http://www.jokosher.org/).
+GNonLin is primarily used by Pitivi (http://www.pitivi.org/).
Contributors to this release
diff --git a/configure.ac b/configure.ac
index 260871c..14621a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.62)
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, 1.3.90,
+AC_INIT(GNonLin, 1.4.0,
http://gnonlin.sourceforge.net/,
gnonlin)