Skip to content

Commit

Permalink
Bump version to 0.7.30
Browse files Browse the repository at this point in the history
  • Loading branch information
paradigm committed Apr 22, 2024
1 parent 440aa7d commit db2c31d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
#
# make check

BEDROCK_VERSION=0.7.30beta2
BEDROCK_VERSION=0.7.30
CODENAME=Poki
ARCHITECTURE=$(shell ./detect_arch.sh | head -n1)
FILE_ARCH_NAME=$(shell ./detect_arch.sh | awk 'NR==2')
Expand Down
8 changes: 1 addition & 7 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
# 0.7.30beta2

- Revert xz version to 5.4.6
- See https://nvd.nist.gov/vuln/detail/CVE-2024-3094
- Note beta1 build with 5.6.1 used git, not tarball, and was unaffected. This is an unlikely unnecessary precaution.

# 0.7.30beta1
# 0.7.30

- Fixed brl-fetch Void
- Fixed etcfs listxattr read-only requests
Expand Down
30 changes: 15 additions & 15 deletions releases
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@
# Current release #
###################

https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30beta2/bedrock-linux-0.7.30beta2-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30beta2/bedrock-linux-0.7.30beta2-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30beta2/bedrock-linux-0.7.30beta2-ppc64le.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30beta2/bedrock-linux-0.7.30beta2-ppc64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30beta2/bedrock-linux-0.7.30beta2-ppc.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30beta2/bedrock-linux-0.7.30beta2-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30beta2/bedrock-linux-0.7.30beta2-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30beta2/bedrock-linux-0.7.30beta2-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30beta2/bedrock-linux-0.7.30beta2-i686.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30beta2/bedrock-linux-0.7.30beta2-i586.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30beta2/bedrock-linux-0.7.30beta2-i486.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30beta2/bedrock-linux-0.7.30beta2-i386.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30beta2/bedrock-linux-0.7.30beta2-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30beta2/bedrock-linux-0.7.30beta2-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30beta2/bedrock-linux-0.7.30beta2-aarch64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30/bedrock-linux-0.7.30-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30/bedrock-linux-0.7.30-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30/bedrock-linux-0.7.30-ppc64le.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30/bedrock-linux-0.7.30-ppc64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30/bedrock-linux-0.7.30-ppc.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30/bedrock-linux-0.7.30-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30/bedrock-linux-0.7.30-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30/bedrock-linux-0.7.30-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30/bedrock-linux-0.7.30-i686.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30/bedrock-linux-0.7.30-i586.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30/bedrock-linux-0.7.30-i486.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30/bedrock-linux-0.7.30-i386.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30/bedrock-linux-0.7.30-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30/bedrock-linux-0.7.30-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30/bedrock-linux-0.7.30-aarch64.sh

#################
# Past releases #
Expand Down

0 comments on commit db2c31d

Please sign in to comment.