# HG changeset patch # User Carl Byington # Date 1379891410 25200 # Node ID f1595a84790b82d75c3c92f31984c544f74e1e6c # Parent 0a667645cc3e6e5d55dd9e3b2d0a16e9af3b420f Old dependency filter breaks file coloring diff -r 0a667645cc3e -r f1595a84790b ChangeLog --- a/ChangeLog Sun Sep 22 16:04:40 2013 -0700 +++ b/ChangeLog Sun Sep 22 16:10:10 2013 -0700 @@ -1,3 +1,7 @@ +LibPST 0.6.62 (2013-09-22) +=============================== + * 983596 - Old dependency filter breaks file coloring + LibPST 0.6.61 (2013-08-06) =============================== * move documentation to unversioned directory diff -r 0a667645cc3e -r f1595a84790b NEWS --- a/NEWS Sun Sep 22 16:04:40 2013 -0700 +++ b/NEWS Sun Sep 22 16:10:10 2013 -0700 @@ -1,3 +1,4 @@ +0.6.62 2013-09-22 983596 - Old dependency filter breaks file coloring 0.6.61 2013-08-06 move documentation to unversioned directory 0.6.60 2013-06-12 add AC_USE_SYSTEM_EXTENSIONS, add readpst -a option for attachment stripping 0.6.59 2013-05-17 add autoconf checking for libgsf diff -r 0a667645cc3e -r f1595a84790b configure.in --- a/configure.in Sun Sep 22 16:04:40 2013 -0700 +++ b/configure.in Sun Sep 22 16:10:10 2013 -0700 @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(libpst,0.6.61,carl@five-ten-sg.com) +AC_INIT(libpst,0.6.62,carl@five-ten-sg.com) AC_CONFIG_SRCDIR([src/libpst.c]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4]) @@ -48,6 +48,7 @@ # 0.6.59 libpst.so.4 libpst.so.4.1.8 # 0.6.60 libpst.so.4 libpst.so.4.1.9 # 0.6.61 libpst.so.4 libpst.so.4.1.9 +# 0.6.62 libpst.so.4 libpst.so.4.1.9 diff -r 0a667645cc3e -r f1595a84790b libpst.spec.in --- a/libpst.spec.in Sun Sep 22 16:04:40 2013 -0700 +++ b/libpst.spec.in Sun Sep 22 16:10:10 2013 -0700 @@ -1,7 +1,7 @@ Summary: Utilities to convert Outlook .pst files to other formats Name: @PACKAGE@ Version: @VERSION@ -Release: 2%{?dist} +Release: 1%{?dist} License: GPLv2+ Group: Applications/Productivity Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz @@ -154,7 +154,7 @@ %changelog -* Sun Sep 22 2013 Carl Byington 0.6.61-2 +* Sun Sep 22 2013 Carl Byington 0.6.62-1 - 983596 - Old dependency filter breaks file coloring * Tue Aug 06 2013 Carl Byington 0.6.61-1