Skip to content

Commit

Permalink
Bump version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paradigm committed Dec 27, 2018
1 parent 8b87eee commit fd3ec6a
Show file tree
Hide file tree
Showing 3 changed files with 34 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.0
VERSION=0.7.1
CODENAME=Poki
ARCH=$(shell uname -m)
RELEASE=Bedrock Linux $(VERSION) $(CODENAME)
Expand Down
29 changes: 29 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# 0.7.1

- Fixed various issues with init/initrd system for some distros.
- Fixed hidden init-selection menu with Ubuntu
- Fixed systemd freezing with Fedora
- Fixed doubling of output due to lingering plymouthd with Fedora
- Added code to handle various conflicts automatically
- Automatically handle machine-id conflicts
- Automatically clean up dangling /etc/resolv.conf symlinks which confuse some networking software.
- Various and improvements fixes to brl-fetch
- Improved `brl fetch --help` description of -i flag.
- Fixed `brl fetch --releases debian`
- Fixed `brl fetch gentoo` locale configuration.
- Fixed mirror-prefix handling for Fedora.
- Fixed `brl fetch fedora` step count.
- Various reliability improvements for etcfs
- Increased defensiveness of handling of libfuse-provided values.
- Simplified injection logic
- Added new `Exec*` fields to crossfs ini filter
- Fixed brl-repair/enable handling of missing directories
- Fixed brl-which recognition of `/bedrock/strata/*` paths.
- Fixed brl-apply failing to apply new bedrock.conf share/bind fields
- Fixed brl-update unnecessary error message
- Added lsmod to brl-report.
- Fixed bedrock.conf comment typo.

# 0.7.0

- First Poki release. Changes are too numerous from Nyla, starting fresh release notes.
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.0/bedrock-linux-0.7.0-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.1/bedrock-linux-0.7.1-x86_64.sh
# arm7vl
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.1/bedrock-linux-0.7.1-armv7l.sh

#################
# Past releases #
#################
# x86_64
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
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.0beta5/bedrock-linux-0.7.0beta5-x86_64.sh
Expand All @@ -53,5 +54,6 @@ 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.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

0 comments on commit fd3ec6a

Please sign in to comment.