From bb4019b09f59ca32e216ee0e583a2731a53ef8bc Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Wed, 23 Apr 2014 15:20:11 +0200 Subject: Release 1.2.1 --- ChangeLog | 24 ++++++++++++++++++++++-- NEWS | 2 +- RELEASE | 19 +++++-------------- configure.ac | 2 +- 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 + + * configure.ac: + releasing 1.2.1 + +2014-03-31 23:52:17 +0100 Tim-Philipp Müller + + * .gitignore: + .gitignore log files from autotools 'make check' test-driver + +2014-03-31 21:12:24 +0100 Tim-Philipp Müller + + * tests/check/gnl/gnlcomposition.c: + tests: pass 64-bit integers to 64-bit integer properties + === release 1.2.0 === -2014-03-15 Thibault Saunier +2014-03-16 12:49:23 +0100 Thibault Saunier + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.2.0 + Release 1.2.0 2014-02-28 09:36:24 +0100 Sebastian Dröge 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) -- cgit v1.2.3