2013-2-14  Robert James Clay <jame@rocasa.us>  0.25

    * ttylog.c: Corrections to the code adding a NULL to modem_device variable.

    * CMakeLists.txt: Change CMAKE_C_FLAGS default settings to be Debug build
      settings by adding them to CMAKE_C_FLAGS_DEBUG instead.


2013-2-14  Robert James Clay <jame@rocasa.us>  0.24

    * ttylog.c: Cleanup of tabs and whitespace.

    * ttylog.c: Ensure that the modem_device variable is NULL terminated before
      being used.


2013-2-14  Robert James Clay <jame@rocasa.us>  0.23

    * Correct how CMAKE_C_FLAGS is getting set in CMakeLists.txt.


2013-2-13  Robert James Clay <jame@rocasa.us>  0.22

    * Change the ttylog build system to use CMake.
    * Add an INSTALL file with information about the CMake based build system.
      Include the legacy Makefile as a separate section in the file.


2013-1-29  Robert James Clay <jame@rocasa.us>  0.21

    * Do not explicitly define the CC variable in the Makefile.
    * Add the CPPFLAGS variable to object build line in the Makefile.
    * Change CFLAGS to LDFLAGS in the executable build line in Makefile.


2013-1-29  Robert James Clay <jame@rocasa.us>  0.20.0

    * Change the version numbering scheme to 'm.n.p'; where "m" is the major
      version number, "n" is the minor version number, and "p" is a patch
      version number. Set this version as v0.20.0, derived by mapping the old
      versions to new minor versions starting from 0.1.0 and counting bug
      fixes as separate minor versions. For details see ttylog bug # 5, which
      this closes.


2013-1-21  Robert James Clay <jame@rocasa.us>  0.1.f

    * Use standard variable CFLAGS instead of C_ARGS in the Makefile and change
      how it is initially set there.
    * Fix issue where ttylog did not test length of device. Bug # 553945 reported
      in Debian regarding an issue where ttylog does not check the length of the
      device name, which caused a segfault if the name was too long. Reference also
      ttylog bug # 3.


2012-09-25  Robert James Clay <jame@rocasa.us>  0.1.e

    * Add missing '-f' option information to ttylog man page.


2011-02-16  Robert James Clay <jame@rocasa.us>  0.1.d

    * Corrected a misspelling of the word 'version' in ttylog.c.
    * Change to using jame@rocasa.us for my email address.
    * Corrected the FSF mailing address in the COPYRIGHT file.
    * Explicitly noted copyright information at beginning of ttylog.c.
    * Derived this ttylog ChangeLog from debian/changelog, which is where
      all changes were being noted previously.


2008-06-26  Robert James Clay <jame@rocasa.org>  0.1.c

    * Added support for 4800 baud (Closes: Debian bug#203356)
    * Remove unneeded printf for flushed option. (Closes: Debian bug#267872)
    * Change ICRNL to IGNCR for connection setup. (Closes: Debian bug#280629)
    * Remove del1013() and other unused code (Closes: Debian bug#271098)
    * Fix nostrip build issue. (Closes: bug#438226)


2008-11-2002  Tibor Koleszar <oldw@debian.org>  0.1.b-3

    * Using optional output flush - Closes: Debian bug#164778

   
2002-01-12  Tibor Koleszar <oldw@debian.org>  0.1.b-2

    * Its not a debian native package - Closes: Debian bug#127498 
   

2002-01-12  Tibor Koleszar <oldw@debian.org>  0.1.b-1

    * Removed binary files from upstream - Closes: Debian bug#127496
    * Added COPYRIGHT and LICENCE files - Closes: Debian bug#127499
   

2001-01-02  Tibor Koleszar <oldw@debian.org>  0.1.a-3

    * Changed typo at Tibor Koleszar <oldw@debian.org> -h (verison -> version)


2000-01-06  Tibor Koleszar <oldw@debian.org>  0.1.a-2

    * fflushed output


1999-06-04  Tibor Koleszar <oldw@debian.org>  0.1.a-1

    * Initial release.

