Changelog for
libofx-0.10.5-bp156.2.5.x86_64.rpm :
* Thu May 05 2022 Christophe Giboudeaux
- Update to 0.10.5
* Fix missing include for ptrdiff_t on Homebrew
* Fix parallel builds by fixing the man-page build
* Remove all \"using namespace std\" directives
* Fix some minor memory leaks
* Revert typos fixes
* Tue Nov 09 2021 Dominique Leuenberger - Require libofx7 from the devel package: requiring the library as the target to the .so symlink is mandatory.
* Thu Oct 14 2021 Christophe Giboudeaux - Update to 0.10.3:
* Fix gmt offset seconds
* Fix various typos in source code
* Sun Sep 19 2021 Christophe Giboudeaux - Update to 0.10.2
* Improved imported date stability
* Respect --libdir for opensp. Don\'t override docdir.
* Mon Mar 08 2021 Dirk Müller - update to 0.10.1:
* Correct casting of iconv input argument
* Let ofxdump also return an error value on error
* Code cleanup towards normal C++
* Sun Jan 24 2021 Dirk Müller - update to 0.10.0:
* fixed: Remove unimplemented function from libofx.h header
* fixed: Return error value if file parsing is unsuccessful in libofx_proc_file
* fixed: Use given parameter for actual file type in libofx_proc_file
* Large contribution adding investment / security handling in OFX files, by jeffjl74. ABI-breaking change, hence MINOR version incremented (due to MAJOR still at zero), but libofx.h API should only have additions
* jeffjl74 Enhanced handling of investments in OFX files (support not added to OFC)
* increased OFX_SECNAME_LENGTH to match the OFX spec (ABI-breaking change, hence MINOR version incremented) OfxSecurityData now includes: - an enum for the type of the security (stock, bond, fund, option) - the optional fields - the mandatory and fields - the optional and fields
* added parsing for cash balances in investment accounts - usefulness depends upon how the broker uses these fields - Vanguard fund account puts the market value in there instead of the cash balance - other tested brokers use it appropriately, though the date of the balance is sometimes inconsistent usually due to unsettled trades, i.e. the \"as of\" date will say \"today\" but the cash balance will actually be from a couple of days ago with the difference being unsettled trades.
* fields under an are now parsed into an OfxInvestmentTransactionContainer
* added the fields from section 13.9.2.4.2 of OFX spec 2.1.1 to OfxTransactionData
* added support to provide balances for securities
* added , , and parsing and fields to transactions, securities, and positions
* added a new account type OfxAccountData::OFX_401K
* added a fix for sourceforge bug #46 account callback on
* modified ofxdump to support the above changes
* added investment account examples from OFX 2.1.1 spec to \"ofx_sample_files\"
* could not get openSP to parse ofx201.dtd
* Thu Aug 20 2020 Dirk Mueller - update to 0.9.15:- Fix segfault on uninitialized iconv- Make file format less stringent- Minor fixes in the build system- Fix proprietary tags striping eating the content of the previous tag if proprietary tag is in the middle of the line- Don\'t output invalid line numbers on the console before SGML processing starts- Fix potential heap overflow - Fix crash on some malformed ofx files - Fix crash in ofxconnect on missing command line arguments - Fix for daylight savings time handling - Easier compile on macos: obey LIBTOOLIZE env variable, and fallback to glibtoolize - Fix compile on win32 (mingw-w64) - Performance an reliability fixes in header parsing - Strip CATEGORY tag added by Chase bank- remove libofx-CVE-2017-14731.patch (upstream)
* Thu Apr 19 2018 jengelhAATTinai.de- Trim history from description. Remove ineffective --with-pic (applies to static libs only). Rectify RPM groups.
* Thu Mar 22 2018 dimstarAATTopensuse.org- Update to version 0.9.12: + Fixing a buffer overflow (CVE-2017-2816).- Add libofx-CVE-2017-14731.patch: Fix a buffer overflow on unexpected tag names (CVE-2017-14731, boo#1060437).
* Wed Sep 14 2016 fcrozatAATTsuse.com- Update to version 0.9.11: + Add support for client uid, from kde#366326 bug.- Rename libofx6 subpackage to libofx7, following the soname bump.- Delete backup files that should not be in the tarball.
* Wed Mar 02 2016 dimstarAATTopensuse.org- Replace libxmll++-devel BuildRequires with pkgconfig(libxml++-2.6) in order to be ready for the compatibility package introduction (libxml++ goes 3.0).
* Fri Jan 30 2015 zaitorAATTopensuse.org- Update to version 0.9.10: + Fix missing balance dates (ledger_balance_date, available_balance_date).