changeset 2191:050c8f08f7af beta

changelog update
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 14 Apr 2012 23:48:20 +0200
parents 64f7cf8f6a33
children a801c4542f48
files docs/changelog.rst
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/changelog.rst	Sat Apr 14 23:42:43 2012 +0200
+++ b/docs/changelog.rst	Sat Apr 14 23:48:20 2012 +0200
@@ -14,12 +14,23 @@
 ++++
 
 - use ext_json for json module
+- unified annotation view with file source view
+- notification improvements, better inbox + css
+- #419 don't strip passwords for login forms, make rhodecode 
+  more compatible with LDAP servers
+- Added HTTP_X_FORWARDED_FOR as another method of extracting 
+  IP for pull/push logs. - moved all to base controller  
+- #415: Adding comment to changeset causes reload. 
+  Comments are now added via ajax and doesn't reload the page
 
 fixes
 +++++
 
 - fixed dev-version marker for stable when served from source codes
 - fixed missing permission checks on show forks page
+- #418 cast to unicode fixes in notification objects
+
+
 
 1.3.4 (**2012-03-28**)
 ----------------------