comparison docs/changelog.rst @ 2896:40362af426b4 beta

changelog update
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 08 Oct 2012 22:21:33 +0200
parents 6b79e96f6ecd
children 1f7b8c73c94a e2b2791d1e7c
comparison
equal deleted inserted replaced
2895:f5dc0417d6b1 2896:40362af426b4
11 :branch: beta 11 :branch: beta
12 12
13 news 13 news
14 ++++ 14 ++++
15 15
16 fixes 16 - obfuscate db password in logs for engine connection string
17 +++++ 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
21 fixes
22 +++++
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
18 36
19 1.4.3 (**2012-09-28**) 37 1.4.3 (**2012-09-28**)
20 ---------------------- 38 ----------------------
21 39
22 news 40 news