aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2012-10-08 22:37:09 +0200
committerMarcin Kuzminski <marcin@python-works.com>2012-10-08 22:37:09 +0200
commit452651aca8cc01c8e94fd3c44c431a91247164c8 (patch)
tree8e4ef61d73f2a0422ac236c15b744a395623dca7 /docs
parentccef5f4e6affcac4c2232848c525895fc1a61e91 (diff)
parent3b7367bdcaf84aa81b9809a5ef5b94070ce973ea (diff)
Merge with beta
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/changelog.rst26
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 9a31c7e6..46bca577 100755
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,32 @@
Changelog
=========
+1.4.4 (**2012-10-08**)
+----------------------
+
+news
+++++
+
+- obfuscate db password in logs for engine connection string
+- #574 Show pull request status also in shortlog (if any)
+- remember selected tab in my account page
+- Bumped mercurial version to 2.3.2
+
+fixes
++++++
+
+- Add git version detection to warn users that Git used in system is to
+ old. Ref #588 - also show git version in system details in settings page
+- fixed files quick filter links
+- #590 Add GET flag that controls the way the diff are generated, for pull
+ requests we want to use non-bundle based diffs, That are far better for
+ doing code reviews. The /compare url still uses bundle compare for full
+ comparison including the incoming changesets
+- Fixed #585, checks for status of revision where to strict, and made
+ opening pull request with those revision impossible due to previously set
+ status. Checks now are made also for the repository.
+- fixes #591 git backend was causing encoding errors when handling binary
+ files - added a test case for VCS lib tests
1.4.3 (**2012-09-28**)
----------------------