/brz/remove-bazaar

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