From 44800136db077efd836f542cd38e8c86ee8c9c24 Mon Sep 17 00:00:00 2001 From: Donovan Baarda Date: Tue, 7 Apr 2020 16:53:27 +1000 Subject: Prepare release v2.3.0. Update release date in NEWS.md. Note CMakeLists.txt and librsync.spec are already up to date. --- NEWS.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index de6b8d0..c89e30d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,20 +2,20 @@ ## librsync 2.3.0 -NOT RELEASED YET +Released 2020-04-07 - * Bump minor version from 2.3.1 to 2.3.0 to reflect additional rs_sig_args() + * Bump minor version from 2.2.1 to 2.3.0 to reflect additional rs_sig_args() and strong_len=-1 support. * Add public rs_sig_args() function for getting the recommend signature args - from the filesize. Added support to rdiff for `--sum-size=-1` to indicate + from the file size. Added support to rdiff for `--sum-size=-1` to indicate "use minimum size safe against random block collisions". Added warning output for sum-sizes that are too small to be safe. Fixed possible rdiff bug affecting popt parsing on non-little-endian platforms. (dbaarda, https://github.com/librsync/librsync/pull/109) - * Fixed yet more compiler warnings for various platforms. (Adsun701, texierp, - https://github.com/librsync/librsync/pull/187, + * Fixed yet more compiler warnings for various platforms/compilers. + (Adsun701, texierp, https://github.com/librsync/librsync/pull/187, https://github.com/librsync/librsync/pull/188) * Improved cmake popt handling to find popt dependencies using PkgConfig. -- cgit v1.2.1