Release 1.4.0

This commit is contained in:
Thibault Saunier 2014-10-20 11:56:36 +02:00
parent 7e36a752bc
commit 4d30a15236
5 changed files with 46 additions and 41 deletions

View file

@ -1,9 +1,33 @@
=== release 1.3.90 ===
=== release 1.4.0 ===
2014-09-24 Thibault Saunier <tsaunier@gnome.org>
2014-10-20 Thibault Saunier <tsaunier@gnome.org>
* configure.ac:
releasing 1.3.90
releasing 1.4.0
2014-10-16 14:18:16 +0200 Thibault Saunier <tsaunier@gnome.org>
* tools/ges-validate.c:
validate: Fix naming of add_action_type to register_action_type
That function was just renamed in Validate
2014-10-12 19:46:59 +0200 Thibault Saunier <tsaunier@gnome.org>
* tools/ges-launch.c:
validate: Rename --list-action-types to --inspect-action-type
Making clearer the meaning of the parameter and closer to
the usual naming in the GStreamer land.
=== release 1.3.90 ===
2014-09-24 11:07:40 +0200 Thibault Saunier <tsaunier@gnome.org>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
* gst-editing-services.doap:
Release 1.3.90
2014-09-13 16:16:15 +0100 Tim-Philipp Müller <tim@centricular.com>

2
NEWS
View file

@ -1 +1 @@
This is the 1.3.90 release candidate before the 1.4.0 release of the GStreamer Editing Services
This is the 1.4.0 release of the GStreamer Editing Services

44
RELEASE
View file

@ -1,41 +1,22 @@
Release notes for GStreamer Editing Services 1.3.90
Release notes for GStreamer Editing Services 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 Editing Services.
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 stable 1.4 release series is API and ABI compatible with 1.0.x, 1.2.x and
any other 1.x release series in the future. Compared to 1.2.x it contains some
new features and more intrusive changes that were considered too risky as a
bugfix.
The GStreamer team is proud to announce a new feature release
in the 1.0.x stable series of the GStreamer Editing Services.
Features of this release
* Add support to gst-validate, allowing us to easily write integration testsuites
* Add multifilesrc support
* Give a name/unique identifier to all GESTimelineElement in the timeline
* ges-launch: Cleanup and allow using encoding profiles from project files
Bugs fixed in this release
* 719373 : Add multifilesrc support to GES
* 720023 : [pitivi] GStreamer effect properties are received in random order
* 727776 : docs: include class related section documentation in the gir file
* 729382 : Add a name property to GESTimelineElement
* 730691 : Fix invalid GEnumValue.value_name entries
* 730806 : Incorrect handling of transitions in ges-launch
* 731245 : pipeline: Add support to rendering without container
* 731248 : Enhance and rename ges_clip_set_priority and add tests to it
* 735121 : ges-launch: Clean up help page and add profile option
* 738624 : gst-editing-services fails to build with current git gstreamer-validate via Cerbero
==== Download ====
@ -74,14 +55,5 @@ Applications
Contributors to this release
* Alexandru Băluț
* Christoph Reiter
* Edward Hervey
* Lazar Claudiu
* Lubosz Sarnecki
* Mathieu Duponchelle
* Sebastian Dröge
* Thibault Saunier
* Tim-Philipp Müller
* Vincent Penquerc'h
 

View file

@ -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(GStreamer Editing Services, 1.3.90,
AC_INIT(GStreamer Editing Services, 1.4.0,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gstreamer-editing-services)

View file

@ -30,6 +30,15 @@ GStreamer library for creating audio and video editors
</GitRepository>
</repository>
<release>
<Version>
<revision>1.4.0</revision>
<branch>1.4</branch>
<created>2014-10-20</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-1.4.0.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.3.90</revision>