[retro-gtk] Version 0.9.91



commit 169b354bdcc86690b4277e6e9ab13206bd8de406
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Mon Feb 27 11:51:51 2017 +0100

    Version 0.9.91

 NEWS         |   28 ++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 29 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8cdef92..7da8f95 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,32 @@
 ==============
+Version 0.9.91
+==============
+
+* Ongoing refactoring:
+ - Deduplicate documentation
+ - Add missing MouseId values
+ - Remove deprecated input device types
+
+* Libretro module query:
+ - Allow to check the firmwares
+ - Add an helper method to chek the supported MIME types
+ - Add a module iterator, allowing sync and async browsing
+ - Remove the now useless foreach function
+
+* Core:
+ - Add methods to handle standalone cores more easily
+
+* Fix an integer division when computing the aspect ratio
+
+* Add a script to update libretro.h
+
+* Bugs fixed:
+ 777371 Support standalone Libretro games
+ 777987 Allow to have a sharp video output
+ 778744 Check required firmwares are present
+
+
+==============
 Version 0.9.90
 ==============
 
diff --git a/configure.ac b/configure.ac
index 2b1b0a1..2cac613 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.9.90)
+AC_INIT(retro-gtk, 0.9.91)
 
 AC_CONFIG_HEADERS([config.h])
 


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