Add south migration to apply latest fields changes
[astakos] / snf-astakos-app / Changelog
index 77fa21b..ae47228 100644 (file)
@@ -1,13 +1,37 @@
-v0.3.7
+Changelog
+*********
+
+v0.5.0
 ======
+- Improvements and fixes in shibboleth integration.
+- Minor code refactoring (removed unsed classes/functions).
+- Rate limit integration (requires django-ratelimit).
+- New setting added, ASTAKOS_RATELIMIT_RETRIES_ALLOWED
+- get_menu api call checks the ASTAKOS_COOKIE_NAME instead of the sessionid cookie.
+- Management commands improvements/fixes
+- Altered blank/null parameters for some AstakosUser fields (db migration required)
+
+
+v0.4.0
+=======
+- User terms.
+- Styling fixes/improvements.
+- Configurable recpatcha form field.
+
 
+v0.3.9
+======
+- Show user email in feedback email content
+
+
+v0.3.8
+======
 - New ASTAKOS_PROFILE_EXTRA_LINKS setting to display additional buttons on
   account pages.
 
 
-v0.3.6
+v0.3.7
 ======
-
 - New ASTAKOS_LOGIN_MESSAGES setting to display messages on the login page
   header
 - login_base.html to make it easy override the login.html template
@@ -15,7 +39,6 @@ v0.3.6
 
 v0.3.5
 ======
-
 - New grnet styles
 - New setting for recaptcha to use SSL
 - New menu texts
@@ -24,14 +47,12 @@ v0.3.5
 
 v0.3.4
 ======
-
 - Updated mail contents
 - Cloudbar improvements
 
 
 v0.3.3
 ======
-
 - Updated grnet styles
 - Several styling fixes
 - Display page menu
@@ -49,7 +70,6 @@ v0.3.3
 
 v0.3.2
 ======
-
 - improved styles of sign up button
 - do not send admin notification email if ASTAKOS_DEFAULT_ADMIN_EMAIL is not 
   set 
@@ -58,7 +78,6 @@ v0.3.2
 
 v0.3.1
 ======
-
 - bug fixes
 - administrator email notification on sign up 
   (configurable from ASTAKOS_DEFAULT_ADMIN_EMAIL setting)
@@ -66,3 +85,4 @@ v0.3.1
   (requires ASTAKOS_RECAPTCHA_PUBLIC_KEY, ASTAKOS_RECAPTCHA_PRIVATE_KEY
    settings)
 - cloudbar jsonp responses
+