gnucash-on-osx master: Bug 797081 - OFX Import drops long memo strings if the memo is followed..

John Ralls jralls at code.gnucash.org
Mon Feb 11 19:13:23 EST 2019


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/86787b20 (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/40d5214d (commit)



commit 86787b2026ce6909ffa757da4a920ab4b53e0baa
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Feb 11 16:10:51 2019 -0800

    Bug 797081 - OFX Import drops long memo strings if the memo is followed..
    
    directly with a proprietary tag on the same line.
    Fix was in libofx, this just uses the release when building Mac bundles.

diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index e09c5a7..16ac0e3 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -130,8 +130,8 @@
   </autotools>
 
   <autotools id="libofx" autogen-sh='configure'>
-    <branch repo="sourceforge" module="libofx/libofx-0.9.10.tar.gz"
-	    version="0.9.10"/>
+    <branch repo="sourceforge" module="libofx/libofx-0.9.14.tar.gz"
+	    version="0.9.14"/>
     <dependencies>
       <dep package="OpenSP"/>
     </dependencies>



Summary of changes:
 modulesets/gnucash.modules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list