~jelmer/debian/sid/bzr-git/xs-testsuite-field-in-debian-control

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jelmer Vernooij
  • Date: 2010-07-30 11:58:30 UTC
  • mfrom: (17.25.365 upstream)
  • Revision ID: jelmer@samba.org-20100730115830-s53plrxt5jnwf4fj
New upstream snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
0.5.2   UNRELEASED
 
2
 
 
3
 COMPATIBILITY
 
4
 
 
5
  * Drop support for Bazaar < 2.0. (Jelmer Vernooij)
 
6
 
 
7
 BUG FIXES
 
8
 
 
9
  * Cope with kind changes when generating git objects from Bazaar 
 
10
    revisions that contain kind changes where a directory is changed 
 
11
    into a file and its (file/symlink) children are removed 
 
12
    (rather than moved). (#597758, Jelmer Vernooij)
 
13
 
 
14
  * Fix reading pack files over http. (#588724, Jelmer Vernooij)
 
15
 
 
16
  * Fix 'bzr status' after 'bzr add' in native git working trees.
 
17
    (#603800, Chadrik)
 
18
 
 
19
 FEATURES
 
20
 
 
21
  * Support specifying alternative paths for git-upload-pack and 
 
22
    git-receive-pack. (Ross Light, #585204)
 
23
 
1
24
0.5.1   2010-05-22
2
25
 
3
26
 BUG FIXES
24
47
  * Avoid the use of InventoryDirectory.children. This speeds up 
25
48
    imports significantly. (Jelmer Vernooij)
26
49
 
 
50
  * Use Bazaar index files to store the sha map and git objects to cache 
 
51
    certain objects. (#520694, Jelmer Vernooij)
 
52
 
27
53
0.5.0   2010-03-18
28
54
 
29
55
 BUG FIXES
30
56
 
31
57
  * Fix compatibility with newer versions of Python2.6, which change the 
32
 
    behaviour of urlparse.urlsplit.
 
58
    behaviour of urlparse.urlsplit. (Jelmer Vernooij, #561351)
33
59
 
34
60
  * Avoid storing texts of symlinks, which causes checksum errors in 
35
61
    `bzr check`. (#512323, INADA Naoki, Jelmer Vernooij)
62
88
  * Don't import head revision twice when pulling from Git.
63
89
    (Jelmer Vernooij)
64
90
 
 
91
 
65
92
 FEATURES
66
93
 
67
94
  * Support (dumb) HTTP repositories. (#373688, Jelmer Vernooij)