/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

Check for rich root target repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
0.4.1   UNRELEASED
 
2
 
 
3
 FEATURES
 
4
 
 
5
  * Progress bars will now show results from the remote git server.
 
6
 
 
7
0.4.0   2009-06-18
 
8
 
 
9
 BUG FIXES
 
10
 
 
11
  * Fix handling of not-executable files becoming executable without any 
 
12
    other changes. (#382609)
 
13
 
 
14
  * XML-invalid characters are now no longer squashed if not required by 
 
15
    the target repository serializer format. The only non-XML based format 
 
16
        at the moment is the "2a" development format supported since bzr 1.16.
 
17
 
 
18
  * Unusual file modes that could be created in Git repositories using older
 
19
    versions of Git are now stored in Bazaar revision properties. This means 
 
20
        it's now possible to import the Git repository and the Linux kernel repository.
 
21
 
 
22
  * Mark as compatible with bzr 1.16.
 
23
 
 
24
0.3.2   2009-05-20
 
25
 
 
26
 FEATURES
 
27
 
 
28
  * "bzr commit" in git working trees works to some extent.
 
29
 
 
30
  * "bzr push" from local git repositories to remote git repositories works.
 
31
 
 
32
0.3.1   2009-05-13
 
33
 
 
34
 FEATURES
 
35
 
 
36
  * Alternative (faster) storage for SHA map using the TDB library
 
37
    (http://tdb.samba.org/). This will automatically be used if you have 
 
38
        TDB and its Python bindings installed. In all other situations the previous
 
39
        (slower) Sqlite database format will be used.
 
40
 
 
41
  * Now warns when escaping XML-invalid characters to work around a bug in the
 
42
    Bazaar revision serializer.
 
43
 
 
44
  * Now allows "unusual" file modes (100664, etc) but will warn the user about
 
45
    them.
 
46
 
 
47
 BUG FIXES
 
48
 
 
49
  * Fixed git-import.
 
50
 
 
51
  * Fixed handling kind changes (tree -> blob) during fetch.
 
52
 
 
53
0.3.0   2009-05-10
 
54
 
 
55
 FEATURES
 
56
 
 
57
  * Support parsing .gitignore
 
58
 
 
59
  * Support dpushing to remote repositories.