From 91d42c2828313a3078374241a1b299f546415154 Mon Sep 17 00:00:00 2001 From: shimizukawa Date: Sun, 5 Oct 2014 21:50:44 +0900 Subject: Incompatibility. Now :confval:`gettext_uuid` is set False by default. If False, also levenshtein calculation is disabled. refs #1426 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 0d768936..66b98de3 100644 --- a/CHANGES +++ b/CHANGES @@ -20,6 +20,8 @@ Incompatible changes templates directory. * Custom domains should implement the new `Domain.resolve_any_xref` method to make the `any` role work properly. +* gettext builder: gettext doesn't emit uuid information to generated pot files + by default. Please set ``True`` to `gettext_uuid` to emit uuid information. * gettext builder: disable extracting/apply 'index' node by default. Please set 'index' to :confval:`gettext_enables` to enable extracting index entries. -- cgit v1.2.1 From c4b6db9e044695190057ce3c8e3d3e7cc8b95106 Mon Sep 17 00:00:00 2001 From: shimizukawa Date: Sun, 5 Oct 2014 22:25:50 +0900 Subject: If the ``python-levenshtein`` 3rd-party package is installed, it will improve the calculation time. refs #1426. --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 66b98de3..ebf8cc08 100644 --- a/CHANGES +++ b/CHANGES @@ -22,6 +22,8 @@ Incompatible changes method to make the `any` role work properly. * gettext builder: gettext doesn't emit uuid information to generated pot files by default. Please set ``True`` to `gettext_uuid` to emit uuid information. + Additionally, if the ``python-levenshtein`` 3rd-party package is installed, + it will improve the calculation time. * gettext builder: disable extracting/apply 'index' node by default. Please set 'index' to :confval:`gettext_enables` to enable extracting index entries. -- cgit v1.2.1