gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, release_0_8_8, updated. 54278399cfb90


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, release_0_8_8, updated. 54278399cfb907cc9057ce5d8ebb3751f7e27f06
Date: Tue, 17 Aug 2010 20:46:20 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, release_0_8_8 has been updated
       via  54278399cfb907cc9057ce5d8ebb3751f7e27f06 (commit)
       via  86ec97ea319a8075ad7c08cf7ebe8f380391003f (commit)
      from  fa6b223e90407ffce8daac78ba8f972eded196f6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=54278399cfb907cc9057ce5d8ebb3751f7e27f06


commit 54278399cfb907cc9057ce5d8ebb3751f7e27f06
Author: Rob Savoye <address@hidden>
Date:   Tue Aug 17 14:46:14 2010 -0600

    fix visibility builds.

diff --git a/libbase/string_table.h b/libbase/string_table.h
index 01f5599..e010b53 100644
--- a/libbase/string_table.h
+++ b/libbase/string_table.h
@@ -164,7 +164,7 @@ private:
 /// @param b        The other key to check
 /// @param caseless Whether to compare in a case-insensitive way.
 /// @return         True if the keys are equivalent.
-bool equal(string_table& st, string_table::key a, string_table::key b,
+DSOEXPORT bool equal(string_table& st, string_table::key a, string_table::key 
b,
         bool caseless);
 
 }
diff --git a/libmedia/MediaHandler.h b/libmedia/MediaHandler.h
index 22365f0..ca89a65 100644
--- a/libmedia/MediaHandler.h
+++ b/libmedia/MediaHandler.h
@@ -57,7 +57,7 @@ namespace gnash {
 /// @todo fix http://wiki.gnashdev.org/wiki/index.php/Libmedia, is obsoleted
 namespace media {
 
-struct RegisterAllHandlers
+struct DSOEXPORT RegisterAllHandlers
 {
     RegisterAllHandlers();
 };

http://git.savannah.gnu.org/cgit//commit/?id=86ec97ea319a8075ad7c08cf7ebe8f380391003f


commit 86ec97ea319a8075ad7c08cf7ebe8f380391003f
Author: Rob Savoye <address@hidden>
Date:   Tue Aug 17 14:45:08 2010 -0600

    update NEWS file for the release

diff --git a/NEWS b/NEWS
index fa75aa3..90c8bc7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,18 @@
 Gnash 0.8.8
-YYYY/MM/DD
+2010/08/17
+
+ * Renderers are able to be switched at runtime between Cairo,
+   OpenGL, and AGG. 
+ * Media handlers can be switched at runtime between ffmpeg and
+   Gstreamer.
+ * Hardware video decoding support via VAAPI for Nvidia, ATI, and
+   Intel GPUs. 
+ * Android specific support.
+ * Gnash now compiles faster due to reduce internal dependencies.
+ * Mostly complete Scriptable Plugin support which works with the
+   ExternalInterface class.
+ * Improved input device handling when using a raw framebuffer.
+ * 100% of all YouTube videos should work 
 
 Improvements since 0.8.7 release are:
 

-----------------------------------------------------------------------

Summary of changes:
 NEWS                    |   15 ++++++++++++++-
 libbase/string_table.h  |    2 +-
 libmedia/MediaHandler.h |    2 +-
 3 files changed, 16 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]