/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

Fix updating cache for single revision - don't consider it an update of the full cache.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.5.3   UNRELEASED
 
1
0.6.1   UNRELEASED
 
2
 
 
3
 BUG FIXES
 
4
 
 
5
  * Support git repositories without a branches directory in their control
 
6
    directory. (Jelmer Vernooij, #780239)
 
7
 
 
8
0.6.0   2011-04-12
 
9
 
 
10
 BUG FIXES
 
11
 
 
12
  * Fix encoding handling in Git working trees. (Jelmer Vernooij, #393038)
 
13
 
 
14
  * Use transports internally in "bzr git-import".
 
15
    (Jelmer Vernooij, #733919)
 
16
 
 
17
  * Provide custom GitDir.sprout() implementation for compatibility with bzr 2.4.
 
18
    (Jelmer Vernooij, #717937)
 
19
 
 
20
  * Revisions attached to tags that are not in the tips ancestry are now fetched.
 
21
    (Jelmer Vernooij, #309682)
 
22
 
 
23
  * Fix recursion error merging tags for bound branches.
 
24
    (Jelmer Vernooij, #742833)
 
25
 
 
26
  * Fix fetching from remote git repositories during merge.
 
27
    (Jelmer Vernooij, #741760)
 
28
 
 
29
  * Properly raise RootMissing if no root is specified to an empty
 
30
    tree in the commit builder. (Jelmer Vernooij, #731360)
 
31
 
 
32
  * Return proper conflict list from WorkingTree.conflicts. (Jelmer Vernooij, #741397)
 
33
 
 
34
  * Fix dpush of certain branches. (Jelmer Vernooij, #705807)
 
35
 
 
36
 API COMPLETENESS
 
37
 
 
38
  * Implement LocalGitControlDir.clone_on_transport. (Jelmer Vernooij, #721899)
 
39
 
 
40
 COMPATIBILITY
 
41
 
 
42
  * Drop support for Bazaar < 2.3. (Jelmer Vernooij)
 
43
 
 
44
0.5.4   2011-02-10
 
45
 
 
46
 BUG FIXES
 
47
 
 
48
  * Fix test suite compatibility with Bazaar 2.2. (Max Bowsher, #707434)
 
49
 
 
50
  * Fix compatibility with older versions of python-tdb.
 
51
    (Jelmer Vernooij, #707735)
 
52
 
 
53
  * Fix 'bzr git-import' from remote repositories. (Jelmer Vernooij, #706990)
 
54
 
 
55
  * Cope with tags when doing local fetches. (Jelmer Vernooij, #675637)
 
56
 
 
57
0.5.3   2011-01-21
2
58
 
3
59
 BUG FIXES
4
60
 
9
65
 
10
66
  * Support non-ascii characters in tag names. (Jelmer Vernooij, #616995)
11
67
 
 
68
  * Mark as compatible with bzr 2.3, 2.4. (Jelmer Vernooij)
 
69
 
 
70
  * Cope with unknown refs. (Jelmer Vernooij, #666443)
 
71
 
 
72
  * Don't peel tags automatically when pushing back.
 
73
    (Jelmer Vernooij, #675231)
 
74
 
 
75
  * Fix `bzr-receive-pack` and `bzr-upload-pack`. (Jelmer Vernooij, #681193)
 
76
 
12
77
 FEATURES
13
78
 
14
79
  * Remove all remaining dependencies on C git. (Jelmer Vernooij, #348238)
15
80
 
16
81
  * Add some basic documentation in 'bzr help git'. (Jelmer Vernooij, #605394)
17
82
 
 
83
  * Add --signoff option to 'bzr git-apply'. (Jelmer Vernooij)
 
84
 
 
85
  * Add --force option to 'bzr git-apply'. (Jelmer Vernooij)
 
86
 
18
87
0.5.2   2010-07-30
19
88
 
20
89
 COMPATIBILITY