[gnome-video-arcade] Update NEWS and README for 0.8.0 release.



commit c21560021dd9253f243a168a450785f4793863f3
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun May 15 18:53:36 2011 -0400

    Update NEWS and README for 0.8.0 release.

 NEWS         |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 README       |   19 ++-----------------
 configure.ac |    2 +-
 3 files changed, 50 insertions(+), 18 deletions(-)
---
diff --git a/NEWS b/NEWS
index e97dfe2..7de0ffc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,50 @@
+GNOME Video Arcade 0.8.0
+========================
+
+        Released May 15, 2011
+
+        What's New
+        ----------
+        * The feature set of version 0.8.0 is identical to 0.7.1, but now
+          uses current GNOME 3 technologies and drops several GNOME 2 era
+          dependencies such as GConf, libunique, and dbus-glib.
+
+        Bugs Fixed
+        ----------
+        GNOME #622933: Migrate from dbus-glib to GDBus
+                       (reported by Andre Klapper, patched by Bastien Nocera)
+        GNOME #642689: README out of date: sdlmame does not exist anymore
+                       (reported by Emmanuel Kasper)
+        GNOME #643000: Bump libwnck requirement to 2.91.6
+                       (reported and patched by Bastien Nocera)
+
+        Other Contributions
+        -------------------
+        * Add GenericName and make desktop file strings translatable.
+          Add to POTFILES.in. (Jordi Mallach)
+        * Remove deprecated "Encoding" key from desktop file. (Jordi Mallach)
+        * Remove gettext calls from all g_message() strings. (Jordi Mallach)
+
+        New Translations
+        ----------------
+        Catalan (Jordi Mallach)
+        Romanian (Lucian Adrian Grijincu)
+        Russian (Yuri Myasoedov)
+        Simplified Chinese (Yinghua Wang)
+
+        Updated Translations
+        --------------------
+        Brazilian Portuguese (Djavan Fagundes)
+        Czech (Marek Ä?ernocký)
+        Danish (Joe Hansen)
+        French (Claude Paroz)
+        Galician (Fran Diéguez)
+        German (Mario Blättermann)
+        Norwegian Bokmål (Kjartan Maraas)
+        Slovenian (Matej UrbanÄ?iÄ?, Andrej ŽnidarÅ¡iÄ?)
+        Spanish (Jorge González, Daniel Mustieles)
+        Swedish (Daniel Nylander)
+
 GNOME Video Arcade 0.7.1
 ========================
 
diff --git a/README b/README
index 2b93b78..aafeb38 100644
--- a/README
+++ b/README
@@ -58,21 +58,6 @@ installed prior to compiling the source code:
        should be something similar to sqlite-devel (Fedora) or
        libsqlite3-dev (Debian/Ubuntu).
 
-   - Header files for D-Bus GLib bindings. (optional)
-
-       The D-Bus GLib header files should be available from your
-       GNU/Linux distribution as a "development" package.  The exact
-       package name varies by distribution, but it should be something
-       similar to dbus-glib-devel (Fedora) or libdbus-glib-1-dev
-       (Debian/Ubuntu).
-
-       GNOME Video Arcade uses D-Bus for better desktop integration.
-       Currently it is only used to inhibit the screen saver from
-       starting while playing a game in fullscreen mode, but its usage
-       may expand in future releases.  If you prefer not to use D-Bus,
-       you can configure GNOME Video Arcade to not link against it.
-       See the Installation section to find out how.
-
    - Header files and base plugins for GStreamer. (optional)
 
        The GStreamer header files should be available from your
@@ -131,11 +116,11 @@ including GNOME Video Arcade.  This section supplements the INSTALL
 file with information specific to GNOME Video Arcade.
 
 These instructions are written specifically for GNOME Video Arcade
-version 0.7.1 and may change in forthcoming releases.
+version 0.8.0 and may change in forthcoming releases.
 
 The standard installation procedure looks like this:
 
-   $ cd /path/to/gnome-video-arcade-0.7.1
+   $ cd /path/to/gnome-video-arcade-0.8.0
    $ ./configure
    $ make
    $ su -c "make install"
diff --git a/configure.ac b/configure.ac
index 88fc95b..4eddb4e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 
 AC_PREREQ([2.54])
 
-m4_define([gva_version], 0.8)
+m4_define([gva_version], 0.8.0)
 
 AC_INIT([GNOME Video Arcade], [gva_version],
         [mbarnes redhat com], gnome-video-arcade)



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