gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1668-gb9c100f
Date: Tue, 16 Jul 2013 10:24:46 +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, master has been updated
       via  b9c100ff483aaa553c0da6757b42a59cfd96a4a3 (commit)
       via  fa2f94ab3d87505bf402b891e167f26f4ed2eb0d (commit)
       via  fbe86e40329b55e0facdfddbeb7351d9ea4284e4 (commit)
      from  cc22f2d0597f3a9547980f4786d918f8b5635472 (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=b9c100ff483aaa553c0da6757b42a59cfd96a4a3


commit b9c100ff483aaa553c0da6757b42a59cfd96a4a3
Author: Bastiaan Jacques <address@hidden>
Date:   Tue Jul 16 12:24:15 2013 +0200

    Remove duplicate.

diff --git a/NEWS b/NEWS
index 3e4fee1..fbc6d1c 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,7 @@ Improvements since 0.8.10 release are:
  * NPAPI Plugin stability fix (#36002).
  * Improved NetStream ActionScript class support.
  * Add support for IPv6 [TODO: affects Socket/XML, and what else?].
- * Fix build against recent Boost, FFMPEG and Giflib releases.
+ * Fix build against recent Boost and FFMPEG.
  * Fix support for GIFLIB-5.0 (#39482)
  * Fix regression in dynamic sound loading (#33760).
 

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


commit fa2f94ab3d87505bf402b891e167f26f4ed2eb0d
Author: Bastiaan Jacques <address@hidden>
Date:   Tue Jul 16 12:20:20 2013 +0200

    Add some items done since the last release.

diff --git a/NEWS b/NEWS
index 9e2dbd1..3e4fee1 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,14 @@ YYYY/MM/DD
 Improvements since 0.8.10 release are:
 
  * Fix opening of external URL with Gnash Standalone (#31833)
+ * Stability fixes in image handling, (CVE-2012-1175, #39388, #37629).
+ * Stability fixes in parsing (#34686) and ActionScript handling (#39385, 
#39404).
+ * NPAPI Plugin stability fix (#36002).
+ * Improved NetStream ActionScript class support.
+ * Add support for IPv6 [TODO: affects Socket/XML, and what else?].
+ * Fix build against recent Boost, FFMPEG and Giflib releases.
  * Fix support for GIFLIB-5.0 (#39482)
+ * Fix regression in dynamic sound loading (#33760).
 
 Gnash 0.8.10
 2012/02/04

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


commit fbe86e40329b55e0facdfddbeb7351d9ea4284e4
Author: Bastiaan Jacques <address@hidden>
Date:   Tue Jul 16 12:18:23 2013 +0200

    Attempt to fix XMLSocketTest on Fedora.
    
    Since XMLSocketTest now connects to IPv6 by default, XMLSocketServer
    should listen on it (and IPv4, just in case).

diff --git a/testsuite/XmlSocketServer.pl b/testsuite/XmlSocketServer.pl
index 3d06aee..4a0e255 100644
--- a/testsuite/XmlSocketServer.pl
+++ b/testsuite/XmlSocketServer.pl
@@ -1,10 +1,11 @@
 use IO::Socket;
 use IO::Select;
 use Time::HiRes;
+use IO::Socket::IP;
 
 $SIG{PIPE}='IGNORE';
 
-my $m=new IO::Socket::INET(Listen=>1,LocalPort=>2229,Reuse=>1,Proto=>'tcp');
+my $m=new 
IO::Socket::IP(Listen=>1,LocalPort=>2229,Reuse=>1,Proto=>'tcp',Family=>AF_INET6,V6Only=>0)
 or die("Can't bind!");
 my $O=new IO::Select($m);
 
 $verbose = ( $ARGV[0] eq '-v' ) ? 1 : 0;

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

Summary of changes:
 NEWS                         |    7 +++++++
 testsuite/XmlSocketServer.pl |    3 ++-
 2 files changed, 9 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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