Skip to content

Commit

Permalink
Bump version to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paradigm committed Mar 27, 2019
1 parent 4391669 commit 360fbb1
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
#
# make check

VERSION=0.7.1
VERSION=0.7.2
CODENAME=Poki
ARCH=$(shell uname -m)
RELEASE=Bedrock Linux $(VERSION) $(CODENAME)
Expand Down
15 changes: 15 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 0.7.2

- Made `makepkg` and similar programs restricted by default via new
`[cross-bin-restrict]` configuration.
- Add snap and flatpak items to bedrock.conf
- Added delay between etcfs overrides, which fixes `xbps-install` updating
etcfs-override files such as /etc/environment.
- Added confirmation prompt to installer when hijacking.
- Added sanity checks to installer for WSL and LVM global directories.
- `strat` now sets SHELL=/bin/sh when restricted, as crossfs SHELL entries do
not work when restricted.
- Improved various error messages.
- Added experimental brl-fetch support for Clear Linux, Slackware, and Solus.
- Various minor fixes.

# 0.7.1

- Fixed various issues with init/initrd system for some distros.
Expand Down
6 changes: 4 additions & 2 deletions releases
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,15 @@
# Current release #
###################
# x86_64
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.1/bedrock-linux-0.7.1-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.2/bedrock-linux-0.7.2-x86_64.sh
# arm7vl
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.1/bedrock-linux-0.7.1-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.2/bedrock-linux-0.7.2-armv7l.sh

#################
# Past releases #
#################
# x86_64
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.1/bedrock-linux-0.7.1-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.0/bedrock-linux-0.7.0-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.0beta7/bedrock-linux-0.7.0beta7-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.0beta6/bedrock-linux-0.7.0beta6-x86_64.sh
Expand All @@ -54,6 +55,7 @@ https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.0bet
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.0beta2/bedrock-linux-0.7.0beta2-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.0beta1/bedrock-linux-0.7.0beta1-x86_64.sh
# arm7vl
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.1/bedrock-linux-0.7.1-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.0/bedrock-linux-0.7.0-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.0beta7/bedrock-linux-0.7.0beta7-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.0beta6/bedrock-linux-0.7.0beta6-armv7l.sh
5 changes: 5 additions & 0 deletions src/installer/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,11 @@ update() {
notice "Made ${color_cmd}brl status${color_norm} more robust. Many strata may now report as broken. Reboot to remedy."
fi

if ver_cmp_first_newer "0.7.2" "${current_version}"; then
new_etcfs=true
new_crossfs=true
fi

if "${new_crossfs}"; then
notice "Updated crossfs. Cannot restart Bedrock FUSE filesystems live. Reboot to complete change."
fi
Expand Down

0 comments on commit 360fbb1

Please sign in to comment.