Mercurial > libpst
diff libpst.spec.in @ 75:987aa872294e stable-0-6-11
Use ftello/fseeko to properly handle large files.
Document and properly use datasize field in b5 blocks.
Fix some MSVC compile issues and collect MSVC dependencies into one place.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 03 Jun 2008 12:00:58 -0700 |
parents | 3cb02cb1e6cd |
children | 535075b4d261 |
line wrap: on
line diff
--- a/libpst.spec.in Thu May 29 18:59:38 2008 -0700 +++ b/libpst.spec.in Tue Jun 03 12:00:58 2008 -0700 @@ -47,6 +47,11 @@ %changelog +* Tue Jun 03 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.11-1 +- Use ftello/fseeko to properly handle large files. +- Document and properly use datasize field in b5 blocks. +- Fix some MSVC compile issues and collect MSVC dependencies into one place. + * Thu May 29 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.10-1 - Patch from Robert Simpson for doubly-linked list code and arrays of unicode strings.