Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Sun Jun 12 21:14:30 2016 +0100

    remove old ChangeLog files

    ChangeLogs were not updated, now git log is used

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Sat Jun 11 09:33:56 2016 +0100

    remove ODBCNODMLIBAPP automake macro

    Avoid using two macros for the same purpose using absolute path.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Sun Jun 12 21:09:43 2016 +0100

    allows to specify 5.0 as tds protocol version during configure

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Sat Jun 11 09:32:43 2016 +0100

    do not compile as bundle under Mac OS X is --with-odbc-nodm is specified

    In this case the driver will be used as a dynamic library (not loaded
    dynamically) so compile as such.
    In case a DM is used unit tests/application will link to the DM which
    will load the driver (requiring to be a module on old Mac OS X versions).

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Fri Jun 10 11:45:44 2016 +0100

    replace BYTE with unsigned char in ODBC files

    BYTE is not supported on some platforms.
    This fixes Mac OS X build.
    unixODBC headers files and Windows platform define it.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Sun Jun 5 00:20:06 2016 +0100

    Add some missing include to fisql utility

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Sun Jun 5 00:06:55 2016 +0100

    Support all types in dbvarylen

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Sun Jun 5 00:04:46 2016 +0100

    Remove some possible switch warnings

    Handle all cases so some compilers does not give warnings.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Sun Jun 5 00:02:19 2016 +0100

    Remove a warning

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Sat Jun 4 23:42:07 2016 +0100

    Remove duplicate check

    Check for dbproc was already done in dbacolptr

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Sat Jun 4 23:41:13 2016 +0100

    Reuse code to return a dblib type from a TDSCOLUMN

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Fri May 27 06:54:04 2016 +0100

    use bjoern utf8 decode function to convert from utf8

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Tue May 31 18:52:01 2016 +0100

    avoid using a sed in test script

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Mon May 30 18:43:54 2016 +0100

    move threadsafe.c from tds to utils

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Mon May 30 18:12:29 2016 +0100

    output some more error information on tests

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Sun May 29 20:31:29 2016 +0100

    fix nightly test problem

    Part of the code was failing due to error in grab_logs function.
    As set -e is used any error cause abortion.
    Remove the error if an executable for a .log file is not present.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Fri May 27 07:12:27 2016 +0100

    minor style change

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Fri May 27 10:59:03 2016 +0100

    remove a warning compiling under Windows

    _strdup should be called instead of strdup.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Fri May 27 06:53:25 2016 +0100

    add bjoern-utf8 files

    These files implements UTF-8 decoding algorithm described in
    http://bjoern.hoehrmann.de/utf-8/decoder/dfa/

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Fri May 27 06:52:23 2016 +0100

    add missing header to passarg test

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Fri May 27 06:41:39 2016 +0100

    fix vms build due to file move

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Fri May 27 06:40:56 2016 +0100

    move tds_gethostbyname_r to getaddrinfo replacement

    This was an old function used to get the address of an host.
    Was used before supporting IPv6 and getaddrinfo to have a reentrant
    gethostbyname.
    Now is used only in systems where getaddrinfo is not present to
    implement a getaddrinfo replacement function.
    So code is moved in getaddrinfo replacement file and function made
    static.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Thu May 26 23:09:22 2016 +0100

    move win_mutex from replacements to utils

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Thu May 26 22:43:06 2016 +0100

    move condition from replacements to utils

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Wed May 25 18:55:16 2016 +0100

    move passarg from replacements to utils

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Wed May 25 18:26:41 2016 +0100

    move challenge test from tds to utils

    Test was testing md4/md5/des which now are in utils.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Wed May 25 17:26:24 2016 +0100

    move sleep.c from replacements to utils

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Wed May 25 17:38:56 2016 +0100

    reformat Makefiles to make easier to move files between them

    Use a single file per line so moving line cause only line
    removed or added.
    This make patches more easier to manage.
    Don't use tab to indent.
    Don't indent vertically.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Wed May 25 17:11:57 2016 +0100

    add missing cmake file to distribution

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Wed May 25 01:25:38 2016 +0100

    removed unused parameter from tds_copy_stream

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Wed May 25 01:39:52 2016 +0100

    document missing break in code

    This fixed Coverity CID 90723

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Wed May 25 00:40:50 2016 +0100

    move hmac_md5.c file from src/tds to src/utils

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Wed May 25 00:30:22 2016 +0100

    add utils directory

    New directory to put any utility not depending on tds protocol and
    not replacing any already existing function.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Tue May 24 23:48:33 2016 +0100

    fix strange indentation in configure.ac file

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Tue May 24 23:48:02 2016 +0100

    remove some dependency from tds.h header

    Some files are not really dependent from libTDS stuff.
    Avoid to include unneeded headers.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Sat May 21 14:59:51 2016 +0100

    Fix compilation for systems not C99 compatible

    (u)int8_t types were not defined.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Wed May 4 21:14:44 2016 +0100

    optimise a bit conversions to UTF-16 in trivial iconv

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Wed May 4 21:13:59 2016 +0100

    support some improperly coded utf-16 with trivial iconv

    Support wrong encoding in the range U+D800-U+DFFF.
    Many supports these encoding even if wrong.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Tue May 3 08:11:30 2016 +0100

    start using C99 int types

    Do not use TDS int types for stuff not strictly related to TDS

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Mon May 2 22:58:39 2016 +0100

    try to detect float type using float.h constants

    This make the installed header file more portable.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Mon May 2 23:06:12 2016 +0100

    detect int types using stdint.h if available

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Wed May 18 21:30:22 2016 +0100

    start development release
