/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

ImportĀ RemoteGitBranch._get_config().

Show diffs side-by-side

added added

removed removed

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