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

Commit

Permalink
core: prepare for 5.1.0
Browse files Browse the repository at this point in the history
This is a feature 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.12.
- Updated Ncurses to 6.0+20171230 to include security and bug fixes.
- Updated Binutils with the newest changes on the 2.29.1 branch.
- Updated MPFR to 4.0.0 (ABI version 6).
- Updated GDBM to 1.14.1.

Changes and Fixes:

- Disabled binary stripping in GNU C Library to aid with debugging.
- Rebuilt GMP to adapt to ABI changes in LibLTO.

What to Expect:

- A smooth update with little incompatibility, though it could happen.
  • Loading branch information
MingcongBai committed Jan 7, 2018
1 parent 9af7990 commit 7c834d0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 20 deletions.
32 changes: 13 additions & 19 deletions core-misc/aosc-aaa/autobuild/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -17,39 +17,33 @@ install -dm1777 /var/tmp

echo -e \
'
Welcome to AOSC OS (5.0.0)!
Welcome to AOSC OS (5.1.0)!
This is a new series of AOSC OS Core with major updates and fixes over the old
Core 4 series.
This is a feature update to the Core 5 series...
Updates:
- Updated GNU C Library to 2.26.
- Updated GNU Binutils to 2.29.
- Updated GNU MPFR Library to 3.1.3.
- Updated Interger Set Library to 0.18.
- Updated GNU Compiler Compilation (GCC) to 7.2.0.
- Updated GNU DBM to 1.13.
- Updated Berkeley DB to 6.2.32.
- Updated Perl to 5.24.3.
- Updated GNU C Library with the newest changes on the 2.26 branch.
- Updated Linux API Headers to 4.14.12.
- Updated Ncurses to 6.0+20171230 to include security and bug fixes.
- Updated Binutils with the newest changes on the 2.29.1 branch.
- Updated MPFR to 4.0.0 (ABI version 6).
- Updated GDBM to 1.14.1.
Changes:
Changes and Fixes:
- Moved GCC specs from `autobuild3` to `gcc`, avoids potential build failures
with software that records build-time compiler flags - when Autobuild3 is
not installed.
- Moved Timezone Data out of Core tree, to allow for more timely updates.
- Disabled binary stripping in GNU C Library to aid with debugging.
- Rebuilt GMP to adapt to ABI changes in LibLTO.
What to Expect:
- A smooth update with little incompatibility, though it could happen.
- Minor performance gain from GNU C Library and GCC Runtime enhancements.
-------------------------------------------------------------------------------
For a full changelog of Core 5.0.0, please read at:
For a full changelog of Core 5.1.0, please read at:
https://github.com/AOSC-Dev/aosc-os-core/releases/tag/v5.0.0
https://github.com/AOSC-Dev/aosc-os-core/releases/tag/v5.1.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,2 +1,2 @@
VER=5.0.0+2
VER=5.1.0
SRCTBL="https://github.com/AOSC-Dev/aosc-aaa/archive/v${VER}.tar.gz"

0 comments on commit 7c834d0

Please sign in to comment.