Skip to content

Commit

Permalink
Bump version to 0.7.30beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
paradigm committed Mar 17, 2024
1 parent 97fa6d7 commit e6e1f29
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
# Copyright (c) 2012-2024 Daniel Thau <[email protected]>
#
# This creates a script which can be used to install or update a Bedrock Linux
# system.
Expand Down Expand Up @@ -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')
Expand Down
7 changes: 7 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e6e1f29

Please sign in to comment.