Mercurial > libpst
comparison ChangeLog @ 85:582e927756d3 stable-0-6-15
Patch from Robert Simpson for file handle leak in error case.
Fix for missing length on lz decompression, bug found by Chris White.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 30 Jul 2008 22:01:52 -0700 |
parents | b370d9e8aa10 |
children | 3ec5ad97e926 |
comparison
equal
deleted
inserted
replaced
84:49b1d7a6b2b4 | 85:582e927756d3 |
---|---|
1 LibPST 0.6.15 (2008-07-30) | |
2 * Patch from Robert Simpson for file handle leak in error case. | |
3 * Fix for missing length on lz decompression, bug found by Chris White. | |
4 | |
1 LibPST 0.6.14 (2008-06-15) | 5 LibPST 0.6.14 (2008-06-15) |
2 =============================== | 6 =============================== |
3 * Fix my mistake in debian packaging. | 7 * Fix my mistake in debian packaging. |
4 | 8 |
5 LibPST 0.6.13 (2008-06-13) | 9 LibPST 0.6.13 (2008-06-13) |
6 =============================== | 10 =============================== |
7 * Patch from Robert Simpson for encryption type 2. | 11 * Patch from Robert Simpson for encryption type 2. |
8 * Fix the order of testing item types to avoid claiming | 12 * Fix the order of testing item types to avoid claiming |
9 there are multiple message stores. | 13 there are multiple message stores. |
10 | 14 |
11 LibPST 0.6.12 (2008-06-10) | 15 LibPST 0.6.12 (2008-06-10) |
12 =============================== | 16 =============================== |
13 * Patch from Joachim Metz for debian packaging, and fix | 17 * Patch from Joachim Metz for debian packaging, and fix |
14 for incorrect length on lz decompression. | 18 for incorrect length on lz decompression. |
15 | 19 |
16 LibPST 0.6.11 (2008-06-03) | 20 LibPST 0.6.11 (2008-06-03) |
17 =============================== | 21 =============================== |
18 * Use ftello/fseeko to properly handle large files. | 22 * Use ftello/fseeko to properly handle large files. |
19 * Document and properly use datasize field in b5 blocks. | 23 * Document and properly use datasize field in b5 blocks. |
21 | 25 |
22 LibPST 0.6.10 (2008-05-29) | 26 LibPST 0.6.10 (2008-05-29) |
23 =============================== | 27 =============================== |
24 * Patch from Robert Simpson <rsimpson@idiscoverglobal.com> | 28 * Patch from Robert Simpson <rsimpson@idiscoverglobal.com> |
25 fix doubly-linked list in the cache_ptr code, and allow | 29 fix doubly-linked list in the cache_ptr code, and allow |
26 arrays of unicode strings (without converting them). | 30 arrays of unicode strings (without converting them). |
27 * More changes for Fedora packaging (#434727) | 31 * More changes for Fedora packaging (#434727) |
28 * Fixes for const correctness. | 32 * Fixes for const correctness. |
29 | 33 |
30 LibPST 0.6.9 (2008-05-16) | 34 LibPST 0.6.9 (2008-05-16) |
31 =============================== | 35 =============================== |
32 * Patch from Joachim Metz <joachim.metz@gmail.com> for 64 bit | 36 * Patch from Joachim Metz <joachim.metz@gmail.com> for 64 bit |
33 compile. | 37 compile. |