From 8315d7cfbf9504a81629f24e1fbe26bdd1711362 Mon Sep 17 00:00:00 2001 From: Specter Date: Wed, 17 Jun 2020 18:02:03 -0400 Subject: [PATCH] Prepare for v0.3 --- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e79adddf..7248b10b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ ## Beta +**v0.3 - June 17th, 2020** + +- Added MUSL libc support, removed old BSD headers, and reworked samples to use MUSL. +- Added libraries sources for Continuous Integration (CI). +- Added debugging info via section header table into OELFs via create-eboot. +- Fixed an issue in create-eboot where NIDs were written for local symbols when they shouldn't be. +- Fixed an issue where `drawPixel()` in the font, graphics, and pngdec samples were not inlined, causing performance slowdown (thanks m0rph3us1987). +- Added interpreter string write to linker script and removed it from create-eboot. +- Removed condition from create-eboot where requiring a `.got.plt` section was only checked for SPRX libraries and not SELF eboots; all binaries need this section. +- Removed sample package files to reduce bloat. They will later be available as separate releases. +- Disabled buffering on stdout on various samples for MUSL. + **v0.2 - May 15th, 2020** - Added macOS support (thanks Lord Friky). diff --git a/README.md b/README.md index aa80c95d..762e4159 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OpenOrbis PS4 Toolchain -[![Release Mode](https://img.shields.io/badge/Release%20Mode-Beta-yellow.svg)](https://github.com/OpenOrbis/OpenOrbis-PS4-Toolchain) [![Version](https://img.shields.io/badge/Version-0.2-brightgreen.svg)](https://github.com/OpenOrbis/OpenOrbis-PS4-Toolchain) [![Version](https://img.shields.io/badge/license-GPL%20v3-blue)](https://github.com/OpenOrbis/OpenOrbis-PS4-Toolchain/blob/master/LICENSE) +[![Release Mode](https://img.shields.io/badge/Release%20Mode-Beta-yellow.svg)](https://github.com/OpenOrbis/OpenOrbis-PS4-Toolchain) [![Version](https://img.shields.io/badge/Version-0.3-brightgreen.svg)](https://github.com/OpenOrbis/OpenOrbis-PS4-Toolchain) [![Version](https://img.shields.io/badge/license-GPL%20v3-blue)](https://github.com/OpenOrbis/OpenOrbis-PS4-Toolchain/blob/master/LICENSE) [![Generic badge](https://img.shields.io/badge/WINDOWS-RELEASE-GREEN.svg)](https://github.com/OpenOrbis/OpenOrbis-PS4-Toolchain/releases/latest) [![Generic badge](https://img.shields.io/badge/LINUX-RELEASE-GREEN.svg)](https://github.com/OpenOrbis/OpenOrbis-PS4-Toolchain/releases/latest) [![Generic badge](https://img.shields.io/badge/MacOS-RELEASE-GREEN.svg)](https://github.com/OpenOrbis/OpenOrbis-PS4-Toolchain/releases/latest)