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. 231dca940e89d


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, release_0_8_8, updated. 231dca940e89d506ee94c14b24c3729ad70eb1f0
Date: Sat, 21 Aug 2010 17:26:26 +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  231dca940e89d506ee94c14b24c3729ad70eb1f0 (commit)
       via  64a13bc3818d3cce5b5d56083e35ab1a1eea5350 (commit)
       via  9747e7082961a71b378dc462628a8a93b7aa0973 (commit)
       via  58ded05314b27cc727d96d06b94b416558514fc5 (commit)
      from  27c0cb14b79adb4ef9afc806d51c459de962dc36 (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=231dca940e89d506ee94c14b24c3729ad70eb1f0


commit 231dca940e89d506ee94c14b24c3729ad70eb1f0
Author: Rob Savoye <address@hidden>
Date:   Sat Aug 21 11:26:17 2010 -0600

    change the version from trunk to 0.8.8

diff --git a/configure.ac b/configure.ac
index 6690bd0..a4a01ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 
MA  02110-1301  USA
 dnl  
 
 AC_PREREQ(2.50)
-AC_INIT(gnash, trunk)
+AC_INIT(gnash, 0.8.8)
 AC_CONFIG_SRCDIR([libcore/gnash.h])
 AC_CONFIG_HEADERS([gnashconfig.h])
 

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


commit 64a13bc3818d3cce5b5d56083e35ab1a1eea5350
Author: Rob Savoye <address@hidden>
Date:   Sat Aug 21 11:25:53 2010 -0600

    don't try to list packages when building from the source tarball.

diff --git a/packaging/deb.am b/packaging/deb.am
index fb6cedc..dee505d 100644
--- a/packaging/deb.am
+++ b/packaging/deb.am
@@ -84,7 +84,12 @@ BUILD_VERSION := $(shell \
        echo "$${snapshot_version}")
 
 # This is a list of all the packages in the control file.
-PACKAGES := $(shell grep Package $(srcdir)/packaging/debian/control | sed -e 
's/Package://')
+PACKAGES := \
+       if test -d $(srcdir)/packaging; then \
+         $(shell grep Package $(srcdir)/packaging/debian/control | sed -e 
's/Package://') \
+       else \
+         echo "gnash"; \
+       fi
 
 # SNAPSHOT_VERSION is the name that gets used for the packages. By default
 # it is "$(NEXT_RELEASE)~git.$(BRANCH_NICK)$(BRANCH_REVNO)", but when

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


commit 9747e7082961a71b378dc462628a8a93b7aa0973
Author: Rob Savoye <address@hidden>
Date:   Sat Aug 21 09:24:47 2010 -0600

    add the rest of the ChangeLogs and READMEs to the dist tarball.

diff --git a/Makefile.am b/Makefile.am
index ff234bf..a2022a0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -84,6 +84,8 @@ endif
 # man_MANS = doc/gnash.1 doc/gprocessor.1 doc/dumpshm.1 soldumper.1
 
 EXTRA_DIST =  \
+       README \
+       README.git \
        autogen.sh \
        config.rpath \
        macros/incllist macros/libslist \
@@ -92,6 +94,10 @@ EXTRA_DIST =  \
        ChangeLog-0.8.2 \
        ChangeLog-0.8.3 \
        ChangeLog-0.8.4 \
+       ChangeLog-0.8.5 \
+       ChangeLog-0.8.6 \
+       ChangeLog-0.8.7 \
+       ChangeLog-0.8.8 \
        packaging/deb.am \
        packaging/snapshot.am \
        packaging/alp.am \

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


commit 58ded05314b27cc727d96d06b94b416558514fc5
Author: Rob Savoye <address@hidden>
Date:   Sat Aug 21 08:36:57 2010 -0600

    update

diff --git a/README b/README
index 3a73c2f..5b97253 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ Gnash is a player for animated "movies" in the Macromedia 
Shockwave Flash
 plugin, or as a library used by other programs.  It is not yet complete;
 it does not correctly handle every SWF file.
 
-This is the README file for the Gnash-0.8.7 release (or snapshot).
+This is the README file for the Gnash-0.8.8 release (or snapshot).
 
 Gnash is originally based on the code of GameSWF, by Thatcher Ulrich.
 GameSWF was the most advanced among free SWF players; it implemented a
@@ -29,7 +29,7 @@ SWF movies that are used for browser navigation may fail. 
Almost all
 SWF-based web-site navigation should work.
 
 Gnash supports practically all SWF opcodes and most ActionScript classes up
-to SWF version 8. There is currently no real support for ActionScript
+to SWF version 9. There is currently no real support for ActionScript
 3 (ABC blocks) and AVM2, which were introduced in SWF version
 9. Despite this, Gnash can play most SWF8 and many SWF9 movies,
 because not all rely on unimplemented features.
@@ -86,7 +86,7 @@ Building Gnash:
 
 See the generic installation instructions in the file called "INSTALL".
 (If you are building from a fresh bzr checkout, first see the file
-"README_bzr" for additional instructions.)
+"README.git" for additional instructions.)
 
 Depending on chosen functionality, CPU architecture, and OS the temporary
 files needed when Gnash compiles require as much as 1 GB of storage space.
@@ -191,7 +191,7 @@ lists are stored at http://mail.gnu.org/pipermail/:
       http://mail.gnu.org/mailman/listinfo/gnash and register. Volume is
       typically very low.
     * address@hidden is where summaries of changes commited to
-      the bzr repository are automatically posted. Register at
+      the git repository are automatically posted. Register at
       http://mail.gnu.org/mailman/listinfo/gnash-commit to be informed of
       these changes as they happen. Volume may be high.
       
@@ -218,6 +218,6 @@ you should file as complete a report as possible at
 https://savannah.gnu.org/bugs/?group=gnash.  Please include the operating
 system name and version, and which gnash version you are using, in your
 bug reports. Please try to reproduce your bug reports with the most
-recent version of Gnash in bzr, as bugs are fixed there that may be
+recent version of Gnash in git, as bugs are fixed there that may be
 broken in a standard release.
 

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

Summary of changes:
 Makefile.am      |    6 ++++++
 README           |   10 +++++-----
 configure.ac     |    2 +-
 packaging/deb.am |    7 ++++++-
 4 files changed, 18 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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