/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

Support 'bzr serve --git'.

Show diffs side-by-side

added added

removed removed

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