changeset 2343:fcf16fd84f06 beta

updated 1.4 changelog
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 27 May 2012 17:57:43 +0200
parents a15e0ddeed7f
children 70126ffbd575
files docs/changelog.rst
diffstat 1 files changed, 15 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/docs/changelog.rst	Sun May 27 17:53:01 2012 +0200
+++ b/docs/changelog.rst	Sun May 27 17:57:43 2012 +0200
@@ -14,12 +14,25 @@
 ++++
  
 - new codereview system
+- email map, allowing users to have multiple email addresses mapped into
+  their accounts
 - changed setup-app into setup-rhodecode and added default options to it.
- 
+- new git repos are created as bare now by default
+
 fixes
 +++++
 
-
+- improved translations
+- fixes issue #455 Creating an archive generates an exception on Windows
+- fixes #448 Download ZIP archive keeps file in /tmp open and results 
+  in out of disk space
+- fixes issue #454 Search results under Windows include proceeding
+  backslash
+- fixed issue #450. Rhodecode no longer will crash when bad revision is
+  present in journal data.
+- fix for issue #417, git execution was broken on windows for certain
+  commands.
+- fixed #413. Don't disable .git directory for bare repos on deleting
 
 1.3.6 (**2012-05-17**)
 ----------------------