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.1
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 Perl with security fixes.
- 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 15, 2018
1 parent 46963ba commit f0a993d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions core-misc/aosc-aaa/autobuild/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install -dm1777 /var/tmp

echo -e \
'
Welcome to AOSC OS (5.3.0)!
Welcome to AOSC OS (5.3.1)!
This is a feature and security update to the Core 5 series.
Expand All @@ -32,6 +32,7 @@ Updates:
- 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 Perl with security fixes.
- Updated Linux API Headers to 4.16.2.
- Updated Ncurses to 6.1+20180407.
- Updated Bash to 4.4.19.
Expand All @@ -44,9 +45,9 @@ What to Expect:
-------------------------------------------------------------------------------
For a full changelog of Core 5.3.0, please read at:
For a full changelog of Core 5.3.1, please read at:
https://github.com/AOSC-Dev/aosc-os-core/releases/tag/v5.3.0
https://github.com/AOSC-Dev/aosc-os-core/releases/tag/v5.3.1
-------------------------------------------------------------------------------
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.3.0
VER=5.3.1
GITSRC="https://github.com/AOSC-Dev/aosc-aaa"
GITCO="tags/v$VER"

0 comments on commit f0a993d

Please sign in to comment.