RELEASE_NOTES: write about pbzip2 support
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 28 Jan 2014 12:36:07 +0000 (14:36 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 28 Jan 2014 12:36:07 +0000 (14:36 +0200)
Change-Id: I4ff61ce88356e2e1d83da2834a9e8b175a4d7774
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
docs/RELEASE_NOTES

index d4a9f3ad76d6601aef457187ad87133a992c8d69..43c9f42de8a39b9e52f0b158d93b2804b6e3fad2 100644 (file)
@@ -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
 ~~~~~~~~~~~~~~~~~~~