changeset 2429:d6efacde970f beta

changelog update
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 08 Jun 2012 22:33:36 +0200
parents 530bd12fc18a
children 9f37281195a2 751c1c56e080
files docs/changelog.rst
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/changelog.rst	Fri Jun 08 22:26:39 2012 +0200
+++ b/docs/changelog.rst	Fri Jun 08 22:33:36 2012 +0200
@@ -16,6 +16,8 @@
 - new codereview system
 - email map, allowing users to have multiple email addresses mapped into
   their accounts
+- improved git-hook system. Now all actions for git are logged into journal
+  including pushed revisions, user and IP address
 - changed setup-app into setup-rhodecode and added default options to it.
 - new git repos are created as bare now by default
 - #464 added links to groups in permission box
@@ -25,6 +27,10 @@
 - rhodecode-api CLI client
 - new git http protocol replaced buggy dulwich implementation.
   Now based on pygrack & gitweb
+- Improved RSS/ATOM feeds. Discoverable by browsers using proper headers, and 
+  reformated based on user suggestions. Additional rss/atom feeds for user
+  journal
+- various i18n improvements
 
 fixes
 +++++
@@ -41,6 +47,8 @@
   commands.
 - fixed #413. Don't disable .git directory for bare repos on deleting
 - 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
 
 1.3.6 (**2012-05-17**)
 ----------------------