diff options
author | Thibault Saunier <tsaunier@gnome.org> | 2014-10-20 11:56:36 +0200 |
---|---|---|
committer | Thibault Saunier <tsaunier@gnome.org> | 2014-10-20 11:56:36 +0200 |
commit | 4d30a15236f2f2a181925d29dba0172ccf2623bc (patch) | |
tree | c22be93986bb2f06d91398232f213c760545b80e | |
parent | 7e36a752bc0c4bcea0d035b0d64b75b366cad9ab (diff) |
-rw-r--r-- | ChangeLog | 28 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | RELEASE | 44 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | gst-editing-services.doap | 9 |
5 files changed, 45 insertions, 40 deletions
@@ -1,9 +1,33 @@ +=== release 1.4.0 === + +2014-10-20 Thibault Saunier <tsaunier@gnome.org> + + * configure.ac: + 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 Thibault Saunier <tsaunier@gnome.org> +2014-09-24 11:07:40 +0200 Thibault Saunier <tsaunier@gnome.org> + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.3.90 + * gst-editing-services.doap: + Release 1.3.90 2014-09-13 16:16:15 +0100 Tim-Philipp Müller <tim@centricular.com> @@ -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 @@ -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
\ No newline at end of file diff --git a/configure.ac b/configure.ac index 1c43e2a2..9f760660 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(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) diff --git a/gst-editing-services.doap b/gst-editing-services.doap index 14d37b5d..f776620c 100644 --- a/gst-editing-services.doap +++ b/gst-editing-services.doap @@ -32,6 +32,15 @@ GStreamer library for creating audio and video editors <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> <branch>1.0</branch> <created>2014-09-23</created> |