Update Changelog
[flowspy] / ChangeLog
index 95fd63f..35430bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,53 @@
 ===========
+0.9.9 RELEASE
+Major documentation improvements. Minor app enhancements. Minor bug fixes
+
+Improvements:
+       -Wrote documentation in rst format (http://flowspy.readthedocs.org/)
+       -Update initial data with fragment types
+       -Add current version in footer via context
+       -Add beanstalk client, as installation from package is fuzzy
+       -Comment the helptext line in patched user model (django 1.3 issues)
+
+===========
+0.9.8 RELEASE
+Minor functionality improvements (check Requirements)
+
+Requirements:
+       -south migration to include database changes if you are at
+       <=0.9.5
+
+Improvements:
+       -Added more port validation checks
+       -Added more IP address validation checks
+
+===========
+0.9.7 RELEASE
+Minor UI improvements (check Requirements)
+
+Requirements:
+       -south migration to include database changes if you are at 
+       <=0.9.5
+
+UI Improvements:
+       -Added badges in rule status
+
+===========
+0.9.6 RELEASE
+New Feature and minor UI improvements (check Requirements)
+
+Requirements:
+       -south migration to include database changes
+
+Features:
+       -Added fragment type as an option in rule match statements
+
+UI Improvements:
+       -Changed wording;from 'Suspend' to 'Deactivate'
+       -Increased the size of Console and Add Rule buttons. Made Add Rule button 
+       stand out with different color.
+
+===========
 0.9.5 RELEASE
 Fixes