Mercurial > libpst
changeset 96:2e3ec9511166
update the release notes
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 14 Sep 2008 11:56:19 -0700 |
parents | ff1743cbe4aa |
children | 57bc6251f8dd |
files | AUTHORS ChangeLog NEWS configure.in libpst.spec.in |
diffstat | 5 files changed, 13 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/AUTHORS Sat Sep 13 20:15:40 2008 -0700 +++ b/AUTHORS Sun Sep 14 11:56:19 2008 -0700 @@ -20,3 +20,4 @@ Joachim Metz <joachim.metz@gmail.com> Robert Simpson <rsimpson@idiscoverglobal.com> Justin Greer <jgreer@nextpoint.com> + Bharath Acharya <abharath@novell.com>
--- a/ChangeLog Sat Sep 13 20:15:40 2008 -0700 +++ b/ChangeLog Sun Sep 14 11:56:19 2008 -0700 @@ -1,3 +1,8 @@ +LibPST 0.6.19 (2008-09-14) +=============================== + * Fix base64 encoding that could create long lines + * Initial work on a .so shared library from Bharath Acharya. + LibPST 0.6.18 (2008-08-28) =============================== * Fixes for iconv on Mac from Justin Greer.
--- a/NEWS Sat Sep 13 20:15:40 2008 -0700 +++ b/NEWS Sun Sep 14 11:56:19 2008 -0700 @@ -1,3 +1,4 @@ +0.6.19 2008-09-14 Initial work on a .so shared library from Bharath Acharya. 0.6.18 2008-08-28 Fixes for iconv on Mac from Justin Greer. 0.6.17 2008-08-05 More fixes for 32/64 bit portability on big endian ppc. 0.6.16 2008-08-05 Use inttypes.h for portable printing of 64 bit items.
--- a/configure.in Sat Sep 13 20:15:40 2008 -0700 +++ b/configure.in Sun Sep 14 11:56:19 2008 -0700 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(libpst,0.6.18,carl@five-ten-sg.com) +AC_INIT(libpst,0.6.19,carl@five-ten-sg.com) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADER([config.h]) @@ -34,7 +34,7 @@ ) AC_HEADER_DIRENT AC_HEADER_STDC -AC_CHECK_HEADERS([fcntl.h limits.h malloc.h netinet/in.h stdint.h stdlib.h string.h sys/param.h wchar.h]) +AC_CHECK_HEADERS([fcntl.h inttypes.h limits.h stdint.h stdlib.h string.h sys/param.h unistd.h wchar.h]) if test "$my_build_dii" = "yes"; then AC_CHECK_HEADERS([gd.h]) fi
--- a/libpst.spec.in Sat Sep 13 20:15:40 2008 -0700 +++ b/libpst.spec.in Sun Sep 14 11:56:19 2008 -0700 @@ -47,6 +47,10 @@ %changelog +* Sun Sep 14 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.19-1 +- Fix base64 encoding that could create long lines. +- Initial work on a .so shared library from Bharath Acharya. + * Thu Aug 28 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.18-1 - Fixes for iconv on Mac from Justin Greer.