~bzr/ubuntu/karmic/bzr-git/bzr-ppa

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jelmer Vernooij
  • Date: 2010-05-22 23:40:04 UTC
  • mfrom: (17.25.364 trunk)
  • Revision ID: jelmer@samba.org-20100522234004-48r0bfkodp3xspgv
* New upstream release.
* Bump standards version to 3.8.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
0.5.1   2010-05-22
 
2
 
 
3
 BUG FIXES
 
4
 
 
5
  * Mark as compatible with Bazaar 2.2 (Jelmer Vernooij)
 
6
 
 
7
  * Use host specified rather than localhost in `bzr serve`.
 
8
    (David Coles, #543998)
 
9
 
 
10
  * Handle working trees without valid HEAD branch.
 
11
    (Jelmer Vernooij, #501385)
 
12
 
 
13
  * Default to non-bare repositories when initializing a control directory.
 
14
    (Jelmer Vernooij)
 
15
 
 
16
  * Cope with -0000 as timezone in Git commits. (Jelmer Vernooij, #539978)
 
17
 
 
18
 FEATURES
 
19
 
 
20
  * Support 'bzr diff --format=git'. (Jelmer Vernooij, #555994)
 
21
 
 
22
 PERFORMANCE
 
23
 
 
24
  * Avoid the use of InventoryDirectory.children. This speeds up 
 
25
    imports significantly. (Jelmer Vernooij)
 
26
 
 
27
0.5.0   2010-03-18
 
28
 
 
29
 BUG FIXES
 
30
 
 
31
  * Fix compatibility with newer versions of Python2.6, which change the 
 
32
    behaviour of urlparse.urlsplit.
 
33
 
 
34
  * Avoid storing texts of symlinks, which causes checksum errors in 
 
35
    `bzr check`. (#512323, INADA Naoki, Jelmer Vernooij)
 
36
 
 
37
  * Support committing to a git branch from a bzr working tree. (#506174,
 
38
        Jelmer Vernooij)
 
39
 
 
40
  * Support executable symlinks. (#512871, INADA Naoki, Jelmer Vernooij)
 
41
 
 
42
  * When unpacking URLs, strip leftmost slash to match gits 
 
43
    behaviour. (#445156, Jelmer Vernooij)
 
44
 
 
45
  * Support merging tags to a local Git repository.
 
46
    (#4445230, Jelmer Vernooij)
 
47
 
 
48
  * InterFromGitBranch.pull() supports an optional limit argument to limit
 
49
    how many revisions to import in one go. (Michael Hudson)
 
50
 
 
51
  * Cope with different encodings better, rather than just stripping out 
 
52
    unknown characters. (#529460, Jelmer Vernooij)
 
53
 
 
54
  * Support ``run_hooks`` argument to ``InterGitRemoteLocalBranch.pull()``.
 
55
    (#524843, Jelmer Vernooij)
 
56
 
 
57
  * Properly ignore directories when creating bundles, deal with new files.
 
58
    (#456849, Jelmer Vernooij)
 
59
 
 
60
 PERFORMANCE
 
61
 
 
62
  * Don't import head revision twice when pulling from Git.
 
63
    (Jelmer Vernooij)
 
64
 
 
65
 FEATURES
 
66
 
 
67
  * Support (dumb) HTTP repositories. (#373688, Jelmer Vernooij)
 
68
 
 
69
  * Implement API for colocated branches. (#380871, Jelmer Vernooij)
 
70
 
1
71
0.4.3   2010-01-19
2
72
 
3
73
 BUG FIXES