v. 0.5 Beta
        - This releases supports cryptography with optional modules.
        - Now rnmap has application for adding users (rnmap-adduser).
          User passwords are hashed with MD5.
	- Protocol has changed to support cipher/plaintext communications.
	  Older versions of grnmap.py are not compatible with new server.

v. 0.4.1 Beta
        - Changed code to work with new Python socket library (1.6, 2.0).
        - Added XML output mode for clients.

v. 0.4 Beta
        - This release includes rnmap command-line client.
        - Added script kiddie mode for clients.
        - Code cleanups and some optimizations.
        - Changed server log form.

v. 0.3 Beta
        rnmap_server.py:
         - Added signal handling - when server catch SIGHUP it reload configuration files.
         - Minor optimizations.
        grnmap.py:
         - Minor changes.

v. 0.2 Beta
       rnmap_server.py:
        - Fixed NameError: check in newconnection() which occured when filtering was turned off.
        - Fixed --help commandline option and added --version and --nofilter options.
       grnmap.py:
        - Now toplevel windows closes with Ok button.

v. 0.1 Beta
	 - First Beta release
