/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 in dulwich.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.3.2   UNRELEASED
2
 
 
3
 
 FEATURES
4
 
 
5
 
  * "bzr commit" in git working trees works.
6
 
 
7
 
  * "bzr push" from local git repositories to remote git repositories works.
8
 
 
9
 
0.3.1   2009-05-13
10
 
 
11
 
 FEATURES
12
 
 
13
 
  * Alternative (faster) storage for SHA map using the TDB library
14
 
    (http://tdb.samba.org/). This will automatically be used if you have 
15
 
        TDB and its Python bindings installed. In all other situations the previous
16
 
        (slower) Sqlite database format will be used.
17
 
 
18
 
  * Now warns when escaping XML-invalid characters to work around a bug in the
19
 
    Bazaar revision serializer.
20
 
 
21
 
  * Now allows "unusual" file modes (100664, etc) but will warn the user about
22
 
    them.
23
 
 
24
 
 BUG FIXES
25
 
 
26
 
  * Fixed git-import.
27
 
 
28
 
  * Fixed handling kind changes (tree -> blob) during fetch.
29
 
 
30
 
0.3.0   2009-05-10
31
 
 
32
 
 FEATURES
33
 
 
34
 
  * Support parsing .gitignore
35
 
 
36
 
  * Support dpushing to remote repositories.