Displaying 2 results from an estimated 2 matches for "89cd329".
Did you mean:
7bcd329
2007 Jan 14
0
2 commits - configure.ac libswfdec/Makefile.am NEWS
...hanged, 18 insertions(+), 1 deletion(-)
New commits:
diff-tree bdc3cfcd0acdffd27dcdfabe396d4d47162d197f (from ca781f3f13c2989f9735642a820942618f08c73e)
Author: Benjamin Otte <otte@gnome.org>
Date: Sun Jan 14 19:48:41 2007 +0100
update for 0.4.1
diff --git a/NEWS b/NEWS
index 8be07ba..89cd329 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,20 @@
+ 0.4.1 ("Dragostea din tei")
+
+This release introduces video features. Quite a bit of internal
+restructuring was necessary to achieve this. The API has been changed
+from 0.4.0. Changes:
+- swfdec_player_iterate has been replaced by swf...
2007 Feb 08
0
5 commits - configure.ac NEWS
...ort
- Lots of bugfixes.
- Lots of new tests and debugging tools.
diff-tree 1e3cd6438989c068b4cbbf841d96b321ae7ba8ae (from aeda99814414d201c020d71e1717f07ad2c1c9ad)
Author: Benjamin Otte <otte@gnome.org>
Date: Thu Feb 8 18:52:54 2007 +0100
update NEWS
diff --git a/NEWS b/NEWS
index 89cd329..9a828c5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
+ 0.4.2 ("Two completely different numbers")
+
+The main change for this release is changing script execution from
+compiling to SpiderMonkey bytecode to executiong it manually. This made
+it far easier and a lot more stable to run...