Skip to content

Commit

Permalink
Merge pull request #173 from dbaarda/release/2.2.0
Browse files Browse the repository at this point in the history
Release v2.2.0.
  • Loading branch information
dbaarda committed Oct 12, 2019
2 parents ebc7f7a + 8c20035 commit 09a287e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -23,8 +23,8 @@ INCLUDE(CMakeDependentOption)
include(GNUInstallDirs)

set(LIBRSYNC_MAJOR_VERSION 2)
set(LIBRSYNC_MINOR_VERSION 1)
set(LIBRSYNC_PATCH_VERSION 1)
set(LIBRSYNC_MINOR_VERSION 2)
set(LIBRSYNC_PATCH_VERSION 0)

set(LIBRSYNC_VERSION
${LIBRSYNC_MAJOR_VERSION}.${LIBRSYNC_MINOR_VERSION}.${LIBRSYNC_PATCH_VERSION})
Expand Down
11 changes: 9 additions & 2 deletions 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,
Expand Down Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion librsync.spec
@@ -1,7 +1,7 @@
# This RPM supposes that you download the release zip file from github to SOURCES directory as v2.1.0.zip

%define name librsync
%define version 2.1.0
%define version 2.2.0
%define gitsource https://github.com/librsync/%{name}/archive/v%{version}.zip

Summary: Rsync libraries
Expand Down Expand Up @@ -72,6 +72,8 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/%{name}*

%changelog
* Wed Oct 12 2019 Donovan Baarda <abo@minkirri.apana.org.au>
- Updated SPEC file for librsync 2.2.0
* Sat Aug 17 2019 Donovan Baarda <abo@minkirri.apana.org.au>
- Updated SPEC file for librsync 2.1.0
* Tue Feb 27 2018 Orsiris de Jong <ozy@netpower>
Expand Down

0 comments on commit 09a287e

Please sign in to comment.