/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
0.64.97 by Ian Clatworthy
update NEWS, making latest changes the start of 0.8dev
10
  COMPATIBILITY BREAKS:
11
0.64.85 by Ian Clatworthy
prepare for 0.7 development
12
  FEATURES:
13
14
  IMPROVEMENTS:
15
0.64.97 by Ian Clatworthy
update NEWS, making latest changes the start of 0.8dev
16
  BUG FIXES:
17
0.64.98 by Ian Clatworthy
fix os import as needed on Windows
18
    * Fix ``os`` import as needed on Windows.
19
      (Ian Clatworthy, esskov, #264988)
20
0.64.97 by Ian Clatworthy
update NEWS, making latest changes the start of 0.8dev
21
    * Ignore lightweight tags with no from clause rather than abort.
22
      (It seems git-fast-export outputs these commands frequently now
23
      while it didn't appear to in early versions.)
24
      (Ian Clatworthy, edice, #259711)
25
26
    * Import into rich-root (and subtree) repositories without aborting.
27
      (Ian Clatworthy, #300921)
28
29
  API BREAKS:
30
31
  TESTING:
32
33
  INTERNALS:
34
35
36
0.7 09-Feb-2009
37
---------------
38
39
  COMPATIBILITY BREAKS:
40
41
    * bzr-fast-export.py renamed to bzr-fast-export.
42
      (Jelmer Vernooij)
43
44
  IMPROVEMENTS:
45
0.64.91 by Ian Clatworthy
Add deleteall support (Miklos Vajna)
46
    * Add support for the deleteall command.
47
      (Miklos Vajna, #284941)
48
0.64.85 by Ian Clatworthy
prepare for 0.7 development
49
  BUG FIXES:
50
0.64.87 by Ian Clatworthy
bzr-fast-export exports rm+mv correctly now (Jonas)
51
    * bzr-fast-export now exports rm+mv correctly.
52
      (Jonas)
53
0.64.88 by Ian Clatworthy
Fix recursive rename handling (Pieter de Bie)
54
    * Fix recursive rename handling in bzr-fast-export.
55
      (Pieter de Bie, #287785)
56
0.64.86 by Ian Clatworthy
hg-fast-export should use binary mode on Windows (Alexey Stukalov)
57
    * hg-fast-export should use binary mode on Windows.
58
      (Alexey Stukalov)
59
0.64.90 by Ian Clatworthy
setup.py no longer requires python2.4
60
    * setup.py no longer assumes python2.4.
61
      (schickb@gmail.com)
62
0.64.89 by Ian Clatworthy
setup.py support fixed (Jelmer Vernooij)
63
    * setup.py support fixed.
64
      (Jelmer Vernooij)
65
0.64.92 by Ian Clatworthy
fix last-modified revision after rename (John Arbash Meinel)
66
    * Update the last-modified revision for a renamed file.
67
      (John Arbash Meinel)
68
0.64.85 by Ian Clatworthy
prepare for 0.7 development
69
0.64.84 by Ian Clatworthy
release 0.6
70
0.6 23-Jul-2008
71
---------------
0.64.80 by Ian Clatworthy
added NEWS and setup.py
72
73
  FEATURES:
74
75
  IMPROVEMENTS:
76
77
    * Added NEWS containing Release Notes. (Ian Clatworthy)
78
0.64.81 by Ian Clatworthy
'bzr help fastimport' now provides useful help
79
    * ``bzr help fastimport`` now provides help that is useful.
80
      (Ian Clatworthy)
81
0.64.82 by Ian Clatworthy
Merge Pieter de Bie's export-fixes branch
82
    * Numerous fixes to ``bzr-fast-export.py`` to improve round-tripping
83
      with Git. Added ``--import-marks`` and ``--export-marks`` options
84
      to ``fast-import`` as well.
85
      (Pieter de Bie)
86
0.64.83 by Ian Clatworthy
Merge Mirko Friedenhagen's regex improvement to svn-fast-export.py
87
    * ``svn-fast-export.py`` now supports a regular-expression to specify
88
      the branches to export.
89
      (Mirko Friedenhagen)
90
0.64.80 by Ian Clatworthy
added NEWS and setup.py
91
  BUG FIXES:
92
93
    * Support the new Repository API added in bzr.dev r3510. The old API
94
      will be used for earlier versions of bzr including bzr 1.6beta2 and
95
      earlier. (Ian Clatworthy)
96
97
  COMPATIBILITY BREAKS:
98
99
    * The ``--inv-fulltext`` option is not yet supported when the new
0.64.81 by Ian Clatworthy
'bzr help fastimport' now provides useful help
100
      Repository API is used to import revisions. The option can be
101
      provided but it will be ignored. (Ian Clatworthy)
0.64.80 by Ian Clatworthy
added NEWS and setup.py
102
103
  API BREAKS:
104
105
    * The ``RevisionLoader`` class has been renamed to ``RevisionLoader1``.
106
      The ``ExperimentalRevisionLoader`` class has been renamed to
107
      ``ImportRevisionLoader1``. New classes called ``RevisionLoader2``
108
      and ``ImportRevisionLoader2`` are provided that use the new
109
      Repository API. (Ian Clatworthy)
110
111
  TESTING:
112
113
  INTERNALS:
114
115
    * Improved packaging by adding a setup.py file. (Ian Clatworthy)
116
117
118
0.5 02-Jun-2008
119
---------------
120
121
  FEATURES:
122
123
    * Version suitable for Bazaar 1.5.
124
      (Ian Clatworthy)