/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

Fix removing entries.

Show diffs side-by-side

added added

removed removed

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