RNetTraf Release 1.0.0          Release Notes                    19 January 2010
================================================================================
  RNetTraf is a complete reimplementation and replacement for the original
  NetTraf Windows Client. RNetTraf is written in C++ using Qt 4 and should be
  portable across Windows, MacOS X, Unix and Linux.
  
  RNetTraf was written completely from scratch over about two days without
  using any of the original clients code. As this is the first release and has
  not received any significant testing there may be unknown minor issues

  License Statement:
    This is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This software is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this software; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

  Available Documentation:
    SMNT-GS01.001 - RNetTraf Getting Started, version 1.0
    SMNT-RN01.001 - RNetTraf Release Notes, version 1.0 (this document)

  System Requirements:
    Any networked computer capable of running Qt 4.5+. This should include
    Windows XP+, Linux and MacOS X. Note that Linux and MacOS X support has
    not been tested.

  Platforms tested for this release:
    The program has been found to work correctly on the following platforms:
      - Windows 7, 64bit IA-32e
      - Windows XP, virtual machine, 32bit IA32

  New Features in Version 1.0:
    - Everything that was present in the original client minus the New systray
      icon style. Anything else that is missing is a bug.
    - Ability to disable graph widgets
    - Messages moved to systray icon
    - Program now minimises when closed instead of exiting. This functionality
      can be disabled through the configuration file if desired.

  Known Issues:
    - Initial testing on Linux suggests that the program may go into a loop
      reconnecting to nettrafd every five seconds when any network configuration
      changes are made. Restarting RNetTraf after making any such changes
      stops the reconnecting.

ChangeLog:
----------------------------------------------------------------------------
Version 1.0.0:
  New Features:
    - Everything present in the original windows client except the new systray
      icon style.
    - Option to hide the tab widget and the general tab showing only the graphs
    - Messages have been moved to the system tray icon
    - New icons
    - Program minimised when closed instead of exiting (this can be disabled)
  Fixed Bugs:
    - None
  Other Changes:
    - None
================================================================================
SMNT-RN01.001                                                      David Goodwin