From 8ff3232226de18deaea2a9ccf8c72e3e71202f3c Mon Sep 17 00:00:00 2001 From: Carl Byington Date: Fri, 28 Nov 2008 23:50:19 +0000 Subject: [PATCH] update to 0.6.22 --- .cvsignore | 2 +- libpst.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 7de9bd1..0160611 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libpst-0.6.21.tar.gz +libpst-0.6.22.tar.gz diff --git a/libpst.spec b/libpst.spec index 5d67e76..a32710a 100644 --- a/libpst.spec +++ b/libpst.spec @@ -1,6 +1,6 @@ Summary: Utilities to convert Outlook .pst files to other formats Name: libpst -Version: 0.6.21 +Version: 0.6.22 Release: 1%{?dist} License: GPLv2+ Group: Applications/Productivity @@ -47,9 +47,14 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Nov 28 2008 Carl Byington - 0.6.22-1 +- patch from David Cuadrado to process emails with type PST_TYPE_OTHER +- base64_encode_multiple() may insert newline, needs larger malloc +- subject lines shorter than 2 bytes could segfault + * Tue Oct 21 2008 Carl Byington - 0.6.21-1 - fix title bug with old schema in pst2ldif. -- also escape commas in attributes per rfc4514. +- also escape commas in distinguished names per rfc4514. * Thu Oct 09 2008 Carl Byington - 0.6.20-1 - add configure option --enable-dii=no to remove dependency on libgd. diff --git a/sources b/sources index 03a6c2e..39d7c03 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3badc981bb36bc3fd2d7e83552f52e28 libpst-0.6.21.tar.gz +39de4f107374980191c1a1bf1d8f52c4 libpst-0.6.22.tar.gz