summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorDonovan Baarda <abo@minkirri.apana.org.au>2019-10-02 16:39:06 +1000
committerGitHub <noreply@github.com>2019-10-02 16:39:06 +1000
commit1ad3c7c600dc7231b0d3feb9bfcd83fa0ebe1051 (patch)
tree36c579767b6ff793fbec7d51c90b0b530c923525 /NEWS.md
parent5d94a104a48be19bcd1dd9ae89bc4e0a4ed44a68 (diff)
parent50bc70e6efbab90783ea864d6ce9566f61f6d0b1 (diff)
downloadlibrsync-1ad3c7c600dc7231b0d3feb9bfcd83fa0ebe1051.tar.gz
Merge pull request #169 from dbaarda/dev/staticlib1
Add cmake BUILD_SHARED_LIBS option for static library support. Update .travis.yml and add a test for static builds. Update NEWS.md with static library support and fixed warnings on windows.
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 6fa3bdf..b9be381 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -20,9 +20,18 @@ NOT RELEASED YET
each small insert use 1 less byte in deltas. (dbaarda,
https://github.com/librsync/librsync/issues/120)
+ * Fix multiple warnings (cross-)compiling for windows. (Adsun701,
+ https://github.com/librsync/librsync/pull/165,
+ https://github.com/librsync/librsync/pull/166)
+
* Change rs_file_size() to report -1 instead of 0 for unknown file sizes (not
a regular file). (dbaarda https://github.com/librsync/librsync/pull/168)
+ * Add cmake BUILD_SHARED_LIBS option for static library support.
+ BUILD_SHARED_LIBS defaults to ON, and can be set to OFF using `ccmake .` to
+ build librsync as a static library. (dbaarda
+ https://github.com/librsync/librsync/pull/169)
+
## librsync 2.1.0
Released 2019-08-19