1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
0.9.14 2021-08-23
0.9.13 2021-06-09
0.9.12 2021-05-02
0.9.11 2021-04-12
0.9.10 2021-04-11
* Declare python 3.5 requirement in setup.py. (Jelmer Vernooij)
0.9.9 2021-04-10
* Drop various other python2 helpers, test on newer versions of Python.
(Jelmer Vernooij)
0.9.8 2018-04-15
* Fix version number. (Jelmer Vernooij)
0.9.7 2018-04-15
* Don't attempt to encode bytestrings in utf8_bytes_helper().
(Jelmer Vernooij, #1647101)
* Add fast-import-filter, fast-import-query and fast-import-info
script. (Jelmer Vernooij)
0.9.6 2016-04-19
* Add python3.4 support (Jelmer Vernooij)
0.9.5 2016-04-18
* Add python3.5 support. (Félix Mattrat)
0.9.4 2014-07-04
* Get handlers from class object using getattr() for possible inheritance
(Cécile Tonglet)
* Fix 'check-pypy' by removing use of nonexistant target. (masklinn)
* Use namedtuple for authorship tuple in Commit.{author,committer}.
(masklinn)
0.9.3 2014-03-01
* Remove unused and untested helper single_plural,
invert_dict, invert_dictset, defines_to_dict and
binary_stream.
(Jelmer Vernooij)
* Install NEWS and README files.
0.9.2 2012-04-03
* Remove reftracker and idmapfile, which are bzr-specific.
(Jelmer Vernooij, #693507)
* Cope with invalid timezones like +61800 a little bit better.
(Jelmer Vernooij, #959154)
* Allow non-strict parsing of fastimport streams, when
a tagger is missing an email address.
(Jelmer Vernooij, #730607)
0.9.1 2012-02-28
* Update FSF address in headers. (Dan Callaghan, #868800)
* Support 'done' feature. (Jelmer Vernooij, #942563)
* Rename tarball for the benefit of pip. (Jelmer Vernooij, #779690)
0.9.0 2011-01-30
Initial release.
|