summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2014-10-27 10:30:57 +0100
committerCarlos Martín Nieto <cmn@dwim.me>2014-10-27 10:30:57 +0100
commit79b0ae4e2460b79055c12658d306d93be721cc36 (patch)
tree8470a93fb9a9574909771924d1c0f94c0761b671 /CHANGELOG.md
parentaabe1e5a44301d33d4114a6bb370d79575864536 (diff)
downloadlibgit2-79b0ae4e2460b79055c12658d306d93be721cc36.tar.gz
Flip THREADSAFE's default to ONcmn/threadsafe-on
Threads are here to stay; and for a while now, users have had to call the initialization function which sets up threads and crypto regardless of whether the library was built threadsafe or not.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 93b189c05..9ccd2c485 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -104,3 +104,6 @@ v0.21 + 1
* Introduce git_note_author() and git_note_committer() to get the author
and committer information on a git_note, respectively.
+
+* The THREADSAFE option to build libgit2 with threading support has
+ been flipped to be on by default.