docs: update release notes for release 2.3
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Mon, 6 May 2013 07:55:29 +0000 (10:55 +0300)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 7 May 2013 08:42:43 +0000 (11:42 +0300)
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
docs/RELEASE_NOTES

index 5674fcb05d0030915526746067726c1cfb9b0661..c192bddec54670700cb4bca2cb0bf55589724ecb 100644 (file)
@@ -1,3 +1,22 @@
+Bug-fix release 2.3
+~~~~~~~~~~~~~~~~~~~
+
+1. Add bmap file SHA1 checksum into the bmap file itself in order to improve
+   robustness of bmaptool. Now we verify bmap file integrity before using it,
+   and if it is corrupted on incomplete, we should be able to detect this.
+
+   This also means that if one changes the bmap file manually, bmaptool will
+   detect SHA1 mismatch and fail. In order to prevent the failure, one has to
+   update the bmap file's SHA1 by putting all ASCII 0 symbols (should be 40
+   zeroes) to the bmap file "sha1" attribute, and then generating SHA1 of that,
+   and putting the result back to the bmap file (by substituting the zeroes).
+
+2. Re-structure the bmap file layout and put information about mapped blocks
+   count at the beginning of the bmap XML file, not after the block map table.
+   This will make it possible to optimize bmap file parsing in the future.
+
+2. Make the test-suite work on btrfs.
+
 Bug-fix release 2.2
 ~~~~~~~~~~~~~~~~~~~