File Release Notes and Changelog
Release Name: 0.9.2
Notes:
Bug fixes to config file handeling and error handeling.
Changes:
2003-07-02 Pontus Ullgren <ullgren@users.sourceforge.net>
* Makefile: Updated VERSION to 0.9.2
* Defines.h: Dito
2003-06-30 Pontus Ullgren <ullgren@users.sourceforge.net>
* Config.cpp (CConfig): Fixed some error handeling.
* StatHandler.cpp (SplitLogToTemp): Fixed error handeling.
* Parser.cpp : Replaced printf with cout.
* StatHandler.cpp : Replaced printf with cout.
* WolfStat.cpp : Replaced printf with cout.
* Helper.h (GetDateTime): Fixed output of year on non-win32 platform.
2003-06-27 Pontus Ullgren <ullgren@users.sourceforge.net>
* Makefile: Made changes to make it work with current source.
* Makefile: Updated VERSION string.
* Defines.h: Updated VERSION.
* Config.cpp (CConfig): Added a call to in.open without ios::nocreate
since GNU Standard C++ Library v3 (libstdc++-v3) doesn't support it.
* Parser.cpp (Parse): Added a call to in.open without ios::nocreate
since GNU Standard C++ Library v3 (libstdc++-v3) doesn't support it.
* stdafx.h: Added includes needed to compile on Linux (stdarg.h and
iostream) also added "using namespace std" statement.
* LICENSE.TXT: CHanged license to LGPL.