Release 1.10.0

This commit is contained in:
Sebastian Dröge 2016-11-01 18:16:13 +02:00
parent 45783682e2
commit 9e4c530c69
4 changed files with 1282 additions and 8 deletions

View file

@ -1,9 +1,162 @@
=== release 1.9.90 ===
=== release 1.10.0 ===
2016-09-30 Sebastian Dröge <slomo@coaxion.net>
2016-11-01 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
releasing 1.9.90
releasing 1.10.0
2016-10-26 17:58:58 +0200 Edward Hervey <edward@centricular.com>
* validate/data/scenarios/Makefile.am:
scenarios: Simplify Makefile
2016-10-26 17:51:37 +0200 Edward Hervey <edward@centricular.com>
* validate/data/scenarios/Makefile.am:
* validate/data/scenarios/trick_mode_seeks.scenario:
scenarios: Add a forward key-unit trick mode scenario
Not enabled for the time being
2016-10-26 17:34:49 +0200 Edward Hervey <edward@centricular.com>
* validate/launcher/baseclasses.py:
baseclasses: Also check for minimum number of video-tracks
Some scenarios might only be for video files and are meaningless for
audio-only files
2016-10-25 08:53:59 -0700 Scott D Phillips <scott.d.phillips@intel.com>
* meson.build:
meson: Don't depend on gstreamer-check-1.0 on windows
https://bugzilla.gnome.org/show_bug.cgi?id=773114
2016-10-25 10:52:12 +0530 Nirbheek Chauhan <nirbheek@centricular.com>
* meson.build:
* validate/tests/check/meson.build:
Revert "meson: move gstreamer-check-1.0 dependency to validate/tests/check"
This reverts commit e8e51bdad499b38d2acc0216dc124bb82b0bd72b.
Does not actually work. See:
https://bugzilla.gnome.org/show_bug.cgi?id=773114#c31
2016-10-21 00:48:47 -0700 Scott D Phillips <scott.d.phillips@intel.com>
* meson.build:
* validate/tests/check/meson.build:
meson: move gstreamer-check-1.0 dependency to validate/tests/check
https://bugzilla.gnome.org/show_bug.cgi?id=773114
2016-10-18 15:41:11 +0200 Edward Hervey <edward@centricular.com>
* validate/launcher/apps/gstvalidate.py:
validate: Blacklist failing hls tests
See https://bugzilla.gnome.org/show_bug.cgi?id=773159
2016-10-14 11:05:26 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com>
* validate/gst/validate/Makefile.am:
Also fix link issue in the plugin with libdw
2016-10-14 10:52:53 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com>
* validate/gst/validate/gst-validate-report.c:
Fix non-C89 code
In the automake build system we force C89 which does not allow mixing
code and declaration.
2016-10-14 10:48:16 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com>
* validate/gst/validate/Makefile.am:
Fix missing linker flags for libdw
This was added in the meson build but was only checked and not used in
the automake build.
2016-10-10 15:59:49 +0200 Stefan Sauer <ensonic@users.sf.net>
* debug-viewer/GstDebugViewer/GUI/window.py:
* debug-viewer/GstDebugViewer/Plugins/Timeline.py:
debug-viewer: window: add helper to get visible range
Move this code to the window class, as multiple plugins are going to need it.
2016-10-09 12:55:59 +0200 Stefan Sauer <ensonic@users.sf.net>
* debug-viewer/GstDebugViewer/GUI/models.py:
degbug-viewer: models: only temporarilly modify the row for filtering
This avoid that we have to chek the type in the getter.
Also update the comment - we need the strip since the readline call
will not strip the newline.
2016-06-21 17:56:58 +0100 William Manley <will@williammanley.net>
* codecanalyzer/autogen.sh:
gst-devtools/codecanalyser: Fix typo NO_CONFIGURE should be NOCONFIGURE
For consistency with the rest of the autogen.sh scripts.
https://bugzilla.gnome.org/show_bug.cgi?id=772616
2016-10-08 22:23:39 +0200 Stefan Sauer <ensonic@users.sf.net>
* debug-viewer/GstDebugViewer/GUI/app.py:
* debug-viewer/data/main-window.ui:
debug-viewer: app: Switch for rc_parse to css
This gets us the line shading back and some size savings.
2016-10-08 14:49:38 +0200 Stefan Sauer <ensonic@users.sf.net>
* debug-viewer/GstDebugViewer/GUI/models.py:
debug-viewer: models: allow filter to check COL_MESSAGE
COL_MESSAGE contains the message offset as an internal optimization. When
preparing a row for filters, we need to replace this. Otherwise filters
get an 'int' instead of the 'string' they expect.
2016-10-07 13:42:02 +0900 Jinwoo Ahn <creator.ahn@gmail.com>
* validate/tools/gst-validate.c:
validate: fix typo
https://bugzilla.gnome.org/show_bug.cgi?id=772543
2016-10-05 14:50:53 +0900 Jinwoo Ahn <creator.ahn@gmail.com>
* validate/gst/validate/gst-validate-report.c:
validate: fix typo in gst-validate-report.c
parametter -> parameter
https://bugzilla.gnome.org/show_bug.cgi?id=772439
2016-09-30 22:29:43 +0200 Stefan Sauer <ensonic@users.sf.net>
* debug-viewer/GstDebugViewer/GUI/window.py:
* debug-viewer/GstDebugViewer/Plugins/Timeline.py:
debug-viewer: small code cleanups
Inline a few statements. Remove unused variables.
2016-09-30 22:31:24 +0200 Stefan Sauer <ensonic@users.sf.net>
* debug-viewer/GstDebugViewer/Data.py:
* debug-viewer/GstDebugViewer/Plugins/__init__.py:
debug-viewer: add a few doc strings
2016-09-30 11:35:41 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
* hooks/multi-pre-commit.hook:
* hooks/pre-commit-python.hook:
* hooks/pre-commit.hook:
* meson.build:
* validate/tests/getpluginsdir:
meson: Setup pre commit hook and fix getpluginsdir for standalone case
2016-09-30 14:57:27 +0100 Tim-Philipp Müller <tim@centricular.com>
* meson.build:
meson: update version
=== release 1.9.90 ===
2016-09-30 13:06:16 +0300 Sebastian Dröge <sebastian@centricular.com>
* validate/ChangeLog:
* validate/NEWS:
* validate/configure.ac:
* validate/gst-validate.doap:
Release 1.9.90
2016-09-23 20:40:52 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>

File diff suppressed because it is too large Load diff

View file

@ -2,7 +2,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(Gst-Validate, 1.9.90,
AC_INIT(Gst-Validate, 1.10.0,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-validate)
@ -49,11 +49,11 @@ AC_SUBST(GST_API_VERSION)
AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
[GStreamer API Version])
AS_LIBTOOL(GST, 990, 0, 990)
AS_LIBTOOL(GST, 1000, 0, 1000)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.9.90
GSTPB_REQ=1.9.90
GST_REQ=1.10.0
GSTPB_REQ=1.10.0
dnl *** autotools stuff ****

View file

@ -52,6 +52,14 @@
</GitRepository>
</repository>
<Version>
<revision>1.10.0</revision>
<branch>master</branch>
<created>2016-11-01</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.10.0.tar.xz" />
</Version>
</release>
<Version>
<revision>1.9.90</revision>
<branch>master</branch>