summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2010-08-18 12:09:41 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2010-08-18 12:11:33 +0100
commitd9145a10ed3e962f3fa36791c0e6fe866cbc44d6 (patch)
tree0a30587bc152e2149b2c848222ecf6d27713352c
parent1092a5a351aa6837c66b2bf9f024bd04c4fc1789 (diff)
doc: Update NEWS and DOAP file
Preparing the 1.2.0 release
-rw-r--r--NEWS23
-rw-r--r--clutter-gst.doap10
2 files changed, 33 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 55a5fab..d225301 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+clutter-gst 1.2.0 (18/08/2010)
+===============================================================================
+
+ * list of changes since 1.0.0
+
+ o Supports the ClutterMedia subtitle-related properties introduced in
+ 1.2.0.
+
+ o Added a "idle material" to VideoTexture, a material that will be used
+ to paint the texture when not playing any video.
+
+ o You can now set a user-agent when streaming videos.
+
+ o The usual bulk of small fixes, small memory leaks, build (builds on
+ GLES2 now), don't use deprecated symbols, ...
+
+Many thanks to:
+
+ Chris Lord
+ Frederik Zipp
+ Gwenole Beauchesne
+ Samuel Degrande
+
clutter-gst 1.0.0 (09/02/2010)
===============================================================================
diff --git a/clutter-gst.doap b/clutter-gst.doap
index 5e3ae82..3d4360c 100644
--- a/clutter-gst.doap
+++ b/clutter-gst.doap
@@ -83,6 +83,16 @@
<release>
<Version>
+ <name>1.2.0 Release</name>
+ <created>2010-08-18</created>
+ <branch>clutter-gst-1.2</branch>
+ <revision>1.2.0</revision>
+ <file-release rdf:resource="http://www.clutter-project.org/sources/clutter-gst/1.2/clutter-gst-1.2.0.tar.gz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<name>1.0.0 Release</name>
<created>2010-01-11</created>
<branch>clutter-gst-1.0</branch>