ChangeLog for RudeSession C++ Library

Copyright (C) 2005 Matthew Flood
See file AUTHORS for contact information

This file is part of RudeSession.

RudeSession 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, or (at your option)
any later version.

RudeSession 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 RudeSession; see the file COPYING.  If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.

* Tue May 29 2007 Matt Flood <matt@rudeserver.com>
- 3.2.2-1
- Created MAN page
- Minor build script modifications

* Wed Jul 12 2006 Matt Flood <matt@rudeserver.com>
- 3.2.1-1
- Added support for MySQL Storage of data


* Thu Apr 28 2006 Matt Flood <matt@rudeserver.com>
- 3.1.1-1
- Changed entropy file from /dev/random to /dev/urandom
	because /dev/random was blocking on our new machine - no entropy was available!!!
	/dev/urandom does not block

* Thu Apr 10 2006 Matt Flood <matt@rudeserver.com>
- 3.0.1-1
- First RPM Release


---------------------------------------------------
Release 2.2 Lib Version 3.0.1

2005-10-18 Matthew Flood

	* Modified Implementation Object
 			MODIFIED bool Implementation::createSession()
	     		* Now detecting command line requests and prompting users for an ID instead of generating a long random one.

	* Modified Session Object ( Public Interface ) :
			ADDED static void Session::setDebugMode(bool mode)
			ADDED static bool Session::getDebugMode()

   * Modified Configuration Object
			ADDED static bool s_debugmode;
			ADDED static void setDebugMode(bool mode);
			ADDED static bool getDebugMode();

	* Modified Implementation Object
			MODIFIED Implementation::Implementation()
				Added debug output for debug mode
			


-------------
--------------------------
---------------------------------------------------
Release 2.1 Lib Version 2.2.0

2005-06-13 Matthew Flood

	* Modified Source Code
		IDGenerator.cpp - We were replacing base64 characters '/', '=', and '+' with '.', '-', and '_'
		but ran into trouble with files starting with '-'.  Now we are replacing ALL non-alnums
		with the underscore '_'.  



-------------
--------------------------
---------------------------------------------------
Release 2.0		Lib Version 2.1.0

	
	Converted to Open Source project

------------------------------------------------------------------------------------

--End of Change Log--
