[mednaffe] 06/06: Version 0.8.1 released (only for Windows)

Stephen Kitt skitt at moszumanska.debian.org
Tue Aug 2 21:00:18 UTC 2016


This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch upstream
in repository mednaffe.

commit 04b829af8a31319d147e26a9f166f4d102d088b6
Author: AmatCoder <amatcoder at gmail.com>
Date:   Sun Feb 21 23:49:22 2016 +0100

    Version 0.8.1 released (only for Windows)
---
 ChangeLog     | 6 ++++++
 src/about.c   | 4 ++--
 src/prefs.c   | 2 +-
 src/toggles.c | 2 +-
 4 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 40a267d..57d5e2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+#### 21 / Feb / 2016
+
+Mednaffe 0.8.1 is released with the following changes:
+
+- [Windows] Fix xbox 360 controller detection on some conditions.
+
 #### 24 / Jul / 2015
 
 Mednaffe 0.8 is released with the following changes:
diff --git a/src/about.c b/src/about.c
index dc52f3a..2a3ebd3 100644
--- a/src/about.c
+++ b/src/about.c
@@ -45,12 +45,12 @@ along with Mednaffe.  If not, see <http://www.gnu.org/licenses/>.";
 gtk_show_about_dialog(
   GTK_WINDOW(gui->topwindow),
   "program-name", "Mednaffe",
-  "version" ,"0.8",
+  "version" ,"0.8.1",
   "authors", authors,
 #ifdef STATIC_ENABLED
   "copyright", "See NOTICE file for license details.",
 #else
-  "copyright", "Copyright \xc2\xa9 2010-2015 AmatCoder",
+  "copyright", "Copyright \xc2\xa9 2010-2016 AmatCoder",
 #endif
   "comments", "A front-end (GUI) for Mednafen emulator",
   "license", gpl3,
diff --git a/src/prefs.c b/src/prefs.c
index 56d3867..cc25d31 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -111,7 +111,7 @@ void save_prefs(guidata *gui)
   key_file=g_key_file_new();
   /*g_key_file_set_list_separator(key_file,  0x0D);*/
 
-  g_key_file_set_comment(key_file, NULL, NULL, " Version 0.8\n \
+  g_key_file_set_comment(key_file, NULL, NULL, " Version 0.8.1\n \
 Do not edit this file!", NULL);
 
   g_key_file_set_string(key_file, "GUI", "Bin", gui->binpath);
diff --git a/src/toggles.c b/src/toggles.c
index 738d6b8..2dd648b 100644
--- a/src/toggles.c
+++ b/src/toggles.c
@@ -357,7 +357,7 @@ gchar* get_cfg(const gchar *home, guidata *gui)
   #endif
 
   if (g_file_test (cfg_path, G_FILE_TEST_IS_REGULAR))
-    print_log("Starting Mednaffe 0.8\n\
+    print_log("Starting Mednaffe 0.8.1\n\
 Mednafen 09x configuration file found.\n", FE, gui);
   else return NULL;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mednaffe.git



More information about the Pkg-games-commits mailing list