summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2014-04-23 15:20:11 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-04-25 10:18:03 +0200
commitbb4019b09f59ca32e216ee0e583a2731a53ef8bc (patch)
treee5d019b22f2f05e2c1e49d1ef6120b9c5ff1e352
parent80a6d051de182f314bfe7a48f796f9d835205b45 (diff)
Release 1.2.11.2.1
-rw-r--r--ChangeLog24
-rw-r--r--NEWS2
-rw-r--r--RELEASE19
-rw-r--r--configure.ac2
4 files changed, 29 insertions, 18 deletions
diff --git a/ChangeLog b/ChangeLog
index 26eb623..5316e99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,29 @@
+=== release 1.2.1 ===
+
+2014-04-23 Thibault Saunier <tsaunier@gnome.org>
+
+ * configure.ac:
+ releasing 1.2.1
+
+2014-03-31 23:52:17 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * .gitignore:
+ .gitignore log files from autotools 'make check' test-driver
+
+2014-03-31 21:12:24 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * tests/check/gnl/gnlcomposition.c:
+ tests: pass 64-bit integers to 64-bit integer properties
+
=== release 1.2.0 ===
-2014-03-15 Thibault Saunier <tsaunier@gnome.org>
+2014-03-16 12:49:23 +0100 Thibault Saunier <tsaunier@gnome.org>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.2.0
+ Release 1.2.0
2014-02-28 09:36:24 +0100 Sebastian Dröge <sebastian@centricular.com>
diff --git a/NEWS b/NEWS
index 393bff9..cf9cea4 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1 @@
-This is the GNonLin Plugin release Version 1.2.0
+This is the GNonLin Plugin release Version 1.2.1
diff --git a/RELEASE b/RELEASE
index 2f60219..97b51ef 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,9 +1,9 @@
-Release notes for GNonLin Non-Linear Editing Plug-ins 1.2.0
+Release notes for GNonLin Non-Linear Editing Plug-ins 1.2.1
-The GStreamer team is proud to announce the first stable release
-in the 1.x stable series of GNonLin.
+The GStreamer team is proud to announce a new bug-fix release
+in the 1.2.x stable series of GNonLin.
@@ -30,13 +30,8 @@ Features of this release
*
-Bugs fixed in this release
-
- * 596374 : GnlObject: " priority " property should be changed to int type for special -1 value
- * 690881 : Replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS in configure.ac
- * 691041 : pitivi frozen when after drag'n drop to timeline: GstVideoTestSrc Internal data flow error
- * 701015 : Using a g_thread for gnonlin pipeline update / forward eos on the streaming thread.
- * 706831 : composition: Release objects lock while forwarding an event
+There were no bugs fixed in this release
+
==== Download ====
@@ -76,9 +71,5 @@ GNonLin is primarily used by PiTiVi (http://www.pitivi.org/) and Jokosher (http:
Contributors to this release
- * Edward Hervey
- * Sebastian Dröge
- * Stefan Sauer
- * Thibault Saunier
* Tim-Philipp Müller
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index eb1f291..cbf1011 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.2.0,
+AC_INIT(GNonLin, 1.2.1,
http://gnonlin.sourceforge.net/,
gnonlin)