dajaxice (0.1.5) stable; urgency=high

	- Now dajaxice functions must be registered using dajaxice_functions.register instead of adding that functions
	  to DAJAXICE_FUNCTIONS list inside settings.py. This pattern is very similar to django.contrib.admin model registration.
	- Now dajaxice functions could be placed inside any module depth.
	- With this approach dajaxice app reusability was improved.
	- Old style registration (using DAJAXICE_FUNCTIONS) works too, but isn't recommended.
	- New tests added.
		
 -- Benito Jorge Bastida <jorge@thecodefarm.com>  Mon, 7 Jun 2010 23:44:00 +0100

dajaxice (0.1.3) stable; urgency=high

	- CSRF middleware buf fixed
	- Improved production and development logging
	- New custom Exception message
	- New notify_exception to send traceback to admins
	- Fixed semicolon issues
	- Fixed unicode errors
	- Fixed generate_static_dajaxice before easy_install usage
	- Fixed IE6 bug in dajaxice.core.js
		
 -- Benito Jorge Bastida <jorge@thecodefarm.com>  Tue, 28 Mar 2010 22:30:00 +0100

dajaxICE (0.1.2) stable; urgency=high

	- New and cleaned setup.py 
		
 -- Benito Jorge Bastida <jorge@thecodefarm.com>  Tue, 23 Feb 2010 16:00:00 +0100
 
dajaxICE (0.1.1) stable; urgency=high

	- json2.js and XMLHttpRequest libs included
	- New settings DAJAXICE_XMLHTTPREQUEST_JS_IMPORT and DAJAXICE_JSON2_JS_IMPORT
		
 -- Benito Jorge Bastida <jorge@thecodefarm.com>  Tue, 16 Feb 2010 16:00:00 +0100

dajaxICE (0.1.0) stable; urgency=high

	- dajaxice AJAX functions now receive parameters as function arguments.
	- dajaxice now uses standard python logging
	- some bugs fixed
	
 -- Benito Jorge Bastida <jorge@thecodefarm.com>  Wen, 6 Jan 2010 17:00:00 +0100

dajaxICE (0.0.1) stable; urgency=medium

	- First Release
	
 -- Benito Jorge Bastida <jorge@thecodefarm.com>  Mon, 16 Nov 2009 13:01:00 +0100