From 12e1061eb7bc390bb05380e06e0b0767a0ca8c12 Mon Sep 17 00:00:00 2001 From: Daniel Thau Date: Sun, 17 Mar 2024 17:48:46 -0400 Subject: [PATCH] Bump version to 0.7.30beta1 --- Makefile | 4 ++-- ReleaseNotes.md | 7 +++++++ releases | 25 ++++++++++++++++++++----- 3 files changed, 29 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index c031a08a..325bcf5e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # modify it under the terms of the GNU General Public License # version 2 as published by the Free Software Foundation. # -# Copyright (c) 2012-2023 Daniel Thau +# Copyright (c) 2012-2024 Daniel Thau # # This creates a script which can be used to install or update a Bedrock Linux # system. @@ -131,7 +131,7 @@ # # make check -BEDROCK_VERSION=0.7.29 +BEDROCK_VERSION=0.7.30beta1 CODENAME=Poki ARCHITECTURE=$(shell ./detect_arch.sh | head -n1) FILE_ARCH_NAME=$(shell ./detect_arch.sh | awk 'NR==2') diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 51d8e0d1..20d9a5e9 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,10 @@ +# 0.7.30beta1 + +- Fixed brl-fetch Void +- Fixed etcfs listxattr read-only requests +- Fixed etcfs statfs on non-directories +- Fixed handling of missing/erroring /etc/profiles + # 0.7.29 - Build system updates diff --git a/releases b/releases index 8071e1ed..92b60f27 100644 --- a/releases +++ b/releases @@ -37,6 +37,26 @@ # Current release # ################### +https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.30beta1-x86_64.sh +https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.30beta1-s390x.sh +https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.30beta1-ppc64le.sh +https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.30beta1-ppc64.sh +https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.30beta1-ppc.sh +https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.30beta1-mipsel.sh +https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.30beta1-mips64el.sh +https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.30beta1-mips.sh +https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.30beta1-i686.sh +https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.30beta1-i586.sh +https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.30beta1-i486.sh +https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.30beta1-i386.sh +https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.30beta1-armv7l.sh +https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.30beta1-armv7hl.sh +https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.30beta1-aarch64.sh + +################# +# Past releases # +################# + https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.29-x86_64.sh https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.29-s390x.sh https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.29-ppc64le.sh @@ -52,11 +72,6 @@ https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/b https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.29-armv7l.sh https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.29-armv7hl.sh https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.29-aarch64.sh - -################# -# Past releases # -################# - https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-x86_64.sh https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-s390x.sh https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-ppc64le.sh