Skip to content

Commit 2ad68c9

Browse files
committed
v0.3.3 release
1 parent 0c2fe2f commit 2ad68c9

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## v0.3.3
4+
5+
* New features
6+
* Change Linux command line override format to actually work. New format is
7+
to pass `--` and then `key` or `key=value` parameters. For example,
8+
`-- rootfs.path=/dev/sda2 run_repl`
9+
* Create /dev/rootdisk symlinks - These are used various places to generically
10+
refer to the boot block device. Creating them here is more reliable than
11+
other locations since the symlinks are based on the nerves_initramfs
12+
configuration rather than trying to derive them from mount information.
13+
* Buildroot 2020.02
14+
* fwup v1.5.2 - footprint reductions
15+
16+
* Bug fixes
17+
* Fix block calculation for call to device mapper
18+
319
## v0.3.2
420

521
* New features

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.3.2
1+
VERSION=0.3.3
22

33
BISON ?= bison
44
FLEX ?= flex

0 commit comments

Comments
 (0)