[bmap-tools] [PATCH 8/9] RELEASE_NOTES: write about pbzip2 support

Artem Bityutskiy dedekind1 at gmail.com
Tue Jan 28 08:46:00 EST 2014


From: Artem Bityutskiy <artem.bityutskiy at intel.com>

Change-Id: I4ff61ce88356e2e1d83da2834a9e8b175a4d7774
Signed-off-by: Artem Bityutskiy <artem.bityutskiy at intel.com>
---
 docs/RELEASE_NOTES | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/RELEASE_NOTES b/docs/RELEASE_NOTES
index d4a9f3a..43c9f42 100644
--- a/docs/RELEASE_NOTES
+++ b/docs/RELEASE_NOTES
@@ -17,6 +17,14 @@ Release 3.2
    is used to detect whether SEEK_HOLE is really implemented, or the system
    just fakes it by always returning EOF.
 
+2. Support multi-stream bzip2 archives, like the ones created by the "pbzip2"
+   tool. Unfortunately, this requires bmaptool users to install the "bz2files"
+   library from PyPI. In Fedora and OpenSuse, this could be done with the
+   following commands:
+       $ zypper install python-pip # Fedora
+       $ yum install python-pip # OpenSuse
+       $ pip install bz2file
+
 Bug-fix release 3.1
 ~~~~~~~~~~~~~~~~~~~
 
-- 
1.8.3.1




More information about the Bmap-tools mailing list