/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

Add simple tests and docstrings for GraphWalker.

Show diffs side-by-side

added added

removed removed

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