Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2019-07-18 15:54:09 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2019-07-18 15:55:00 +0300
commit2b62b3d6f8e03af5eb931534bbbd02d63acee351 (patch)
treed4e0032e91fc017a33b75fb5978f5714af6cd143 /blender_id/CHANGELOG.md
parent184f7341bd171d411a326de6b4804b61c9903ad2 (diff)
Updated Blender ID add-on from upstream (2.0 to 2.1)
This should fix T66881. Includes: 96f5449 (2019-07-18) Bumped version to 2.1.0 3931e8f (2019-07-18) Add a timeout to communication with Blender ID
Diffstat (limited to 'blender_id/CHANGELOG.md')
-rw-r--r--blender_id/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/blender_id/CHANGELOG.md b/blender_id/CHANGELOG.md
index 24fd4527..62f743a7 100644
--- a/blender_id/CHANGELOG.md
+++ b/blender_id/CHANGELOG.md
@@ -1,5 +1,12 @@
# Blender ID Add-on Changelog
+# Version 2.1 (released 2019-08-18)
+
+- Add a timeout to communication with Blender ID. Any attempt at communication will now time out
+ after 5 seconds, and be re-tried 5 times. Combined a request can "hang" for a minute, but not
+ longer than that.
+
+
# Version 2.0 (released 2019-07-09)
- Require Blender 2.80+.