summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 22 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0bcc41e..ed7fa51 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+v4_0_31
+ - Move Linux-specific block device sizing code into
+ linux-specific section of devices.c
+ - Error messages for all failure cases on fs_init failure
+ - Fix compilation without XDF support (OpenImage signature)
+ - Fix polarity of format_xdf command-line parameter of mformat
+ - In XDF_IO retry enough times to actually succeed, even if
+ FDC was in a bad state before
+ - Remove useless buffer flushing triggered when giving up a
+ reference to a stream node that is still referenced
+ elsewhere.
+ - Clearer error message if neither size nor geometry of drive
+ to be mformatted is known
+ - In mformat, make Fs dynamically allocated rather than
+ on-stack, so as to be able to use utilities supplied by
+ stream.c
+ - Remove duplicate writing of backup boot sector
+ - Allow to infer geometry if only size is specified
+ - Protect against attempt to create zero-sized buffer
+ - Code simplification in mattrib
+ - Remove dead code in mpartition
+
v4_0_30
- Fixed XDF floppy disk access
- Fixed faulty behavior at end of image in mcat