From b0f4a90f45a6f4b12bdb98d3912057966be4b003a23e2393fbd1843d4195e260 Mon Sep 17 00:00:00 2001 From: Christopher Hofmann Date: Mon, 13 Aug 2018 13:31:37 +0000 Subject: [PATCH] + fixed export and import of .mat files containing beavers. Such files from JellyFish, Snowie and XG should import but not the flawed ones created by earlier versions of GNUbg (use .sgf files in this case). If exporting from GNUbg to other software, note that the latter may not support raccoons or further redoubles and may assume that beavers cannot be dropped. + due to different versions of the GTK graphical libraries, the look of the GUI is slightly different from that of the previous versions. + the minor version of the Python interpreter is different (major version is unchanged at 2.7). Python modules included with GNUbg may differ in more significant ways. Includes changes from 1.05.000: + upgrade of the random.org code to support https protocol OBS-URL: https://build.opensuse.org/package/show/games/gnubg?expand=0&rev=30 --- gnubg.changes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/gnubg.changes b/gnubg.changes index 5bcb5ec..d71feb4 100644 --- a/gnubg.changes +++ b/gnubg.changes @@ -2,6 +2,20 @@ Mon Aug 13 10:23:31 UTC 2018 - cwh@suse.com - Update to version 1.06.002 + + fixed export and import of .mat files containing beavers. Such files + from JellyFish, Snowie and XG should import but not the flawed ones + created by earlier versions of GNUbg (use .sgf files in this case). + If exporting from GNUbg to other software, note that the latter may + not support raccoons or further redoubles and may assume that beavers + cannot be dropped. + + due to different versions of the GTK graphical libraries, the look of + the GUI is slightly different from that of the previous versions. + + the minor version of the Python interpreter is different (major + version is unchanged at 2.7). Python modules included with GNUbg may + differ in more significant ways. + + Includes changes from 1.05.000: + + upgrade of the random.org code to support https protocol ------------------------------------------------------------------- Tue Jul 24 09:19:57 UTC 2018 - bwiedemann@suse.com