2004-07-04 00:54  ghaering

	* setup.py, sqlite/__init__.py:

	- Bumped version number to 0.5.1.
	
2004-07-04 00:51  ghaering

	* test/userfunction_tests.py:

	- Added a test case for aggregates returning floats.
	
2004-07-04 00:51  ghaering

	* encode.c, port/strsep.c:

	- Applied patch #882016, which fixes various build warnings.
	
2004-07-04 00:50  ghaering

	* _sqlite.c:

	- Added a missing INCREF in the busy-handler callback. This was the real reason
	  why misc/multithreading_crash.py crashed Python. This was a reproducable
	  crash when the busy handler was used.
	- Applied patch #882016, which fixes various build warnings.
	- Applied patch #865887, which uses sqlite_freemem instead of free() in two
	  places and makes PySQLite work on OS/2.
	- Fixed bug #945572, user-defined aggregates returning floats no longer crash
	  Python.
	
2004-07-04 00:45  ghaering

	* sqlite/main.py:

	Fixes buglet #877780: Exception in Connection.__del__ when opening the database
	failed.
	
2004-07-03 23:42  ghaering

	* misc/multithreading_crash.py:

	Test case I got from a user that will crash PySQLite 0.5.0 in multithreaded
	mode.
	
2004-05-21 00:38  ghaering

	* _sqlite.c:

	- Fix for bug [ 852362 ] Crash from deallocating None: removed one Py_DECREF
	  that led to crashes.
