1
*******************************
2
Release notes for Bazaar-NG 0.6
3
*******************************
5
bazaar-ng is a distributed/decentralized version control system.
11
* runs on Unix and Windows
13
* branches can be hosted on an http server with no special software
15
* full directory versioning including tracking subdirectories,
16
file renames, symlinks and execute-bits
18
* friendly interface that should be familiar to users of cvs,
21
* Python interface for extending and embedding, including a
24
* strong integrity protection, including gpg-signing
26
* vibrant and active community
28
For usage instructions see
29
http://bazaar.canonical.com/IntroductionToBzr
1
*********************************
2
Release notes for Bazaar-NG 0.0.5
3
*********************************
5
mbp@sourcefrog.net, May 2005, Canberra
14
* Don't use this for critical data; at the very least keep separate
15
regular snapshots of your tree.
21
This is mostly developed on Linux (Ubuntu); it should work on Unix,
22
Windows, or OS X with relatively little trouble.
24
The only dependency is Python, at least 2.3 and preferably 2.4.
26
You may optionally install cElementTree to speed up some operations.
27
This is strongly recommended if you are dealing with large trees.
29
This package includes copies of two Python libraries, elementtree and
32
If you are building .deb or .rpm packages for bzr, please don't
33
include these libraries but instead package them separately and depend
40
The best way to install bzr is to symlink the ``bzr`` command onto a
41
directory on your path. For example::
43
ln -s ~/work/bzr/bzr ~/bin/bzr
45
If you use a symlink for this, Python will be able to automatically
46
find the bzr libraries. Otherwise you must ensure they are listed on
49
After installing, please run the test suite to identify any problems
54
If you use the setup.py script then bzr will be installed into the
55
specified path. In this case you must install ElementTree and
56
urlgrabber separately.