~ubuntu-branches/ubuntu/maverick/bzr-git/maverick

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2009-05-12 02:20:29 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090512022029-sq1phqm0xqypvpt4
Tags: 0.3.1-1
New upstream snapshot.

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
 
1
22
0.3.0   2009-05-10
2
23
 
3
24
 FEATURES