Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Core: releasing 5.3.0
Browse files Browse the repository at this point in the history
This is a feature and security update to the Core 5 series.

Updates:

- 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.
  • Loading branch information
MingcongBai committed Apr 14, 2018
1 parent adedc8a commit 737e613
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
27 changes: 17 additions & 10 deletions core-misc/aosc-aaa/autobuild/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion core-misc/aosc-aaa/spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VER=5.2.0
VER=5.3.0
GITSRC="https://github.com/AOSC-Dev/aosc-aaa"
GITCO="tags/v$VER"

0 comments on commit 737e613

Please sign in to comment.