diff --git a/core-misc/aosc-aaa/autobuild/postinst b/core-misc/aosc-aaa/autobuild/postinst index 850679d..dc50193 100644 --- a/core-misc/aosc-aaa/autobuild/postinst +++ b/core-misc/aosc-aaa/autobuild/postinst @@ -17,29 +17,36 @@ install -dm1777 /var/tmp echo -e \ ' -Welcome to AOSC OS (5.2.0)! +Welcome to AOSC OS (5.3.0)! This is a feature and security update to the Core 5 series. Updates: -- Updated GNU C Library with the newest changes on the 2.26 branch. -- Updated Linux API Headers to 4.14.16. -- Updated Ncurses to 6.1+20180129. -- Updated MPC to 1.1.0. -- Updated GCC to 7.3.1, with included Retpoline implementation. -- Updated Ncurses to 2.30. -- Updated Bash to 4.4.18. +- New architecture support: RISC-V 64-bit (riscv64)! +- Updated GNU C Library with the newest changes on the 2.27 branch. + - Changed behaviour of locale generation, which is now done during + compile time - no more hour-long waiting! + - Static libraries are longer stripped. + - Multiple security fixes. +- Updated Binutils with the newest changes on the 2.30 branch. + - Multiple security fixes. +- Updated GCC with the newest changes on the 7.3.1 branch. +- Updated Linux API Headers to 4.16.2. +- Updated Ncurses to 6.1+20180407 +- Updated Bash to 4.4.19. +- Updated ISL to 0.19. What to Expect: - A smooth update with little incompatibility, though it could happen. +- Much faster installation times. ------------------------------------------------------------------------------- -For a full changelog of Core 5.2.0, please read at: +For a full changelog of Core 5.3.0, please read at: - https://github.com/AOSC-Dev/aosc-os-core/releases/tag/v5.2.0 + https://github.com/AOSC-Dev/aosc-os-core/releases/tag/v5.3.0 ------------------------------------------------------------------------------- diff --git a/core-misc/aosc-aaa/spec b/core-misc/aosc-aaa/spec index d5fae8f..fb871e5 100644 --- a/core-misc/aosc-aaa/spec +++ b/core-misc/aosc-aaa/spec @@ -1,3 +1,3 @@ -VER=5.2.0 +VER=5.3.0 GITSRC="https://github.com/AOSC-Dev/aosc-aaa" GITCO="tags/v$VER"