------------------------------------------------------------------
2025-09-29 21:31:04 +0200 Martin Preuss
Prepared release 6.6.3.

------------------------------------------------------------------
2025-09-22 15:05:30 +0200 Martin Preuss
aqhbci: use account id also for HKSAL<7

------------------------------------------------------------------
2025-09-22 15:02:04 +0200 Martin Preuss
aqhbci: set accountId for HKKAZ older then ver 7.
HKKAZ ver 7 and higher use IBAN and BIC for account identification,
older segments use account number and bank code.

We should all be using CAMT, anyway...

------------------------------------------------------------------
2025-09-05 19:25:27 +0200 Martin Preuss
Merge branch 'rel-6.6.2-beta'

------------------------------------------------------------------
2025-09-05 18:17:14 +0200 Martin Preuss
Prpeared release 6.6.2beta.

------------------------------------------------------------------
2025-09-05 18:17:01 +0200 Martin Preuss
Fixed a compiler warning.

------------------------------------------------------------------
2025-09-05 18:10:52 +0200 Martin Preuss
aqhbci: Create class for national account jobs and use it.

------------------------------------------------------------------
2025-09-01 17:43:34 +0200 Martin Preuss
aqhbci: read generic info from HISPAS segment into user flags, add flag AH_USER_FLAGS_SEPA_ALLOWNATIONALACCSPEC

------------------------------------------------------------------
2025-09-01 16:12:43 +0200 Martin Preuss
Also send national bank info with groups "kti_i" and "kti_i_forced_sepa"
Might fix current problem with German Postbank server.

------------------------------------------------------------------
2025-07-05 16:58:22 +0200 Thomas Baumgart
Fixed various spelling errors

------------------------------------------------------------------
2025-07-22 18:33:38 +0200 Martin Preuss
Prepared release 6.6.1

------------------------------------------------------------------
2025-07-22 18:32:55 +0200 Martin Preuss
Prepared release 6.6.1.

------------------------------------------------------------------
2025-05-13 10:36:15 +0200 Martin Preuss
Fix invalid PAIN file format (following suggestions from Jochen via mailing list).

------------------------------------------------------------------
2025-03-06 11:59:36 +0100 Martin Preuss
aqfints: only verify pin in server mode.

------------------------------------------------------------------
2025-03-02 23:28:46 +0100 Martin Preuss
aqhbci: fixed a reason for segfault.

------------------------------------------------------------------
2024-12-17 20:28:20 +0100 Martin Preuss
prepared release 6.6.0

------------------------------------------------------------------
2024-12-17 20:28:02 +0100 Martin Preuss
added aqofxconnect-tool to .gitignore

------------------------------------------------------------------
2024-12-17 20:27:17 +0100 Martin Preuss
added missing .gitignore

------------------------------------------------------------------
2024-12-17 20:18:28 +0100 Martin Preuss
csv: added profile for comdirect depot status reports.

------------------------------------------------------------------
2024-10-13 14:37:36 +0200 Martin Preuss
aqhbci: fixed a bug (was not clearing "MODIFIED" flag in _saveUser)

------------------------------------------------------------------
2024-10-13 14:34:33 +0200 Martin Preuss
Improved im/exporter script for CAMT 053.001.02 (thanks to Jan Vlug)
Applied a patch by Jan Vlug via aqbanking-user mailing list.

------------------------------------------------------------------
2024-10-08 20:45:36 +0200 Ernst Kloppenburg
configure pain.001.001.09 as a sepa profile

------------------------------------------------------------------
2024-10-05 07:20:19 +0200 Ernst Kloppenburg
add pain.001.001.09 profile to xml imexporter

------------------------------------------------------------------
2024-10-08 21:08:44 +0200 Ernst Kloppenburg
configure pain.001.001.03 as a sepa profile

------------------------------------------------------------------
2024-10-05 07:40:27 +0200 Ernst Kloppenburg
fix typo in description field

------------------------------------------------------------------
2024-08-26 18:10:42 +0200 Martin Preuss
aqhbci: only mark pin "bad" if the server reports it as such.

------------------------------------------------------------------
2024-08-26 17:46:02 +0200 Martin Preuss
aqhbci: added methodId "Q1S" to map. Increased verbosity.

------------------------------------------------------------------
2024-07-15 21:00:03 +0200 Martin Preuss
increased verbosity, retry gmp_snprintf() on error
Current binary package of AqFinance throws an error in this code
which hints to this function. However, there should be no error when
calling gmp_snprintf() in this setup...

------------------------------------------------------------------
2024-07-15 20:57:23 +0200 Martin Preuss
New version submitted by Jan Vlug. Thanks!

------------------------------------------------------------------
2024-06-30 23:04:08 +0200 Martin Preuss
Merge branch 'rel-6.5.12beta'

------------------------------------------------------------------
2024-06-30 22:59:14 +0200 Martin Preuss
Prepared release 6.5.12beta
Probably last beta before stable.

------------------------------------------------------------------
2024-06-26 12:57:22 +0200 Martin Preuss
q43: fixed a typo causing transactions to be ignored by apps
should fix gnucash bug 798840 (see https://bugs.gnucash.org/show_bug.cgi?id=798840)

------------------------------------------------------------------
2024-06-26 00:39:04 +0200 Martin Preuss
aqgivve: add missing GWENHYWFAR_CB in functions (needed for Windows builds).

------------------------------------------------------------------
2024-06-22 09:27:16 +0200 Thomas Baumgart
Fix crash when function is called without user
Changes made in commit 964e0a3d cause dlg_edituserpintan::_fromGui to be
called without a user to check the data in the dialog for validity. This
causes the following crash due to usage of NULL pointer:

kmymoney: user.c:1213: void AH_User_SetHttpVMajor(AB_USER *, int):
Zusicherung »u« nicht erfüllt.

Also, in some erroneous cases, the return code is not provided when the
quiet mode (no GUI activity) is selected.

This change corrects all of the above.

------------------------------------------------------------------
2024-06-02 15:52:56 +0200 Martin Preuss
incremented version also in 0BUILD.

------------------------------------------------------------------
2024-06-02 15:51:28 +0200 Martin Preuss
Prepared release rel-6.5.11beta.

------------------------------------------------------------------
2024-06-02 15:51:05 +0200 Martin Preuss
Prepared release 6.5.11beta.

------------------------------------------------------------------
2024-06-02 15:28:57 +0200 Martin Preuss
aqhbci: Set "moretans" to "N" also for process "S". Might fix current pushTAN problem.

------------------------------------------------------------------
2024-06-01 13:03:59 +0200 Thomas Baumgart
Fix typo

------------------------------------------------------------------
2024-05-30 16:02:12 +0200 Martin Preuss
reuse code.

------------------------------------------------------------------
2024-05-30 15:38:25 +0200 Martin Preuss
cleanup AB_Banking_Init() and AB_Banking_GetCryptToken().

------------------------------------------------------------------
2024-05-30 14:44:03 +0200 Martin Preuss
no longer try to load bankinfo plugins.
We decided a long time ago to only support compiled-in plugins.
For unknown reasons the bankinfo plugin loader still remained...

------------------------------------------------------------------
2024-05-30 14:28:46 +0200 Martin Preuss
cleanup more old spaghetti code.

------------------------------------------------------------------
2024-05-30 13:25:15 +0200 Martin Preuss
reduce spaghetti code.

------------------------------------------------------------------
2024-05-28 00:19:07 +0200 Martin Preuss
Prepared release 6.5.10beta

------------------------------------------------------------------
2024-05-28 00:18:37 +0200 Martin Preuss
prepared release 6.5.10beta.

------------------------------------------------------------------
2024-05-26 23:52:01 +0200 Martin Preuss
Merge branch 'mp-202404-improve_refaccount_handling'

------------------------------------------------------------------
2024-05-25 13:23:50 +0200 Stefan Bayer
fix bug when trying to add a reference account to a account specification

------------------------------------------------------------------
2024-05-25 12:56:29 +0200 Stefan Bayer
Change for ZKA card user setup dialog, make sure the PIN needs to be typed once, make sure the crypt session on the zkacard is closed for all premature stops of the dialog.

------------------------------------------------------------------
2024-05-20 11:32:56 +0200 stefan
fix crash in reading the context from the RxH card due to a missing gui progress init

------------------------------------------------------------------
2024-05-20 10:39:32 +0200 stefan
remove obsolete RDH-4 from combo box setting function

------------------------------------------------------------------
2024-05-05 18:39:07 +0200 Martin Preuss
aqhbci: Fixed a double-free error which causes crash in apps.
- see https://bugs.gnucash.org/show_bug.cgi?id=799302 for more info

------------------------------------------------------------------
2024-05-05 18:39:07 +0200 Martin Preuss
aqhbci: Fixed a double-free error which causes crash in apps.
- see https://bugs.gnucash.org/show_bug.cgi?id=799302 for more info

------------------------------------------------------------------
2024-05-05 17:13:14 +0200 Martin Preuss
aqhbci: fixed a bug.

------------------------------------------------------------------
2024-05-02 23:53:04 +0200 Martin Preuss
AH_EditUserRdhDialog: check for open changes before user actions.

------------------------------------------------------------------
2024-05-02 23:42:39 +0200 Martin Preuss
aqhbci: updated AH_EditUserRdhDialog
cleanup and reuse code

------------------------------------------------------------------
2024-05-01 23:25:02 +0200 Martin Preuss
aqhbci: share code in dialogs.

------------------------------------------------------------------
2024-05-01 23:24:43 +0200 Martin Preuss
aqhbci: added widget files for common types to help sharing code.

------------------------------------------------------------------
2024-05-01 21:44:40 +0200 Martin Preuss
aqhbci: rewrite dialog AH_EditUserPinTanDialog.
cleanup, prepare reuse of code.

------------------------------------------------------------------
2024-05-01 21:34:12 +0200 Martin Preuss
AH_EditAccountDialog: Some minor fixes.

------------------------------------------------------------------
2024-05-01 16:44:04 +0200 Martin Preuss
aqhbci: Use correct logdomain.

------------------------------------------------------------------
2024-05-01 01:07:38 +0200 Martin Preuss
AH_EditAccountDialog: improved readability of the code for this dialog.

------------------------------------------------------------------
2024-05-01 01:05:53 +0200 Martin Preuss
editaccount: make "countryEdit" writable.

------------------------------------------------------------------
2024-04-28 23:45:54 +0200 Martin Preuss
aqbanking-cli: more work on sepaInternalTransfer
- added "-rbic", "-rname"
- let command line args override any other data

------------------------------------------------------------------
2024-04-28 23:23:12 +0200 Martin Preuss
aqbanking-cli: allow for remote account name to be empty.
Most of the time the remote IBAN should be enough. However, if not you can
always give the name.

------------------------------------------------------------------
2024-04-28 23:13:04 +0200 Martin Preuss
aqbanking-cli: fixed a potential problem
only change db variable if non set.

------------------------------------------------------------------
2024-04-28 23:06:05 +0200 Martin Preuss
aqbanking-cli: more robust handling of "remote name".
source "remoteName" in descending order:
- from command line argument
- from reference account
- from account spec

------------------------------------------------------------------
2024-04-28 22:54:10 +0200 Martin Preuss
AH_Job_GetTargetAccount: use more meaningfull function name.

------------------------------------------------------------------
2024-04-28 22:49:01 +0200 Martin Preuss
AH_Job_GetTargetAccount: more cleanup.

------------------------------------------------------------------
2024-04-28 22:41:15 +0200 Martin Preuss
AH_Job_GetTargetAccount: fixed comments.

------------------------------------------------------------------
2024-04-28 22:38:31 +0200 Martin Preuss
AH_Job_GetTargetAccount: move "AB_ACCOUNT_SPEC *as" out of loop.
we only need to lookup the structure and add transaction limits once.

------------------------------------------------------------------
2024-04-28 22:26:00 +0200 Martin Preuss
AH_Job_GetTargetAccount: use const.

------------------------------------------------------------------
2024-04-28 22:25:07 +0200 Martin Preuss
AH_Job_GetTargetAccount: reuse code.
Make AH_AccountJob() the base type and use its init code.

------------------------------------------------------------------
2024-04-28 22:17:51 +0200 Martin Preuss
aqhbci: use owner name in AH_Job_GetTargetAccount if none received.

------------------------------------------------------------------
2024-04-28 22:14:56 +0200 Martin Preuss
AqHBCI: clean AH_Job_GetTargetAccount (shorter functions, improve readability)

------------------------------------------------------------------
2024-04-28 16:32:59 +0200 Martin Preuss
Merge branch 'rel-6.5.9beta' Released 6.5.9beta.

------------------------------------------------------------------
2024-04-28 15:52:00 +0200 Martin Preuss
Prepared release 6.5.9beta

------------------------------------------------------------------
2024-04-28 11:46:55 +0200 Martin Preuss
ignore aqbanking-cli.vg (valgrind log file).

------------------------------------------------------------------
2024-04-28 11:45:30 +0200 Martin Preuss
build: require gwen 5.11.2.

------------------------------------------------------------------
2024-04-21 22:21:52 +0200 Martin Preuss
aqgivve: fixed declaration of callback AG_Provider_FreeData(), hide private functions.

------------------------------------------------------------------
2024-04-01 23:38:24 +0200 Martin Preuss
Added parser files for CAMT 053.001.02 provided by Jan Vlug.

------------------------------------------------------------------
2024-03-20 00:00:04 +0100 Martin Preuss
prepared release 6.5.8beta.

------------------------------------------------------------------
2024-03-19 22:36:08 +0100 Martin Preuss
aqgivve: fixed using wrong type.

------------------------------------------------------------------
2024-03-19 22:35:37 +0100 Martin Preuss
added valgrind check script for aqbanking-cli.

------------------------------------------------------------------
2024-03-19 22:35:10 +0100 Martin Preuss
fixed memory leaks.

------------------------------------------------------------------
2024-03-19 15:09:09 +0100 Martin Preuss
prepared 6.5.7beta

------------------------------------------------------------------
2024-03-19 15:04:02 +0100 Martin Preuss
aqhbci: add flag AH_JOB_FLAGS_NEEDTAN for non-decoupled TAN mode.

------------------------------------------------------------------
2024-03-19 13:45:31 +0100 Martin Preuss
aqhbci: more message changes.

------------------------------------------------------------------
2024-03-19 13:40:22 +0100 Martin Preuss
aqhbci: added defaults for empty bank name and user id, fixed a typo.

------------------------------------------------------------------
2024-03-19 13:38:12 +0100 Martin Preuss
aqhbci: changed messages.

------------------------------------------------------------------
2024-03-19 12:38:38 +0100 Martin Preuss
Prepared release 6.5.6beta.

------------------------------------------------------------------
2024-03-19 12:36:32 +0100 Martin Preuss
aqhbci: improved message for decoupled TAN.

------------------------------------------------------------------
2024-03-19 12:16:25 +0100 Martin Preuss
aqhbci: decreased verbosity.

------------------------------------------------------------------
2024-03-19 11:50:17 +0100 Martin Preuss
aqhbci: fixed a few bugs discovered while testing (thanks Anselm!!)

------------------------------------------------------------------
2024-03-19 09:42:32 +0100 Martin Preuss
aqhbci: no need for a TAN in decoupled mode.

------------------------------------------------------------------
2024-03-19 00:10:39 +0100 Martin Preuss
aqhbci: fixed a memory leak.

------------------------------------------------------------------
2024-03-18 23:02:51 +0100 Martin Preuss
Prepared release 6.5.5-beta

------------------------------------------------------------------
2024-03-18 23:02:27 +0100 Martin Preuss
build: added missing file to Makefile.am

------------------------------------------------------------------
2024-03-18 22:38:22 +0100 Martin Preuss
Incremented version.

------------------------------------------------------------------
2024-03-18 22:38:10 +0100 Martin Preuss
updated German bank info data.
