##// END OF EJS Templates
changelog update
marcink -
r2896:40362af4 beta
parent child Browse files
Show More
@@ -13,9 +13,27 b' 1.4.4 (**2012-XX-XX**)'
13 news
13 news
14 ++++
14 ++++
15
15
16 - obfuscate db password in logs for engine connection string
17 - #574 Show pull request status also in shortlog (if any)
18 - remember selected tab in my account page
19 - Bumped mercurial version to 2.3.2
20
16 fixes
21 fixes
17 +++++
22 +++++
18
23
24 - Add git version detection to warn users that Git used in system is to
25 old. Ref #588 - also show git version in system details in settings page
26 - fixed files quick filter links
27 - #590 Add GET flag that controls the way the diff are generated, for pull
28 requests we want to use non-bundle based diffs, That are far better for
29 doing code reviews. The /compare url still uses bundle compare for full
30 comparison including the incoming changesets
31 - Fixed #585, checks for status of revision where to strict, and made
32 opening pull request with those revision impossible due to previously set
33 status. Checks now are made also for the repository.
34 - fixes #591 git backend was causing encoding errors when handling binary
35 files - added a test case for VCS lib tests
36
19 1.4.3 (**2012-09-28**)
37 1.4.3 (**2012-09-28**)
20 ----------------------
38 ----------------------
21
39
General Comments 0
You need to be logged in to leave comments. Login now