changeset 2649:f61217731c18 beta

changelog update
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 21 Jul 2012 14:48:35 +0200
parents 0911cf6940af
children 33252b42d9eb
files docs/changelog.rst
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/changelog.rst	Sat Jul 21 14:27:28 2012 +0200
+++ b/docs/changelog.rst	Sat Jul 21 14:48:35 2012 +0200
@@ -32,6 +32,10 @@
   journal
 - various i18n improvements
 - #478 permissions overview for admin in user edit view
+- File view now displays small gravatars off all authors of given file
+- Implemented landing revisions. Each repository will get landing_rev attribute
+  that defines 'default' revision/branch for generating readme files
+
 
 fixes
 +++++
@@ -50,7 +54,11 @@
 - fixed issue #459. Changed the way of obtaining logger in reindex task.
 - fixed #453 added ID field in whoosh SCHEMA that solves the issue of
   reindexing modified files
-- fixes #481 rhodecode emails are sent without Date header 
+- fixed #481 rhodecode emails are sent without Date header 
+- fixed #458 wrong count when no repos are present
+- fixed issue #492 missing `\ No newline at end of file` test at the end of 
+  new chunk in html diff
+- full text search now works also for commit messages
 
 1.3.6 (**2012-05-17**)
 ----------------------