summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog168
-rw-r--r--NEWS7
-rw-r--r--RELEASE15
-rw-r--r--configure.ac2
4 files changed, 181 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index a5449df..ee8dce2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,173 @@
+=== release 0.10.14 ===
+
+2010-02-11 Edward Hervey <bilboed@bilboed.com>
+
+ * configure.ac:
+ releasing 0.10.14, "Slicing, Dicing and Chopping"
+
+2010-01-30 15:20:36 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * common:
+ Automatic update of common submodule
+ From 15d47a6 to 96dc793
+
+2010-01-25 20:35:00 +0100 Edward Hervey <bilboed@bilboed.com>
+
+ * configure.ac:
+ configure.ac: 0.10.13.3 pre-release
+
+2010-01-20 00:55:52 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * common:
+ Automatic update of common submodule
+ From 14cec89 to 15d47a6
+
+2010-01-12 15:34:50 +0100 Edward Hervey <bilboed@bilboed.com>
+
+ * gnl/gnlobject.c:
+ gnlobject: Specify unit in property descriptions
+ It was documented in gtk-doc but not in the introspectable documentation
+
+2009-12-21 19:13:41 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * common:
+ Automatic update of common submodule
+ From 47cb23a to 14cec89
+
+2009-12-01 15:08:54 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * common:
+ Automatic update of common submodule
+ From 87bf428 to 47cb23a
+
+2009-12-01 12:32:43 +0100 Edward Hervey <bilboed@bilboed.com>
+
+ * configure.ac:
+ 0.10.13.2 pre-release
+
+2009-12-01 14:18:47 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * common:
+ Automatic update of common submodule
+ From da4c75c to 87bf428
+
+2009-11-27 18:56:58 +0100 Edward Hervey <bilboed@bilboed.com>
+
+ * common:
+ Automatic update of common submodule
+ From 53a2485 to da4c75c
+
+2009-11-24 15:20:12 +0100 Edward Hervey <bilboed@bilboed.com>
+
+ * m4/Makefile.am:
+ * m4/codeset.m4:
+ * m4/gettext.m4:
+ * m4/glibc21.m4:
+ * m4/iconv.m4:
+ * m4/intdiv0.m4:
+ * m4/inttypes-pri.m4:
+ * m4/inttypes.m4:
+ * m4/inttypes_h.m4:
+ * m4/isc-posix.m4:
+ * m4/lcmessage.m4:
+ * m4/lib-ld.m4:
+ * m4/lib-link.m4:
+ * m4/lib-prefix.m4:
+ * m4/progtest.m4:
+ * m4/stdint_h.m4:
+ * m4/uintmax_t.m4:
+ * m4/ulonglong.m4:
+ m4: remove unneeded disted m4
+ They will be installed by autogen.sh
+
+2009-11-19 10:32:07 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * common:
+ Automatic update of common submodule
+ From 0702fe1 to 53a2485
+
+2009-11-17 17:38:32 +0000 Jan Schmidt <thaytan@noraisin.net>
+
+ * gnl/Makefile.am:
+ build: Remove duplicate noinst_HEADERS in gnl/Makefile.am
+
+2009-10-16 10:17:56 +0300 Stefan Kost <ensonic@users.sf.net>
+
+ * common:
+ Automatic update of common submodule
+ From 85d1530 to 0702fe1
+
+2009-10-14 11:08:00 +0200 Edward Hervey <bilboed@bilboed.com>
+
+ * gnl/gnlurisource.c:
+ gnlurisource: Fix description
+
+2009-10-14 10:42:21 +0200 Edward Hervey <bilboed@bilboed.com>
+
+ * common:
+ Automatic update of common submodule
+ From a3e3ce4 to 85d1530
+
+2009-10-08 11:01:49 +0100 Jan Schmidt <thaytan@noraisin.net>
+
+ * common:
+ Automatic update of common submodule
+ From 19fa4f3 to a3e3ce4
+
+2009-09-21 18:34:05 +0200 Edward Hervey <bilboed@bilboed.com>
+
+ * gnl/gnlurisource.c:
+ * gnl/gnlurisource.h:
+ gnlurisource: ... it works better with the files.
+
+2009-09-21 11:50:53 +0200 Edward Hervey <bilboed@bilboed.com>
+
+ * docs/libs/gnonlin.args:
+ * docs/libs/gnonlin.signals:
+ docs: Update args/signals
+
+2009-09-21 11:50:44 +0200 Edward Hervey <bilboed@bilboed.com>
+
+ * docs/libs/gnonlin-docs.sgml:
+ * docs/libs/gnonlin-sections.txt:
+ * docs/libs/gnonlin.args:
+ * docs/libs/gnonlin.hierarchy:
+ * docs/libs/gnonlin.interfaces:
+ * docs/libs/inspect/plugin-gnonlin.xml:
+ docs: Add gnlurisource
+
+2009-09-21 11:49:07 +0200 Edward Hervey <bilboed@bilboed.com>
+
+ * configure.ac:
+ * gnl/Makefile.am:
+ * gnl/gnl.c:
+ * gnl/gnl.h:
+ * gnl/gnlfilesource.c:
+ * gnl/gnlfilesource.h:
+ * gnl/gnltypes.h:
+ New GnlURISource plugin, of which GnlFileSource subclasses. Fixes #595570
+
+2009-09-21 11:51:27 +0200 Edward Hervey <bilboed@bilboed.com>
+
+ * configure.ac:
+ configure.ac: And back to development we go...
+
+2009-09-10 08:18:48 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gnl/gnlfilesource.c:
+ gnlfilesource: If we use uridecodebin get the location from there
+ This prevents assertions that result from getting the property value
+ from the internal filesrc, which is NULL if we use uridecodebin.
+
=== release 0.10.13 ===
-2009-09-07 Edward Hervey <bilboed@bilboed.com>
+2009-09-07 11:51:36 +0200 Edward Hervey <bilboed@bilboed.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 0.10.13, "Service of Quality"
+ 0.10.13 "Service of Quality"
2009-09-05 10:26:08 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
diff --git a/NEWS b/NEWS
index 5aff2f8..a8e1294 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+This is GNonLin 0.10.14 "Slicing, Dicing and Chopping"
+
+Features of this release
+
+ * New gnlurisource element
+ * Documentation update
+
This is GNonLin 0.10.13 "Service of Quality"
Features of this release
diff --git a/RELEASE b/RELEASE
index 9bbfec9..3bd3e7d 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-Release notes for GNonLin Non-Linear Editing Plug-ins 0.10.13 "Service of Quality"
+Release notes for GNonLin Non-Linear Editing Plug-ins 0.10.14 "Slicing, Dicing and Chopping"
@@ -29,13 +29,12 @@ An element for using filters in a GnlComposition
Features of this release
- * Fix QoS event handling
- * Fix racyness in source pad handlings
- * GnlOperation: Add signal to know input stream priorities
+ * New gnlurisource element
+ * Documentation update
Bugs fixed in this release
- * 583145 : Seeking on pending pipelines should return True.
+ * 595570 : Add a GnlURISource
Download
@@ -65,10 +64,10 @@ GNonLin is primarily used by PiTiVi (http://www.pitivi.org/) and Jokosher (http:
Contributors to this release
- * Adam Dingle
- * Alessandro Decina
* Edward Hervey
* Jan Schmidt
- * Olivier Crête
+ * Mark Nauwelaerts
+ * Sebastian Dröge
* Stefan Kost
+ * Tim-Philipp Müller
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 6109572..ca3c9eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
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, 0.10.13.3,
+AC_INIT(GNonLin, 0.10.14,
http://gnonlin.sourceforge.net/,
gnonlin)