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_start-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-37-g31fcacc
Date: Fri, 11 Feb 2011 08:14:08 +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  31fcacc3bdc3c3ff7f396eae15f1fd0f8d5b1582 (commit)
      from  783adeb0c607c685e5bb2129561b17babc177c19 (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=31fcacc3bdc3c3ff7f396eae15f1fd0f8d5b1582


commit 31fcacc3bdc3c3ff7f396eae15f1fd0f8d5b1582
Author: John Gilmore <address@hidden>
Date:   Thu Feb 10 16:52:24 2011 -0800

    Copyright displays for 2011
    
    Here are some improvements that I found while building and installing
    and testing the pre-release version from git.
    
    The README.git change fixes the name of the libltdl on Ubuntu, and 
alphabetizes
    them so they'll match the output of "dpkg -l" for version checking.
    
    The rest are 2011 updates to the copyright notices printed or
    displayed by gnash.  Plugin, gtk, tty, and aos4 all have different
    notices.
    
    I'm still such a git newbie that I am not going to spend the time
    right now to figure out how I might be able to actually check these
    into the mainline repo and then maybe migrate them to the release
    branch.  Somebody who knows what they're doing, please do so; thanks.
    
        John

diff --git a/README.git b/README.git
index 36aa56e..5eda34d 100644
--- a/README.git
+++ b/README.git
@@ -28,12 +28,12 @@ error message.  Here are the programs required:
 GNU             Minimum         RPM or DEB package names:
 Package         Version  Debian         Ubuntu          Fedora   
 -------         -------  -----------    ------------    --------- 
-automake        1.9.6    automake1.9    automake1.9     automake
 autoconf        2.59                    autoconf        autoconf
-git             1.3                     git             git
+automake        1.9.6    automake1.9    automake1.9     automake
 gettext         0.14.6                  gettext         gettext
+git             1.3                     git             git
 libtool         1.5.22                  libtool         libtool
-                1.5.22                  libltdl3-dev    libtool
+                1.5.22                  libltdl-dev     libtool
 
 The "Minimum Version" is not necessarily the lowest version that will work;
 it's the lowest version that the Gnash team has recently tested with.  
diff --git a/gui/aos4/aos4.cpp b/gui/aos4/aos4.cpp
index f5397cf..127ad76 100644
--- a/gui/aos4/aos4.cpp
+++ b/gui/aos4/aos4.cpp
@@ -878,7 +878,7 @@ AOS4Gui::showAboutDialog(void)
                                        LIBAVCODEC_IDENT
 #endif
                                                "\n\nCopyright (C) 2005, 2006, 
2007, "
-                               "2008, 2009, 2010 The Free Software Foundation"
+                               "2008, 2009, 2010, 2011 The Free Software 
Foundation"
                                                "\n\nAmigaOS4 Version by Andrea 
Palmate' - http://www.amigasoft.net";;
 
        PrintMsg(about);
diff --git a/gui/gnash.cpp b/gui/gnash.cpp
index 16d5761..ff6176a 100644
--- a/gui/gnash.cpp
+++ b/gui/gnash.cpp
@@ -500,7 +500,7 @@ version_and_copyright(std::ostream& os)
        << VERSION " ("
        << BRANCH_NICK << "-" << BRANCH_REVNO << "-" << COMMIT_ID
        << ")" << endl << endl
-       << _("Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 "
+       << _("Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 "
             "Free Software Foundation, Inc.\n"
             "Gnash comes with NO WARRANTY, to the extent permitted "
             "by law.\nYou may redistribute copies of Gnash under the "
diff --git a/gui/gtk/gtk.cpp b/gui/gtk/gtk.cpp
index 352d712..e720f84 100644
--- a/gui/gtk/gtk.cpp
+++ b/gui/gtk/gtk.cpp
@@ -1823,7 +1823,7 @@ GtkGui::showAboutDialog()
 
     gtk_about_dialog_set_version(about, version.c_str());
     gtk_about_dialog_set_copyright(about, "Copyright (C) 2005, 2006, 2007, "
-            "2008, 2009, 2010 The Free Software Foundation");
+            "2008, 2009, 2010, 2011 The Free Software Foundation");
     gtk_about_dialog_set_comments (about, comments.c_str());
     gtk_about_dialog_set_authors(about, authors);
     gtk_about_dialog_set_documenters(about, documentors);
diff --git a/plugin/npapi/plugin.cpp b/plugin/npapi/plugin.cpp
index a297631..b6f1869 100644
--- a/plugin/npapi/plugin.cpp
+++ b/plugin/npapi/plugin.cpp
@@ -52,7 +52,7 @@
 
 #define PLUGIN_DESCRIPTION \
   "Shockwave Flash "FLASH_VERSION"<br>Gnash "VERSION", the GNU SWF Player. \
-  Copyright (C) 2006, 2007, 2008, 2009, 2010 \
+  Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 \
   <a href=\"http://www.fsf.org\";>Free \
   Software Foundation</a>, Inc. <br> \
   Gnash comes with NO WARRANTY, to the extent permitted by law. \

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

Summary of changes:
 README.git              |    6 +++---
 gui/aos4/aos4.cpp       |    2 +-
 gui/gnash.cpp           |    2 +-
 gui/gtk/gtk.cpp         |    2 +-
 plugin/npapi/plugin.cpp |    2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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