From b8454c9699f2c37b1505b6a440f8ffa8f649c07e Mon Sep 17 00:00:00 2001 From: "K.Ohta" Date: Tue, 7 Mar 2017 15:58:03 +0900 Subject: [PATCH] [DOC] Update for newer, maybe these are for release. --- source/000_gitlog.txt | 55 +++++++++++++++++++++++++++++++++++++++++++++ source/ChangeLog | 6 +++-- source/RELEASENOTE.txt | 6 +++-- source/readme_by_artane.txt | 6 +++-- source/src/res/credits.html | 4 ++-- 5 files changed, 69 insertions(+), 8 deletions(-) diff --git a/source/000_gitlog.txt b/source/000_gitlog.txt index 2beb974e8..9e1ae500c 100644 --- a/source/000_gitlog.txt +++ b/source/000_gitlog.txt @@ -1,3 +1,58 @@ +commit 2dac70eb1743e2a0b778a57a1f520fce59aa6371 +Author: K.Ohta +Date: Tue Mar 7 15:51:51 2017 +0900 + + [BUILD][FM8][WIN32] FIX FTBFS with linking. + +commit b07b62a605905fb60391311c9c46cfcafdafb7f0 +Author: K.Ohta +Date: Tue Mar 7 06:49:27 2017 +0000 + + [BUILD][LINUX] GCC5: (MAYBE) Enable to set "USE_RADICAL_OPTIMIZE" to "YES". + +commit 25e4dd92c677e26468a1b4e311d4bb533ba812c7 +Author: K.Ohta +Date: Tue Mar 7 06:39:21 2017 +0000 + + [VM][FMGEN] Fix crash with GCC-5.This is issue of optimization, add "volatile" to any member(s). + +commit 7b6f18a5c866a570c115fa17060bfeccd26777eb +Merge: 81f77372 ac3534e8 +Author: K.Ohta +Date: Mon Mar 6 18:27:41 2017 +0000 + + Merge branch 'master' of github.com:Artanejp/common_source_project-fm7 + +commit 81f773727550328386c1a010957ddfc623cc3583 +Author: K.Ohta +Date: Mon Mar 6 18:26:22 2017 +0000 + + [BUILD] . + +commit ac3534e8709f4a9d68abf732f7f782cc2f66af75 +Author: K.Ohta +Date: Tue Mar 7 03:17:05 2017 +0900 + + [BUILD][LINUX] Updateed. + +commit 69aff6549eddf15e217b741f913ebcff459f9f42 +Author: K.Ohta +Date: Tue Mar 7 03:10:40 2017 +0900 + + [Qt] More commit. + +commit e5052fd582472b1e980daa342e85918a097d9e38 +Author: K.Ohta +Date: Tue Mar 7 03:08:38 2017 +0900 + + [WIN32][MINGW][Qt] FIX FTBFS. + +commit c610e3989612e0f2c11296da583f03f2d6419006 +Author: K.Ohta +Date: Tue Mar 7 02:53:18 2017 +0900 + + [DOC] Update GITLOG. + commit 6933228f1826d3cc655a17f47387e31f5097bfb7 Author: K.Ohta Date: Tue Mar 7 02:52:48 2017 +0900 diff --git a/source/ChangeLog b/source/ChangeLog index aecda9ee4..c052f4b3d 100644 --- a/source/ChangeLog +++ b/source/ChangeLog @@ -13,9 +13,11 @@ * [EMU/DEBUGGER] Use pthread_t instead of SDL_Thread. * [Qt/OSD] Remove do_call_debugger_command(). * [SOUND/VM] Fix choppy sounds with some devices. i.e. PCM1BIT. Thanks to Takeda-San and Umaiboux-San. - * Built with 1014e6fc73aa1fe867da01724a8126aa70331954 or newer. + * [VM/FMGEN] Fix crash with GCC-5.This is issue of optimization, add "volatile" to any member(s). + * [BUILD/LINUX] GCC5: (MAYBE) Enable to set "USE_RADICAL_OPTIMIZE" to "YES". + * Built with 2dac70eb1743e2a0b778a57a1f520fce59aa6371 or newer. --- Mar 07, 2017 02:47:32 +0900 K.Ohta +-- Mar 07, 2017 15:55:25 +0900 K.Ohta * SNAPSHOT January 30, 2017 * Upstream 2016-12-31 diff --git a/source/RELEASENOTE.txt b/source/RELEASENOTE.txt index 0b6af5d4d..3827d118f 100644 --- a/source/RELEASENOTE.txt +++ b/source/RELEASENOTE.txt @@ -128,9 +128,11 @@ Changes: * [EMU/DEBUGGER] Use pthread_t instead of SDL_Thread. * [Qt/OSD] Remove do_call_debugger_command(). * [SOUND/VM] Fix choppy sounds with some devices. i.e. PCM1BIT. Thanks to Takeda-San and Umaiboux-San. - * Built with 1014e6fc73aa1fe867da01724a8126aa70331954 or newer. + * [VM/FMGEN] Fix crash with GCC-5.This is issue of optimization, add "volatile" to any member(s). + * [BUILD/LINUX] GCC5: (MAYBE) Enable to set "USE_RADICAL_OPTIMIZE" to "YES". + * Built with 2dac70eb1743e2a0b778a57a1f520fce59aa6371 or newer. --- Mar 07, 2017 02:47:32 +0900 K.Ohta +-- Mar 07, 2017 15:55:25 +0900 K.Ohta * SNAPSHOT January 30, 2017 * Upstream 2016-12-31 diff --git a/source/readme_by_artane.txt b/source/readme_by_artane.txt index e3e331021..03fdde80a 100644 --- a/source/readme_by_artane.txt +++ b/source/readme_by_artane.txt @@ -165,9 +165,11 @@ ChangeLog: * [EMU/DEBUGGER] Use pthread_t instead of SDL_Thread. * [Qt/OSD] Remove do_call_debugger_command(). * [SOUND/VM] Fix choppy sounds with some devices. i.e. PCM1BIT. Thanks to Takeda-San and Umaiboux-San. - * Built with 1014e6fc73aa1fe867da01724a8126aa70331954 or newer. + * [VM/FMGEN] Fix crash with GCC-5.This is issue of optimization, add "volatile" to any member(s). + * [BUILD/LINUX] GCC5: (MAYBE) Enable to set "USE_RADICAL_OPTIMIZE" to "YES". + * Built with 2dac70eb1743e2a0b778a57a1f520fce59aa6371 or newer. --- Mar 07, 2017 02:47:32 +0900 K.Ohta +-- Mar 07, 2017 15:55:25 +0900 K.Ohta * SNAPSHOT January 30, 2017 * Upstream 2016-12-31 diff --git a/source/src/res/credits.html b/source/src/res/credits.html index fd5e76160..c9ca83b22 100644 --- a/source/src/res/credits.html +++ b/source/src/res/credits.html @@ -17,7 +17,7 @@ libCSPemu_utils 2.2.3
libCSPcommon_vm 1.0.1
libCSPfmgen 1.0.1
FFMPEG 3.2.2 + liblame 3.99 + libx264-148
-Build Version: 1014e6fc73aa1fe867da01724a8126aa70331954
+Build Version: 2dac70eb1743e2a0b778a57a1f520fce59aa6371

@@ -70,5 +70,5 @@ See also:

-Last modified: Tue 30, March 2017 02:45:55 +Last modified: Tue 07, March 2017 15:56:10 -- 2.11.0