/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

Only create pack index if it doesn't exist yet.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
0.4.1   UNRELEASED
 
2
 
 
3
0.4.0   2009-06-18
 
4
 
 
5
 BUG FIXES
 
6
 
 
7
  * Fix handling of not-executable files becoming executable without any 
 
8
    other changes. (#382609)
 
9
 
 
10
  * XML-invalid characters are now no longer squashed if not required by 
 
11
    the target repository serializer format. The only non-XML based format 
 
12
        at the moment is the "2a" development format supported since bzr 1.16.
 
13
 
 
14
  * Unusual file modes that could be created in Git repositories using older
 
15
    versions of Git are now stored in Bazaar revision properties. This means 
 
16
        it's now possible to import the Git repository and the Linux kernel repository.
 
17
 
 
18
  * Mark as compatible with bzr 1.16.
 
19
 
 
20
0.3.2   2009-05-20
 
21
 
 
22
 FEATURES
 
23
 
 
24
  * "bzr commit" in git working trees works to some extent.
 
25
 
 
26
  * "bzr push" from local git repositories to remote git repositories works.
 
27
 
 
28
0.3.1   2009-05-13
 
29
 
 
30
 FEATURES
 
31
 
 
32
  * Alternative (faster) storage for SHA map using the TDB library
 
33
    (http://tdb.samba.org/). This will automatically be used if you have 
 
34
        TDB and its Python bindings installed. In all other situations the previous
 
35
        (slower) Sqlite database format will be used.
 
36
 
 
37
  * Now warns when escaping XML-invalid characters to work around a bug in the
 
38
    Bazaar revision serializer.
 
39
 
 
40
  * Now allows "unusual" file modes (100664, etc) but will warn the user about
 
41
    them.
 
42
 
 
43
 BUG FIXES
 
44
 
 
45
  * Fixed git-import.
 
46
 
 
47
  * Fixed handling kind changes (tree -> blob) during fetch.
 
48
 
 
49
0.3.0   2009-05-10
 
50
 
 
51
 FEATURES
 
52
 
 
53
  * Support parsing .gitignore
 
54
 
 
55
  * Support dpushing to remote repositories.