summaryrefslogtreecommitdiff
path: root/ANNOUNCE-2.6.2
Commit message (Collapse)AuthorAge
* Release 2.6.2Neil Brown2007-05-21
|
* Fix handling of negative bitmap offsets on 64bit hosts.Neil Brown2007-05-21
The bitmap offset is a signed 32bit number, so casting to (long) isn't sufficient. We must cast to (int32_t).