summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS.md6
-rw-r--r--librsync.spec6
3 files changed, 10 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fd67ae0..3a05c83 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,7 +24,7 @@ include(GNUInstallDirs)
set(LIBRSYNC_MAJOR_VERSION 2)
set(LIBRSYNC_MINOR_VERSION 3)
-set(LIBRSYNC_PATCH_VERSION 1)
+set(LIBRSYNC_PATCH_VERSION 2)
set(LIBRSYNC_VERSION
${LIBRSYNC_MAJOR_VERSION}.${LIBRSYNC_MINOR_VERSION}.${LIBRSYNC_PATCH_VERSION})
diff --git a/NEWS.md b/NEWS.md
index 9c2b39a..b6cf486 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,9 @@
# librsync NEWS
+## librsync 2.3.2
+
+NOT RELEASED YET
+
## librsync 2.3.1
Released 2020-05-19
@@ -19,7 +23,7 @@ Released 2020-05-19
* Improve hashtable performance by adding a small optional bloom filter,
reducing max loadfactor from 80% to 70%, Fix hashcmp_count stats to include
comparing against empty buckets. This speeds up deltas by 20%~50%.
- (dbaarda, https://github.com/librsync/librsync/pull/192,
+ (dbaarda, https://github.com/librsync/librsync/pull/192,
https://github.com/librsync/librsync/pull/193,
https://github.com/librsync/librsync/pull/196)
diff --git a/librsync.spec b/librsync.spec
index 928968c..40f26b7 100644
--- a/librsync.spec
+++ b/librsync.spec
@@ -1,7 +1,7 @@
-# This RPM supposes that you download the release zip file from github to SOURCES directory as v2.3.1.zip
+# This RPM supposes that you download the release zip file from github to SOURCES directory as v2.3.2.zip
%define name librsync
-%define version 2.3.1
+%define version 2.3.2
%define gitsource https://github.com/librsync/%{name}/archive/v%{version}.zip
Summary: Rsync libraries
@@ -73,6 +73,8 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue May 19 2020 Donovan Baarda <abo@minkirri.apana.org.au>
+- Prepared SPEC file for librsync 2.3.2
+* Tue May 19 2020 Donovan Baarda <abo@minkirri.apana.org.au>
- Updated SPEC file for librsync 2.3.1
* Tue Apr 07 2020 Donovan Baarda <abo@minkirri.apana.org.au>
- Updated SPEC file for librsync 2.3.0