Aktivität
von 04.05.2015 bis 02.06.2015
01.06.2015
- 19:16 AqBanking Revision df07f5f9 (aqbanking): Disabled debug output again.
- 19:16 AqBanking Revision a28b57b3 (aqbanking): Hmm, the problem with SEPA tags in SWIFT parser is more persistent than I thought...
- Should be fixed now.
- 18:33 AqBanking Revision 6970cb40 (aqbanking): Prepared release 5.6.1beta.
31.05.2015
- 16:22 AqBanking Revision b2c89c97 (aqbanking): Removed unneeded code.
- 16:11 AqBanking Revision 564d714a (aqbanking): SWIFT: Really fixed the no-SEPA-tags problem.
- Even if there is no real SEPA tag, the code always creates a "_purpose"
variable ion dbSepaTags, so a simple test for... - 15:50 AqBanking Revision 69753f08 (aqbanking): SWIFT_Parser: Fixed a problem with transaction without SEPA tags.
- If a transaction does not contain SEPA tags then the purpose strings
are handles as before. - 15:39 AqBanking Revision 252566a7 (aqbanking): AcHBCI: DKKKU: Set FiId from "Referenz"
- 15:39 AqBanking Revision f218d41c (aqbanking): AqHBCI: Update of DKKKU to handle additional purpose lines
25.05.2015
- 18:33 AqBanking Revision bf9612ee (aqbanking): Prepared release 5.6.0beta.
- 18:33 AqBanking Revision 00a96667 (aqbanking): Updated German bank data.
- 18:18 Gwenhywfar Revision c9bb7abb (gwenhywfar): Prepared release 4.14.0.
- 13:23 AqBanking Revision faacea4e (aqbanking): AqHBCI: Add support for COR1 SEPA multi debit notes.
- 12:21 AqBanking Revision 7a3f0d7d (aqbanking): AqHBCI: Remove autogenerated file from repository
- Commit 35292bfb erroneously added plugin/ajobs/accountjobs.xml to the
repository. Just drop it again and adjust the c...
23.05.2015
- 21:50 Gwenhywfar Revision a9bc3c14 (gwenhywfar): Fix segfault on windows when using HBCI with keyfile.
- Reported by hbrunn on
https://github.com/Gnucash/gnucash-on-windows/pull/5
20.05.2015
- 23:24 Gwenhywfar Revision 05994e4b (gwenhywfar): Major speedup of GWEN_Directory_GetMatchingFilesRecursively().
- Don't check for duplicates when adding files or folders to the file/folder
list. There should be no duplicate entries... - 21:51 AqBanking Revision 42a54cc2 (aqbanking): Fixed a memory leak.
- Correctly fixes a memory leak regarding "ctx".
- 21:32 AqBanking Revision fcd47489 (aqbanking): Partly revert a patch: Removed an errornous call to GWEN_Crypt_Token_Context_free().
- The object "ctx" ist still used after that call, because we use some
variables later which are stored inside the "ctx...
17.05.2015
- 18:51 AqBanking Revision 7740f39f (aqbanking): Disabled debugging code.
- 18:51 AqBanking Revision 4b45035a (aqbanking): Removed unneeded code.
- 13:18 AqBanking Revision 53884fb2 (aqbanking): Minor fix of SWIFT parser.
- Manually add purpose string outside a SEPA field as its own purpose line.
- 12:28 AqBanking Revision 0706325d (aqbanking): Mainly a test for the CVS mailing list.
- 12:19 AqBanking Revision f95d73d4 (aqbanking): Removes some unneeded preprocessor commands.
- 12:16 AqBanking Revision 176ff886 (aqbanking): Adapted SWIFT MT940 parser to bad behavior of some bank servers.
- Some banks - namely Sparda bank - don't adhere to the specs which state
that SEPA fields (e.g. "EREF+") must start at... - 10:35 Libchipcard Revision 63a69641 (libchipcard): Re-work Compiler Symbol Visibility Check
- This was inspired by http://stackoverflow.com/questions/5987219/best-practices-for-probing-for-symbol-visibility-exte...
- 10:22 Gwenhywfar Revision 029c9f56 (gwenhywfar): Re-work Compiler Symbol Visibility Check
- This was inspired by http://stackoverflow.com/questions/5987219/best-practices-for-probing-for-symbol-visibility-exte...
- 10:18 Gwenhywfar Revision 34df362f (gwenhywfar): Drop unused autoconf variable gwen_enable_export
16.05.2015
- 14:37 AqBanking Revision 699243c6 (aqbanking): Re-work Compiler Symbol Visibility Check
- This was inspired by http://stackoverflow.com/questions/5987219/best-practices-for-probing-for-symbol-visibility-exte...
15.05.2015
- 21:31 Libchipcard Revision 4e8e7925 (libchipcard): Fix symbol visibilty check for GCC 5.x
- GCC 5.x supports the -fvisibility=hidden flag too.
- 21:29 Gwenhywfar Revision b6649cdf (gwenhywfar): Fix symbol visibilty check for GCC 5.x
- GCC 5.x supports the -fvisibility=hidden flag too.
- 21:25 AqBanking Revision ed96e147 (aqbanking): Fix symbol visibilty check for GCC 5.x
- GCC 5.x supports the -fvisibility=hidden flag too.
14.05.2015
- 10:20 Gwenhywfar Revision 7fa325bc (gwenhywfar): Revert "Turn compiler warning for implicit function declaration into error."
- This reverts commit 9c20b0998c5f5825ede38ff22eb1b5211eda8741 because
"-Werror=implicit-function-declaration" doesn't ...
10.05.2015
- 17:15 AqBanking Revision a7d5a629 (aqbanking): Drop unsubstituted variables from aqbanking.pc.in
- These variables are currently not substituted by ./configure, so they could not
have worked for quite a while.
Takin... - 14:44 AqBanking Revision 696568eb (aqbanking): Add configure option --with-build-datetime for fixed build timestamps
- With free software, anyone can inspect the source code for malicious flaws. But
Debian provide binary packages to its...
04.05.2015
- 00:03 AqBanking Revision 93699d2f (aqbanking): Revert "Disable timestamps in HTML pages generated by Doxygen"
- This reverts commit 214dad250316f00f55b9dcb21b3ed8ad74d02cf1.
Debian's Doxygen as of version 1.8.9.1-3 will have thi... - 00:00 Gwenhywfar Revision 84533f7e (gwenhywfar): Revert "Disable timestamps in HTML pages generated by Doxygen"
- This reverts commit f340c4a44b4f8a5148b02be0598f2ab63c45e924.
Debian's Doxygen as of version 1.8.9.1-3 will have thi...
Auch abrufbar als: Atom