RELEASE_NOTES: turn into 1.0 notes
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Mon, 3 Dec 2012 07:57:34 +0000 (09:57 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Mon, 3 Dec 2012 07:57:34 +0000 (09:57 +0200)
I am going to make release 1.0, and there are no differences between 1.0-rc7
and 1.0, so let's turn rc7 release notes into 1.0 release notes.

Change-Id: I01f69aae0103af7b96464efe6b0cd2d6d5126a38
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
RELEASE_NOTES

index 866deb9..1b85d5c 100644 (file)
@@ -1,10 +1,10 @@
-Pre-release 1.0-rc7
-~~~~~~~~~~~~~~~~~~~
+Release 1.0
+~~~~~~~~~~~
 
-We are approaching the first bmap-tools release 1.0. All the features are
-implemented, automated tests are implemented. We provide nice API modules
-for bmap creation ('BmapCreate.py') and copying with bmap ('BmapCopy.py').
-The 'Fiemap.py' API module provides python API to the FIEMAP Linux ioctl.
+The first bmap-tools release. All the planned features are implemented,
+automated tests are implemented. We provide nice API modules for bmap creation
+('BmapCreate.py') and copying with bmap ('BmapCopy.py'). The 'Fiemap.py' API
+module provides python API to the FIEMAP Linux ioctl.
 
 The 'bmaptool' command-line tool is a basically a small wrapper over the
 API modules. It implements the 'create' and 'copy' sub-commands, which