5
* Fix handling of not-executable files becoming executable without any
6
other changes. (#382609)
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.
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.
20
* "bzr commit" in git working trees works to some extent.
22
* "bzr push" from local git repositories to remote git repositories works.
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.
33
* Now warns when escaping XML-invalid characters to work around a bug in the
34
Bazaar revision serializer.
36
* Now allows "unusual" file modes (100664, etc) but will warn the user about
43
* Fixed handling kind changes (tree -> blob) during fetch.
49
* Support parsing .gitignore
51
* Support dpushing to remote repositories.