1.. _skiboot-6.0.12:
2
3==============
4skiboot-6.0.12
5==============
6
7skiboot 6.0.12 was released on Monday November 12th, 2018. It replaces
8:ref:`skiboot-6.0.11` as the current stable release in the 6.0.x series.
9
10It is recommended that 6.0.12 be used instead of any previous 6.0.x version
11due to the bug fixes it contains.
12
13The bug fixes are:
14
15- hiomap: quieten warning on failing to move a window
16
17  This isn't *necessarily* an error that we should complain loudly about.
18  If, for example, the BMC enforces the Read Only flag on a FFS partition,
19  opening a write window *should* fail, and we do indeed test this in
20  op-test.
21
22  Thus we deal with the error in a well known path: returning an error
23  code and then it's eventually a userspace problem.
24- libflash/ipmi-hiomap: Respect daemon presence and flash control
25