# HG changeset patch # User Marcin Kuzminski # Date 2012-05-27 15:57:43 # Node ID fcf16fd84f065b27b15472de4301b2b3eb863659 # Parent a15e0ddeed7fabe683988b80c223fc8e58833a3e updated 1.4 changelog diff --git a/docs/changelog.rst b/docs/changelog.rst --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -14,12 +14,25 @@ news ++++ - 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**) ----------------------