diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hgext3rd/fastimport/vendor/python_fastimport/NEWS	Tue Jan 19 22:56:34 2021 +0000
@@ -0,0 +1,62 @@
+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.