------------------------------------------------------------------
2025-09-05 18:23:54 +0200 Martin Preuss
Prepared release 5.12.2

------------------------------------------------------------------
2025-09-01 19:05:16 +0200 Martin Preuss
fox16: changed dialog placement/layout code.

------------------------------------------------------------------
2025-09-01 17:59:23 +0200 Martin Preuss
fox16: Hopefully fixed problem with windows on Gnome.

------------------------------------------------------------------
2025-08-12 21:37:50 +0200 Martin Preuss
build: fixed handling of libdl.
For some unknown reason autoconf is test-compiling C++ code with gcc
instead of g++. This change forces the use C code with a C compiler.

------------------------------------------------------------------
2025-07-24 11:55:47 +0200 Thomas Baumgart
Support out-of-source build for Qt6 gui

------------------------------------------------------------------
2025-07-06 19:55:49 +0200 Martin Preuss
Prepared release 5.12.1

------------------------------------------------------------------
2025-07-05 10:40:11 +0200 Thomas Baumgart
Added missing symlink for Qt6

------------------------------------------------------------------
2025-06-16 20:12:10 +0200 Thomas Baumgart
Support building for Qt6

------------------------------------------------------------------
2025-06-18 00:22:56 +0200 Martin Preuss
nogui: fixed a bug.
returning 1 completely disables logging in NOGUI module which isn't exactly
what's intended; we don't want console output by NOGUI, but we don't want
to suppress logs to files or syslog.

------------------------------------------------------------------
2025-06-18 00:20:01 +0200 Martin Preuss
logger: don't open already opened logger.

------------------------------------------------------------------
2025-06-16 19:59:53 +0200 Thomas Baumgart
Fix name of output variable

------------------------------------------------------------------
2025-03-20 01:10:01 +0100 Martin Preuss
inetsocket: added flags (for raw dumping).

------------------------------------------------------------------
2025-03-20 01:08:44 +0100 Martin Preuss
tag16: added some tag read/write functions.

------------------------------------------------------------------
2025-03-20 01:08:20 +0100 Martin Preuss
added GWEN_Timestamp_GetWeekDay()

------------------------------------------------------------------
2025-02-23 21:44:55 +0100 Micha Lenk
Remove double declaration of HtmlObject_Grid_new
This fixes a build failure when compiling with GCC 15 due to conflicting
declarations of HtmlObject_Grid_new.

The build failure was initially reported by Matthias Klose <doko@debian.org> as
Debian bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097194

------------------------------------------------------------------
2024-12-25 15:43:00 +0100 Thomas Baumgart
Fix compilation under MacOS

------------------------------------------------------------------
2024-12-17 20:15:01 +0100 Martin Preuss
Released 5.12.0

------------------------------------------------------------------
2024-12-17 19:57:07 +0100 Martin Preuss
Prepared release 5.12.0

------------------------------------------------------------------
2024-12-17 19:51:11 +0100 Martin Preuss
msgio: add argument REASON to GWEN_MsgRequest_Abort()

------------------------------------------------------------------
2024-10-01 21:36:51 +0200 Martin Preuss
msgio: add class GWEN_REQUEST.

------------------------------------------------------------------
2024-10-01 21:36:05 +0200 Martin Preuss
msgio/endpoint: added reference counter.

------------------------------------------------------------------
2024-10-01 21:35:25 +0200 Martin Preuss
timestamp: added GWEN_Timestamp_AddSeconds().

------------------------------------------------------------------
2024-09-24 16:41:33 +0200 Martin Preuss
msgio: improved error handling.

------------------------------------------------------------------
2024-09-24 16:41:07 +0200 Martin Preuss
test: adjusted to latest changes.

------------------------------------------------------------------
2024-09-24 16:40:28 +0200 Martin Preuss
parser: fixed a typo.

------------------------------------------------------------------
2024-09-24 16:40:11 +0200 Martin Preuss
msgio: added fields ID and REFID to ipc messages. Use new convenience fns of GWEN_MSG.

------------------------------------------------------------------
2024-09-24 16:38:52 +0200 Martin Preuss
msgio: added missing change.

------------------------------------------------------------------
2024-09-24 16:38:32 +0200 Martin Preuss
msgio: improved GWEN_MSG, added convenience functions.

------------------------------------------------------------------
2024-09-24 16:37:54 +0200 Martin Preuss
msgio: introduce GWEN_MsgEndpoint_GetNextMessageId()

------------------------------------------------------------------
2024-08-03 11:57:04 +0200 Micha Lenk
Use pkgconf for gpg-error build flags
On some build systems the old automake macro AM_PATH_GPG_ERROR doesn't work
because the binary gpg-error-config no longer exists. As a gpg-error.pc file is
available, let's switch to this more contemporary approach to determine the
gpg-error build flags.

------------------------------------------------------------------
2024-07-05 23:52:17 +0200 Martin Preuss
Fixed call to readlink().
readlink() doesn't append a NULL!!

------------------------------------------------------------------
2024-06-14 21:46:54 +0200 Martin Preuss
gsa: fixed handling of symbolic links.

------------------------------------------------------------------
2024-06-14 21:08:38 +0200 Martin Preuss
incremented version.

------------------------------------------------------------------
2024-06-14 21:08:27 +0200 Martin Preuss
gwenbuild: use lstat if possible (otherwise symbolic links will be resolved).

------------------------------------------------------------------
2024-06-14 21:07:44 +0200 Martin Preuss
gwenbuild: also install symbolic links for libs.

------------------------------------------------------------------
2024-04-21 18:18:46 +0200 Martin Preuss
Incremented version.

------------------------------------------------------------------
2024-04-21 18:18:34 +0200 Martin Preuss
README: remove var from documentation (no longer used).

------------------------------------------------------------------
2024-04-21 16:10:40 +0200 Martin Preuss
Added GWENHYWFAR_CB to function implementations also (seems to be required from MinGW64, see #306)

------------------------------------------------------------------
2024-04-21 16:06:29 +0200 Martin Preuss
Use GWEN_Text_strndup() instead of strndup (the latter is not available with MinGW64).

------------------------------------------------------------------
2024-04-21 16:02:18 +0200 Martin Preuss
Added license info for portable_endian.h (public domain).

------------------------------------------------------------------
2024-04-21 15:57:35 +0200 Martin Preuss
Fixed a bug in GWEN_Date (day numbering starts at 1, not zero).

------------------------------------------------------------------
2024-04-21 15:56:42 +0200 Martin Preuss
Use new "portable_endian.h" instead of endian.h

------------------------------------------------------------------
2024-04-21 15:56:16 +0200 Martin Preuss
Added "portable_endian.h" from https://gist.github.com/panzi/6856583

------------------------------------------------------------------
2024-04-12 12:36:09 +0200 Martin Preuss
gwenbuild: improved error message handling.
Frame error messages from gcc or other called tools with
"entering directory ..." and "leaving directory ..." to improve error
handling when calling gwbuild from an IDE (or in my case FTE).

Those lines help the IDE to locate files (e.g. when there are errors in
included files).

------------------------------------------------------------------
2024-03-19 22:47:52 +0100 Martin Preuss
incremented version.

------------------------------------------------------------------
2024-03-19 22:39:30 +0100 Martin Preuss
make list types typesafe.
"typedef GWEN_LIST1 t##_LIST" will not allow to detect when a wrong list
type is used as long as any list type is used. That will most likely lead
to undefined behaviour.

Maybe we will need to increment the major build version because of this.

------------------------------------------------------------------
2024-03-19 22:13:37 +0100 Martin Preuss
gwen_buffer: corrected use of va_start and va_end.

------------------------------------------------------------------
2024-03-19 00:03:17 +0100 Martin Preuss
Released 5.11.0beta.

------------------------------------------------------------------
2024-02-24 18:40:20 +0100 Martin Preuss
Decreased verbosity.

------------------------------------------------------------------
2024-02-24 18:39:43 +0100 Martin Preuss
Fixed problem with arrays and objects when searching for keys.

------------------------------------------------------------------
2024-02-23 21:00:51 +0100 Martin Preuss
Fixed a memory leak.

------------------------------------------------------------------
2023-11-08 23:28:46 +0100 Martin Preuss
Cleanup GWEN_Gui_Internal_GetPassword()
Make this function easier to understand.

------------------------------------------------------------------
2023-11-08 22:29:19 +0100 Martin Preuss
Fixed a memory leak.

------------------------------------------------------------------
2023-10-07 17:16:49 +0200 Martin Preuss
Hopefully fixed delay between two messages in the output queue.

------------------------------------------------------------------
2023-10-06 14:47:17 +0200 Martin Preuss
added missing files to Makefiles.

------------------------------------------------------------------
2023-10-01 15:25:35 +0200 Martin Preuss
msgio: add INHERIT functionality to GWEN_MSG.

------------------------------------------------------------------
2023-10-01 14:08:06 +0200 Martin Preuss
gwentest: added missing NEWLINE.

------------------------------------------------------------------
2023-10-01 14:07:51 +0200 Martin Preuss
tag16: added functions with test
- GWEN_Tag16_StartTagInBuffer()
- GWEN_Tag16_EndTagInBuffer()

------------------------------------------------------------------
2023-09-20 17:23:21 +0200 Martin Preuss
endpoint_multilayer: added "stage" field.
this field can be used by complex derived classes to store the current stage.

------------------------------------------------------------------
2023-09-17 19:13:47 +0200 Martin Preuss
msgio: added multilayer endpoint
Use this endpoint to allow for autoconnect while using a handshake protocol

------------------------------------------------------------------
2023-09-17 19:11:20 +0200 Martin Preuss
msg: allow for dynamic memory allocation.

------------------------------------------------------------------
2023-09-17 19:10:50 +0200 Martin Preuss
Fixed a bug.

------------------------------------------------------------------
2023-09-13 10:31:12 +0200 Martin Preuss
tag16: added function GWEN_Tag16_WriteTagToBuffer().
will replace GWEN_Tag16_DirectlyToBuffer().

------------------------------------------------------------------
2023-09-12 21:31:40 +0200 Martin Preuss
Revert "Add INHERIT logic to GWEN_MSG."
This reverts commit 240977be4e76ed784450eddad08aa0a1c6764e52.

------------------------------------------------------------------
2023-09-12 21:31:26 +0200 Martin Preuss
Add INHERIT logic to GWEN_MSG.

------------------------------------------------------------------
2023-09-10 16:58:20 +0200 Martin Preuss
Added apidoc, allow to use header from c++.

------------------------------------------------------------------
2023-09-10 16:51:37 +0200 Martin Preuss
tag16: code cleanup, added functions, added unit tests.

------------------------------------------------------------------
2023-09-10 14:23:31 +0200 Martin Preuss
Fixed function params, added GWEN_Msg_GetUint64At().

------------------------------------------------------------------
2023-09-09 10:28:15 +0200 Micha Lenk
Fix cross compilation
libgwenhywfar failed to cross build from source, because it fails running
mklistdoc with an "Exec format error". This happens when attempting to
run a tool that is built for the host architecture. mklistdoc really
needs to be built for the host architecture, because it is installed
into gwenhywfar-tools. On the flip side that means that we can just run
the mklistdoc from a system gwenhywfar-tools. Note that this change only
affects cross compilation. In native builds, the built mklistdoc will
continue to be used.

These changes were initially reported by Helmut Grohne <helmut@subdivi.de> via
the Debian bug tracker (see https://bugs.debian.org/1051173).

------------------------------------------------------------------
2023-08-11 17:30:49 +0200 Martin Preuss
fixed a typo.

------------------------------------------------------------------
2023-08-11 17:29:49 +0200 Martin Preuss
Modified toObject/fromObject functions for "double" type.
Those templates are only used in projects using AqDatabase. Those
projects will need the latest git version of AqDatabase.

------------------------------------------------------------------
2023-08-10 12:26:36 +0200 Martin Preuss
gwbuild: added some "static"s.

------------------------------------------------------------------
2023-08-10 12:26:18 +0200 Martin Preuss
gwbuild: no longer try to install symlinks for sharedlibs.
Those symlinks are needed when running freshly built binaries from within
the build folder without installing them. But after installation the command
"ldconfig" is responsible for creating appropriate symlinks.

------------------------------------------------------------------
2023-08-10 12:05:44 +0200 Martin Preuss
gwbuild: added comment for <alias> element inside <option>.

------------------------------------------------------------------
2023-08-10 12:04:57 +0200 Martin Preuss
gwbuild: simplify <dep> element
- <dep> can now use "prefix" as alternative to "id" to specify
the prefix for generated variables.

- if neither is given the content of "name" is used as
fallback

------------------------------------------------------------------
2023-08-10 01:55:24 +0200 Martin Preuss
stringlist: added function GWEN_StringList_StringAsIntAt().

------------------------------------------------------------------
2023-08-09 16:07:12 +0200 Martin Preuss
mutex: fixed a memory leak.

------------------------------------------------------------------
2023-08-09 12:55:55 +0200 Martin Preuss
Added a personal Makefile target to build with testcode enabled.

------------------------------------------------------------------
2023-08-09 12:55:29 +0200 Martin Preuss
implemented tests for GWEN_TIMESTAMP class. Improved usage output of gwentest.
Added a note about how to use GWEN's TestFramework.

------------------------------------------------------------------
2023-08-09 12:54:20 +0200 Martin Preuss
Added function GWEN_Timestamp_toTimeT().

------------------------------------------------------------------
2023-07-27 23:43:18 +0200 Martin Preuss
inherit: added macro GWEN_INHERIT_REF

------------------------------------------------------------------
2023-07-19 12:30:06 +0200 Martin Preuss
msgio: log more info on error.

------------------------------------------------------------------
2023-07-19 12:29:39 +0200 Martin Preuss
os: add support for thread conditional variables
- implemented for POSIX and Windows systems (latter not tested, yet)
- add system-dependent header files to allow for use of internal mutex
  representation for use with pthread_cond_wait()/SleepConditionVariableCS()

------------------------------------------------------------------
2023-07-18 10:33:20 +0200 Martin Preuss
msgio: added dbParsedInfo to GWEN_MSG
The endpoint code for a protocol needs to parse the data anyway (e.g.
the MQTT or the HTTP endpoint), so this parsed info can now be used by
apps as well removing the need to parse a message twice.

------------------------------------------------------------------
2023-07-18 10:31:37 +0200 Martin Preuss
msgio: increased verbosity.

------------------------------------------------------------------
2023-07-18 10:31:21 +0200 Martin Preuss
msgio: fixed a memory leak.

------------------------------------------------------------------
2023-07-13 22:48:09 +0200 Martin Preuss
increased BUILD part of version.

------------------------------------------------------------------
2023-07-13 22:47:39 +0200 Martin Preuss
msgio: added started apidoc, removed RUN virtual function.

------------------------------------------------------------------
2023-07-12 19:22:41 +0200 Martin Preuss
Merge branch 'mp-202302-ipc3' containing msgio API.

------------------------------------------------------------------
2023-07-12 18:48:21 +0200 Martin Preuss
msgio: renamed files, types and functions to no longer include "2".
Version 1 of the MSGIO api was soon replaced by version 2 which works much
better. However, this is still in my personal branch so we can declare that
version 1.

------------------------------------------------------------------
2023-07-12 16:08:40 +0200 Martin Preuss
Revert "msgio: added timeOfLastIo."
This reverts commit 1f62477db820c44718c7be9b8f6f6cc1f18a42f2.

------------------------------------------------------------------
2023-07-12 16:08:20 +0200 Martin Preuss
msgio: added timeOfLastIo.

------------------------------------------------------------------
2023-07-12 16:07:48 +0200 Martin Preuss
msgio: removed first version of msgio api.

------------------------------------------------------------------
2023-07-12 13:17:49 +0200 Martin Preuss
msgio: decreased verbosity.

------------------------------------------------------------------
2023-07-12 13:11:39 +0200 Martin Preuss
msgio: fixed a bug.
Need to rewind pos pointer in added messages otherwise the handling code
things the message was completely handled already.

------------------------------------------------------------------
2023-07-12 01:43:53 +0200 Martin Preuss
msgio: Increased verbosity.

------------------------------------------------------------------
2023-07-10 21:36:59 +0200 Martin Preuss
msgio: added GWEN_Msg_GetMaxSize().

------------------------------------------------------------------
2023-07-10 21:36:42 +0200 Martin Preuss
msgio: introduced callbacks around writing packets
The AqHome project's wire protocol uses a BUSY line to mark/detect whether
the bus is currently in use.

Before sending a packet over the wire the BUSY line needs to be checked
and if free pulled down to mark the bus as BUSY. After sending the packet
the BUSY line is raised. This is now possible using the new callbacks.

------------------------------------------------------------------
2023-07-07 21:13:49 +0200 Martin Preuss
msgio: sending and receiving messages works.

------------------------------------------------------------------
2023-07-07 20:13:49 +0200 Martin Preuss
msgio: set default name if none given.
