summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorDonovan Baarda <abo@minkirri.apana.org.au>2019-10-12 14:19:28 +1100
committerDonovan Baarda <abo@minkirri.apana.org.au>2019-10-12 14:19:28 +1100
commit8c20035d52b41b4ff1089c3e7428002f0856bf64 (patch)
tree59dd53aad87a40db63532efc08f75f95c2e90ad4 /NEWS.md
parent1ad3c7c600dc7231b0d3feb9bfcd83fa0ebe1051 (diff)
downloadlibrsync-8c20035d52b41b4ff1089c3e7428002f0856bf64.tar.gz
Prepare release v2.2.0.
Update version to 2.2.0 in CMakeLists.txt, NEWS.md, and librsync.spec. Add NEWS.md entries for version bump and MSVS 2019 fixes. Add changelog entry to librsync.spec.
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index b9be381..58fae3f 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,8 +1,11 @@
# librsync NEWS
-## librsync 2.1.1
+## librsync 2.2.0
-NOT RELEASED YET
+Released 2019-10-12
+
+ * Bump minor version from 2.1.0 to 2.2.0 to reflect additional RabinKarp
+ rollsum support.
* Fix MSVC builds by adding missing LIBRSYNC_EXPORT to variables in
librsync.h, add -DLIBRSYNC_STATIC_DEFINE to the sumset_test target,
@@ -32,6 +35,10 @@ NOT RELEASED YET
build librsync as a static library. (dbaarda
https://github.com/librsync/librsync/pull/169)
+ * Fix compile errors and add .gitignore entries for MSVS 2019. Fixes
+ hashtable.h to be C99 compliant. (ardovm
+ https://github.com/librsync/librsync/pull/170)
+
## librsync 2.1.0
Released 2019-08-19