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

John Ralls jralls at code.gnucash.org
Mon Feb 11 18:47:34 EST 2019


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/f83a2194 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/598e01e9 (commit)



commit f83a219478fbbcf636198bf0f4751fff250355ae
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Feb 11 15:45:50 2019 -0800

    Bug 797081 - OFX Import drops long memo strings if the memo is followed...
    
    directly with a proprietary tag on the same line.
    
    Fixed in libofx, this commit uses it for the Windows build.

diff --git a/gnucash.modules b/gnucash.modules
index 93c36f1..fba91cb 100644
--- a/gnucash.modules
+++ b/gnucash.modules
@@ -222,8 +222,8 @@
   </autotools>
 
   <autotools id="libofx" autogen-sh='autoreconf'>
-    <branch repo="sourceforge" module="libofx/libofx-0.9.13.tar.gz"
-	    version="0.9.13"/>
+    <branch repo="sourceforge" module="libofx/libofx-0.9.14.tar.gz"
+	    version="0.9.14"/>
     <dependencies>
       <dep package="OpenSP"/>
     </dependencies>



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



More information about the gnucash-changes mailing list