comparison hgext3rd/fastimport/vendor/python_fastimport/NEWS @ 86:28704a2a7461 vendor/python-fastimport

Import python-fastimport-0.9.8
author Roy Marples <roy@marples.name>
date Tue, 19 Jan 2021 22:56:34 +0000
parents
children
comparison
equal deleted inserted replaced
85:1f5544a8870b 86:28704a2a7461
1 0.9.8 2018-04-15
2
3 * Fix version number. (Jelmer Vernooij)
4
5 0.9.7 2018-04-15
6
7 * Don't attempt to encode bytestrings in utf8_bytes_helper().
8 (Jelmer Vernooij, #1647101)
9
10 * Add fast-import-filter, fast-import-query and fast-import-info
11 script. (Jelmer Vernooij)
12
13 0.9.6 2016-04-19
14
15 * Add python3.4 support (Jelmer Vernooij)
16
17 0.9.5 2016-04-18
18
19 * Add python3.5 support. (Félix Mattrat)
20
21 0.9.4 2014-07-04
22
23 * Get handlers from class object using getattr() for possible inheritance
24 (Cécile Tonglet)
25
26 * Fix 'check-pypy' by removing use of nonexistant target. (masklinn)
27
28 * Use namedtuple for authorship tuple in Commit.{author,committer}.
29 (masklinn)
30
31 0.9.3 2014-03-01
32
33 * Remove unused and untested helper single_plural,
34 invert_dict, invert_dictset, defines_to_dict and
35 binary_stream.
36 (Jelmer Vernooij)
37
38 * Install NEWS and README files.
39
40 0.9.2 2012-04-03
41
42 * Remove reftracker and idmapfile, which are bzr-specific.
43 (Jelmer Vernooij, #693507)
44
45 * Cope with invalid timezones like +61800 a little bit better.
46 (Jelmer Vernooij, #959154)
47
48 * Allow non-strict parsing of fastimport streams, when
49 a tagger is missing an email address.
50 (Jelmer Vernooij, #730607)
51
52 0.9.1 2012-02-28
53
54 * Update FSF address in headers. (Dan Callaghan, #868800)
55
56 * Support 'done' feature. (Jelmer Vernooij, #942563)
57
58 * Rename tarball for the benefit of pip. (Jelmer Vernooij, #779690)
59
60 0.9.0 2011-01-30
61
62 Initial release.