###############################################################################
2003-01-25 2.2.0				   00 major / 01 minor / 01 bug

	+ Touch all generated files to avoid unnecessary diffs.
	- Added good profiling example in tutorial/*.
	- Added profiling strategy in README.txt.
	Paired with Doug Beaver <snarly@beaver.net>

###############################################################################
2002-12-27 2.1.1				   00 major / 00 minor / 02 bug

	- Fixed a bug in inline.rb where it was comparing against
	  inline.rb, not the caller.
	- Tweaked example.rb to take the number of iterations as an option.

###############################################################################
2002-12-17 2.1.0				   00 major / 02 minor / 04 bug

	+ Added inline_c_raw to replace Inline.inline.
	+ Removed module Inline as a whole. This gets rid of some
	  major version incompatibilities, tons of duplicate code, and
	  just seems to make things happier.
	- Added a fix from Michael Scholz to fix the use of $0 for file test.
	- Added private and public declarations since we are invading
	  class Module.
	- Fixed tests... oops!
	- Lots of clean up...
	Reviewed by Doug Beaver <snarly@beaver.net>

###############################################################################
2002-12-12 2.0.0				   00 major / 00 minor / 02 bug

	- Minor fix to get working on MacOS X (.so vs .bundle).
	- Downgraded typemap to be compatible with 1.6.x.
	Paired w/ Doug Beaver <snarly@beaver.net>

###############################################################################
2002-11-22 2.0.0 beta				   01 major / 02 minor / 03 bug

	! Added inline_c, a "compile-time" version of
	  inline. Massively enhanced, this version has a limited form of
	  C function parsing.
	+ Deprecated Inline#inline for Module#inline_c. To be removed by 2.1.0.
	+ Extended example.rb to include a fully written inlined C function.
	- Updated README.txt and improved some of the documentation.
	- Added test and clean rules to Makefile.
	- Removed the copious warnings if running ruby < 1.7.2.
	Paired w/ Doug Beaver <snarly@beaver.net>

###############################################################################
2002-11-01 1.1.0				   00 major / 02 minor / 00 bug

	+ Aliased methods are now inlined as well. 250x faster.
	  ONLY on ruby 1.7+. Warns on ruby < 1.7.
	+ Added a makefile to automate running of all different benchmarks.
	- Improved example to include an aliased method testcase.

###############################################################################
2002-09-22 1.0.7				   00 major / 01 minor / 01 bug

	+ Only compiles the generated code if it was different from
          the previous version.
	- Improved security: Checks group and global write on home
	  directory.

###############################################################################
2002-09-18 1.0.6				   00 major / 01 minor / 03 bug

	+ Added a prelude argument for header and datatype declarations.
	- Only output stuff if invoked verbose (ie 'ruby -v ./example.rb').
	- Added some compatibility code for windows.
	- Declared requirement on POSIX system.

###############################################################################
2002-09-11 1.0.5				   00 major / 00 minor / 02 bug

	- Improved security model for UNIX. Still not sure about
          windoze.
	- Fixed History.txt to be accurate, gave example in README.

###############################################################################
2002-09-10 1.0.4				   01 major / 00 minor / 01 bug

	! Released to sourceforge!
	- A number of very minor bug fixes from IRC sessions w/ others.

###############################################################################
2002-09-05 1.0.0				   01 major / 00 minor / 00 bug
 
 	! Birthday!
