From 90fd7ed24c25515ca8dff9e67f281ad21ee4a338 Mon Sep 17 00:00:00 2001 From: Martin Kinkelin Date: Fri, 3 May 2024 19:18:19 +0200 Subject: [PATCH] Bump frontend version / Phobos / dlang tools / reggae --- CHANGELOG.md | 2 +- CMakeLists.txt | 2 +- packaging/dlang-tools_version | 2 +- packaging/reggae_version | 2 +- runtime/phobos | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1ef1444595..f7eea822782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # LDC master #### Big news -- Frontend, druntime and Phobos are at version [2.108.0+](https://dlang.org/changelog/2.108.0.html). (#4591, #4615, #4619, #4622, #4623) +- Frontend, druntime and Phobos are at version [2.108.1](https://dlang.org/changelog/2.108.0.html). (#4591, #4615, #4619, #4622, #4623, #4640) - Support for [LLVM 18](https://releases.llvm.org/18.1.0/docs/ReleaseNotes.html). The prebuilt packages use v18.1.4 (except for macOS arm64). (#4599, #4605, #4607, #4604, #4628) - Android: Switch to native ELF TLS, supported since API level 29 (Android v10), dropping our former custom TLS emulation (requiring a modified LLVM and a legacy ld.bfd linker). The prebuilt packages themselves require Android v10+ (armv7a) / v11+ (aarch64) too, and are built with NDK r26d. Shared druntime and Phobos libraries are now available (`-link-defaultlib-shared`), as on regular Linux. (#4618) diff --git a/CMakeLists.txt b/CMakeLists.txt index 50c5a49c3a3..b1e41665c07 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -120,7 +120,7 @@ include(GetLinuxDistribution) set(LDC_VERSION "1.38.0") # May be overridden by git hash tag set(DMDFE_MAJOR_VERSION 2) set(DMDFE_MINOR_VERSION 108) -set(DMDFE_PATCH_VERSION 0) +set(DMDFE_PATCH_VERSION 1) set(DMD_VERSION ${DMDFE_MAJOR_VERSION}.${DMDFE_MINOR_VERSION}.${DMDFE_PATCH_VERSION}) diff --git a/packaging/dlang-tools_version b/packaging/dlang-tools_version index d8f3e1e572a..2753e37975c 100644 --- a/packaging/dlang-tools_version +++ b/packaging/dlang-tools_version @@ -1 +1 @@ -v2.108.0 \ No newline at end of file +v2.108.1 \ No newline at end of file diff --git a/packaging/reggae_version b/packaging/reggae_version index bf35f0316be..a3011f59c6c 100644 --- a/packaging/reggae_version +++ b/packaging/reggae_version @@ -1 +1 @@ -9a67d1a1f863c676f30b06ac606b34a792abebdd \ No newline at end of file +563fb9247a93a352a0999afebe810cbd740c6502 \ No newline at end of file diff --git a/runtime/phobos b/runtime/phobos index b8169f05ca8..ea74550c020 160000 --- a/runtime/phobos +++ b/runtime/phobos @@ -1 +1 @@ -Subproject commit b8169f05ca840755be32ded757dd7d9cd4a742a2 +Subproject commit ea74550c0202e3579403739d57c035130eefc898