[retro-gtk] Version 1.0.2



commit 422b70aa9465ea65ea70edcc9a093368cac22b2a
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Sun Mar 21 20:25:51 2021 +0100

    Version 1.0.2

 NEWS        | 27 +++++++++++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 28 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 779c78f..d6992eb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+=============
+Version 1.0.2
+=============
+
+* RetroCoreDescriptor: Propagate an accidentally unhandled error.
+* Implement mouse buttons 4 and 5.
+* Fix the GLES context initialization.
+* Drop the code making temporary copies of the core to avoid static
+  variable collisions, this isn't needed anymore as such collisions
+  can't happen since a single instance of a core is used per subprocess.
+* Debug:
+ - Catch SIGSEGV, SIGABRT or any crash on the runner and print a
+   backtrace when the RETRO_DEBUG environement variable is set to 1.
+ - Print more debug info o successful Libretro environement commands
+   when the RETRO_DEBUG environement variable is set to 1.
+* Libretro environment commands:
+ - Set the log domain to RetroEnvironment.
+ - Fix ABI issues by corretly using bool instead of gboolean for command
+   parameters.
+ - Prevent setting unknown pixel formats and rotations.
+ - Better log hardware rendering context support errors.
+ - Log a critical error when getting a variable failed.
+ - Log a critical error when receiving un unknown and unimplemented
+   commands.
+* Generalize usage of auto cleanups.
+* Many code style cleanups.
+
 =============
 Version 1.0.1
 =============
diff --git a/meson.build b/meson.build
index dc457c9..7991ece 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('retro-gtk','c',
-  version: '1.0.1',
+  version: '1.0.2',
   meson_version: '>= 0.50.0',
 )
 


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