Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Sun Nov 28 14:45:57 2021 +0000

    tds: Remove unused tds parameter from tds_quote

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Sun Nov 28 14:43:31 2021 +0000

    dblib: Use bool in dbsafestr

    Just a style change

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Sat Nov 6 17:58:04 2021 +0000

    ctlib: Handle some possible memory failures

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Sat Nov 6 17:58:42 2021 +0000

    odbc: Rewrite ODBCINSTPROPERTY structure

    Just comment style.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Sat Nov 6 17:53:19 2021 +0000

    Change return parameter of odbc_parse_connect_string to bool

    Just style change.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Mon Aug 30 09:22:14 2021 +0100

    Fix compatibility issue with some TLS implementations

    Not found using directly a SQL Server database but with some
    proxy program using different TLS settings.
    The TLS inside TDS packet was not ending with the handshake
    but had some additional bytes containing no data.
    Strip this tail.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Sat Aug 28 16:15:22 2021 +0100

    Move TDS_xINTPTR declaration to a separate header

    Some system define intptr_t in a way not compatible with FreeTDS
    requirements (sizeof(intptr_t) == sizeof(void*)) and
    causing conflicts.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Tue Aug 24 19:00:13 2021 +0100

    tds: Avoid unaligned access using replacement iconv

    Test string for checking iconv should be memory aligned.
    Extra checks are used to check the alignment explicitly in
    system able to do unaligned access.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Tue Aug 24 19:35:42 2021 +0100

    doc: Do not try to extract git information from copied file

    Building out of tree a copied file was used and passed to git
    causing the information for XML documentation to be missing.
    This was reported just as a warning.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Tue Aug 24 19:01:02 2021 +0100

    tds: Update a comment in code

    Mutual flag is set by default only with MSSQL.

Merge: 927194da 43fc0325
Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Wed Aug 18 11:09:33 2021 +0100

    Merge 1.3 release into master

Author: Jan umgarten <marsupilami79@gmx.de>
Date:   Mon Aug 16 15:07:58 2021 +0200

    Keep make from failing if the source path contains spaces.

Author: Jan umgarten <marsupilami79@gmx.de>
Date:   Mon Aug 16 15:07:58 2021 +0200

    Keep make from failing if the source path contains spaces.

Author: Degaart <user.email>
Date:   Sun Jul 11 15:56:08 2021 +0300

    Fix errors when including cspublic.h in a C++ source file

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Thu May 27 13:14:19 2021 +0100

    Improve unit tests section in user guide

    Make clean they are not unit tests and how to setup PWD file.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Thu May 27 13:11:33 2021 +0100

    Update file names in user guide

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Sun May 23 09:12:07 2021 +0100

    Upgrade ACX_PTHREAD

    Use new version of M4 macros.

Author: Craig A. Berry <craigberry@mac.com>
Date:   Sun May 23 09:20:41 2021 +0100

    Make VMS build successfully

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Sun May 23 09:13:16 2021 +0100

    Fix compilation of user guide if out-of-tree build is used

    userguide.xsl file has to be available in out of tree doc
    directory.

