From: Lawrence S. <ljs...@us...> - 2020-06-06 20:25:34
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "A pseudo Operating System for the Dreamcast.". The branch, master has been updated via c5e27069604dc95ff062a1d97ccb05f0dd760f63 (commit) via 1ab17bd756d138461c6ee68fdc3283f02ccf0304 (commit) via f777a6c7537058d139f0e0b57c233327c7dc488f (commit) via 7263360018c02a6b979da6c312f6d03356eff6b3 (commit) from 600d529ada11f8b69b5ca94195368c2a00b74fa5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c5e27069604dc95ff062a1d97ccb05f0dd760f63 Merge: 600d529 1ab17bd Author: Lawrence Sebald <ljs...@us...> Date: Sat Jun 6 16:25:16 2020 -0400 Merge pull request #31 from andressbarajas/master Update CHANGELOG commit 1ab17bd756d138461c6ee68fdc3283f02ccf0304 Author: Andress Barajas <and...@gm...> Date: Sat Jun 6 13:24:20 2020 -0700 Update CHANGELOG commit f777a6c7537058d139f0e0b57c233327c7dc488f Author: Andress Barajas <and...@gm...> Date: Sat Jun 6 13:19:11 2020 -0700 Update CHANGELOG again commit 7263360018c02a6b979da6c312f6d03356eff6b3 Author: Andress Barajas <and...@gm...> Date: Sat Jun 6 13:17:18 2020 -0700 Update CHANGELOG ----------------------------------------------------------------------- Summary of changes: doc/CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index cfce6f2..114b275 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -104,6 +104,9 @@ KallistiOS version 2.1.0 ----------------------------------------------- - NAO Added preliminary support for compiling to target the NAOMI and NAOMI 2 arcade systems with a NetDIMM board attached [LS] - NAO Added a simple utility to parse NetDIMM binary header data [LS] +- DC Fixed aica crash when volume is set to 255 [AB == Andress Barajas] +- DC Put a cap on the amount of samples requested by AICA so we don't get a + Buffer overflow [AB] KallistiOS version 2.0.0 ----------------------------------------------- - DC Broadband Adapter driver fixes [Dan Potter == DP] hooks/post-receive -- A pseudo Operating System for the Dreamcast. |