/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

Merge warning fix from Naoki.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
0.4.3   UNRELEASED
 
2
 
 
3
 BUG FIXES
 
4
 
 
5
  * Fix warning about unclosed files on Windows. (#441978, INADA Naoki)
 
6
 
 
7
0.4.2   2009-10-01
 
8
 
 
9
 BUG FIXES
 
10
 
 
11
  * Cope with ghosts a bit better during "bzr dpush".
 
12
    (Jelmer Vernooij)
 
13
 
 
14
  * Better error message when Dulwich is missing. (#427276, Jelmer Vernooij)
 
15
 
 
16
  * Support checkouts. (#427310, Jelmer Vernooij)
 
17
  
 
18
  * Don't break "bzr info -v" when Dulwich is not installed. (#429394, 
 
19
                                                                                                                          Jelmer Vernooij)
 
20
 
 
21
  * Mark as compatible with Bazaar 2.1. (Jelmer Vernooij)
 
22
 
 
23
  * Fix fetching of remote repositories on Windows. (INADA Naoki,
 
24
                                                                                                         Jelmer Vernooij, #382125)
 
25
 
 
26
  * Ignore directories in WorkingTree.extras(). (Jelmer Vernooij, #373902)
 
27
 
 
28
 FEATURES
 
29
 
 
30
  * New "git" format supported by "bzr send". All revisions 
 
31
    are currently sent as one concatenated file, rather than 
 
32
        as separate files because of limitations in Bazaar.
 
33
        (Jelmer Vernooij, Lukas Lalinsky)
 
34
 
 
35
 PERFORMANCE
 
36
 
 
37
  * Avoid re-fetching basis inventory during fetch.
 
38
    (Jelmer Vernooij)
 
39
 
 
40
0.4.1   2009-07-24
 
41
 
 
42
 BUG FIXES
 
43
 
 
44
  * Avoid "No such revision" error when encountering submodules.
 
45
   (#400598)
 
46
 
 
47
  * Avoid creating empty trees in Git during dpush, as they are not 
 
48
    officially allowed. (#393706)
 
49
 
 
50
 FEATURES
 
51
 
 
52
  * Progress bars will now show results from the remote git server.
 
53
 
 
54
0.4.0   2009-06-18
 
55
 
 
56
 BUG FIXES
 
57
 
 
58
  * Fix handling of not-executable files becoming executable without any 
 
59
    other changes. (#382609)
 
60
 
 
61
  * XML-invalid characters are now no longer squashed if not required by 
 
62
    the target repository serializer format. The only non-XML based format 
 
63
        at the moment is the "2a" development format supported since bzr 1.16.
 
64
 
 
65
  * Unusual file modes that could be created in Git repositories using older
 
66
    versions of Git are now stored in Bazaar revision properties. This means 
 
67
        it's now possible to import the Git repository and the Linux kernel repository.
 
68
 
 
69
  * Mark as compatible with bzr 1.16.
 
70
 
 
71
0.3.2   2009-05-20
 
72
 
 
73
 FEATURES
 
74
 
 
75
  * "bzr commit" in git working trees works to some extent.
 
76
 
 
77
  * "bzr push" from local git repositories to remote git repositories works.
 
78
 
 
79
0.3.1   2009-05-13
 
80
 
 
81
 FEATURES
 
82
 
 
83
  * Alternative (faster) storage for SHA map using the TDB library
 
84
    (http://tdb.samba.org/). This will automatically be used if you have 
 
85
        TDB and its Python bindings installed. In all other situations the previous
 
86
        (slower) Sqlite database format will be used.
 
87
 
 
88
  * Now warns when escaping XML-invalid characters to work around a bug in the
 
89
    Bazaar revision serializer.
 
90
 
 
91
  * Now allows "unusual" file modes (100664, etc) but will warn the user about
 
92
    them.
 
93
 
 
94
 BUG FIXES
 
95
 
 
96
  * Fixed git-import.
 
97
 
 
98
  * Fixed handling kind changes (tree -> blob) during fetch.
 
99
 
 
100
0.3.0   2009-05-10
 
101
 
 
102
 FEATURES
 
103
 
 
104
  * Support parsing .gitignore
 
105
 
 
106
  * Support dpushing to remote repositories.