summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
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