/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
0.64.80 by Ian Clatworthy
added NEWS and setup.py
1
----------------------------
2
bzr-fastimport Release Notes
3
----------------------------
4
5
.. contents::
6
0.64.85 by Ian Clatworthy
prepare for 0.7 development
7
IN DEVELOPMENT
8
--------------
9
10
  FEATURES:
11
12
  IMPROVEMENTS:
13
0.64.91 by Ian Clatworthy
Add deleteall support (Miklos Vajna)
14
    * Add support for the deleteall command.
15
      (Miklos Vajna, #284941)
16
0.64.85 by Ian Clatworthy
prepare for 0.7 development
17
  BUG FIXES:
18
0.64.87 by Ian Clatworthy
bzr-fast-export exports rm+mv correctly now (Jonas)
19
    * bzr-fast-export now exports rm+mv correctly.
20
      (Jonas)
21
0.64.88 by Ian Clatworthy
Fix recursive rename handling (Pieter de Bie)
22
    * Fix recursive rename handling in bzr-fast-export.
23
      (Pieter de Bie, #287785)
24
0.64.86 by Ian Clatworthy
hg-fast-export should use binary mode on Windows (Alexey Stukalov)
25
    * hg-fast-export should use binary mode on Windows.
26
      (Alexey Stukalov)
27
0.64.90 by Ian Clatworthy
setup.py no longer requires python2.4
28
    * setup.py no longer assumes python2.4.
29
      (schickb@gmail.com)
30
0.64.89 by Ian Clatworthy
setup.py support fixed (Jelmer Vernooij)
31
    * setup.py support fixed.
32
      (Jelmer Vernooij)
33
0.64.85 by Ian Clatworthy
prepare for 0.7 development
34
  COMPATIBILITY BREAKS:
35
0.64.89 by Ian Clatworthy
setup.py support fixed (Jelmer Vernooij)
36
    * bzr-fast-export.py renamed to bzr-fast-export.
37
      (Jelmer Vernooij)
38
0.64.85 by Ian Clatworthy
prepare for 0.7 development
39
  API BREAKS:
40
41
  TESTING:
42
43
  INTERNALS:
44
45
0.64.84 by Ian Clatworthy
release 0.6
46
0.6 23-Jul-2008
47
---------------
0.64.80 by Ian Clatworthy
added NEWS and setup.py
48
49
  FEATURES:
50
51
  IMPROVEMENTS:
52
53
    * Added NEWS containing Release Notes. (Ian Clatworthy)
54
0.64.81 by Ian Clatworthy
'bzr help fastimport' now provides useful help
55
    * ``bzr help fastimport`` now provides help that is useful.
56
      (Ian Clatworthy)
57
0.64.82 by Ian Clatworthy
Merge Pieter de Bie's export-fixes branch
58
    * Numerous fixes to ``bzr-fast-export.py`` to improve round-tripping
59
      with Git. Added ``--import-marks`` and ``--export-marks`` options
60
      to ``fast-import`` as well.
61
      (Pieter de Bie)
62
0.64.83 by Ian Clatworthy
Merge Mirko Friedenhagen's regex improvement to svn-fast-export.py
63
    * ``svn-fast-export.py`` now supports a regular-expression to specify
64
      the branches to export.
65
      (Mirko Friedenhagen)
66
0.64.80 by Ian Clatworthy
added NEWS and setup.py
67
  BUG FIXES:
68
69
    * Support the new Repository API added in bzr.dev r3510. The old API
70
      will be used for earlier versions of bzr including bzr 1.6beta2 and
71
      earlier. (Ian Clatworthy)
72
73
  COMPATIBILITY BREAKS:
74
75
    * The ``--inv-fulltext`` option is not yet supported when the new
0.64.81 by Ian Clatworthy
'bzr help fastimport' now provides useful help
76
      Repository API is used to import revisions. The option can be
77
      provided but it will be ignored. (Ian Clatworthy)
0.64.80 by Ian Clatworthy
added NEWS and setup.py
78
79
  API BREAKS:
80
81
    * The ``RevisionLoader`` class has been renamed to ``RevisionLoader1``.
82
      The ``ExperimentalRevisionLoader`` class has been renamed to
83
      ``ImportRevisionLoader1``. New classes called ``RevisionLoader2``
84
      and ``ImportRevisionLoader2`` are provided that use the new
85
      Repository API. (Ian Clatworthy)
86
87
  TESTING:
88
89
  INTERNALS:
90
91
    * Improved packaging by adding a setup.py file. (Ian Clatworthy)
92
93
94
0.5 02-Jun-2008
95
---------------
96
97
  FEATURES:
98
99
    * Version suitable for Bazaar 1.5.
100
      (Ian Clatworthy)