[retro-gtk] Version 0.11.92



commit 48aec0f3a31800b51f6598369973d77aadb0d081
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Mon Sep 4 12:11:43 2017 +0200

    Version 0.11.92

 NEWS         |   43 +++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 44 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2acd98c..9025477 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,46 @@
+===============
+Version 0.11.92
+===============
+
+* Core:
+ - Remove the barely used system-info property.
+ - Use Gdk.EventKey for keyboard inputs.
+ - Make the init singal an error-throwing method.
+ - Implement disk handling directly.
+
+* CoreView can be exposed as a joypad, a mouse or a pointer.
+
+* retro-demo:
+ - Add pointer support from CoreView.
+
+* Make all error domains internal.
+
+* Make internal and port to C:
+ - GameInfo.
+ - Module.
+ - SystemAvInfo.
+ - SystemInfo.
+ - most of Core.
+ - keyboard keys.
+
+* Remove unused symbols:
+ - DiskControl.
+ - GamepadConfiguration.
+ - GamepadButtonType.
+ - Keyboard.
+ - KeyboardState.
+ - MemDesc.
+ - MemoryDescriptor.
+ - MemoryMap.
+ - Mouse.
+ - VirtualGamepad.
+ - get_system_info ().
+ - SNES specific memory types from MemoryType.
+
+* Bugs fixed:
+ 777489 Refactor the whole API
+
+
 ================
 Version 0.11.4.1
 ================
diff --git a/configure.ac b/configure.ac
index bcf713f..2a040c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(retro-gtk, 0.11.4.1)
+AC_INIT(retro-gtk, 0.11.92)
 
 AC_CONFIG_HEADERS([config.h])
 


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