
ChangeLog, atem -- metastock reverse
====================================


0.4.0 - 2017-03-16  ------------------------------------------------------------

Some new options and minor bug fixes.

  - fix: better handling of inconsistent or broken master files
  - fix: don't abort, just skip missing or broken *.dat files
  - fix: set permissions of output file correctly on WIN32
  - add options to ignore certain master files (--ignore-*master)
  - cleanup source code (style and typos)
  - improve automatic testing on travis build farm (OSX, WIN32)


0.3.5 - 2013-02-05  ------------------------------------------------------------

Bugfix release.

  - fix, don't abort if Master or Fx.dat files are larger then needed
  - fix, symbol column was not printed if symbol is empty
  - fix, don't print last separator if no data columns given
  - fix, no more segfault if --format string contains spaces only
  - refactor test suite (reliability, portability)


0.3.4 - 2012-05-23  ------------------------------------------------------------

Minor fixes and cleanups.

  - fix, ignore if Master file shows wrong "dat record length in bytes"
  - fix, reading wrongly aligned numbers (bus error on sparc)
  - fix, build failed when BSD tar was used
  - cleanup byteorder code using system headers if possible (boobs.h magic)


0.3.3 - 2012-03-23  ------------------------------------------------------------

A few CLI improvements and minor portability fixes.

  - minor internal code cleanup and build chain tweaks
  - man page added
  - provide simple test suite (make check)
  - NEW options --float-[openint|volume] to print floats rather than ints
  - NEW, --format accepts user friendly column names rather than bitset only
  - FIX support big endian systems (e.g. ppc)



0.3.2 - 2011-08-26  ------------------------------------------------------------

This release makes it possible to distribute static windows binaries.

  - Replace libpopt by gengetopt generated code.
  - Never write CRLF line feeds on win32.
  - Handle not existing SIGPIPE on win32.
  - NEW option [-oFILE|--output=FILE] for those who don't want to write to
    stdout.
  - Hide debug options in --help message and add option --full-help


0.3.1 - 2011-08-13  ------------------------------------------------------------

This release just adds minor build fixes.

  - Build on win32 mingw.
  - Distribute missing README and ChangeLog.


0.3.0 - 2011-06-24  ------------------------------------------------------------

This is the first published stable version.

  - Implement option --date-from.
  - Print header row per default.
  - Cleanup cmd interface and consider it stable.
  - Build on win32 cygwin.
  - The atem project is licensed under "The BSD 3-Clause License".
  - Add informative README file.
