dajaxice (0.1.8.1) stable; urgency=high

	- Fixed bug #25 related to CSRF verification on Django 1.2.5
		
 -- Benito Jorge Bastida <jorge@thecodefarm.com>  Tue, 22 Feb 2010 11:04:00 +0100

dajaxice (0.1.8) stable; urgency=normal

	- Add build dir to ignores
	- Remove MANIFEST file and auto-generate it through MANIFEST.in
	- Add MANIFEST to ignores
	- Include examples and docs dirs to source distribution
	- Add long_description to setup.py
	- Fixed Flaw in AJAX CSRF handling (X-CSRFToken Django 1.2.5)
		
 -- Angel Abad <angelabad@gmail.com>  Mon, 17 Jan 2010 11:00:00 +0100

dajaxice (0.1.7) stable; urgency=high

	- Fixing dajaxice callback model to improve security against XSS attacks.
	- Dajaxice callbacks should be passed as functions and not as strings.
	- Old string-callback maintained for backward compatibility.(usage not recommended)
	- New documentation using Sphinx
	- Adding a decorators.py file with a helper decorator to register functions (Douglas Soares de Andrade)
		
 -- Benito Jorge Bastida <jorge@thecodefarm.com>  Sat, 8 Jan 2010 18:00:00 +0100

dajaxice (0.1.6) stable; urgency=high

	- Fixing registration bugs
	- Added some tests
		
 -- Benito Jorge Bastida <jorge@thecodefarm.com>  Mon, 20 Sep 2010 22:04:00 +0100
 
 
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
