update to 0.6.15

This commit is contained in:
Carl Byington 2008-08-03 21:45:41 +00:00
parent 3463b82053
commit 0c1982f2a0
2 changed files with 5 additions and 1 deletions

BIN
libpst-0.6.15.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Summary: Utilities to convert Outlook .pst files to other formats Summary: Utilities to convert Outlook .pst files to other formats
Name: libpst Name: libpst
Version: 0.6.14 Version: 0.6.15
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/Productivity Group: Applications/Productivity
@ -47,6 +47,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Wed Jul 30 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.15-1
- Patch from Robert Simpson for file handle leak in error case.
- Fix for missing length on lz decompression, bug found by Chris White.
* Sun Jun 15 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.14-1 * Sun Jun 15 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.14-1
- Fix my mistake in debian packaging. - Fix my mistake in debian packaging.