summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonovan Baarda <abo@minkirri.apana.org.au>2020-04-07 16:57:48 +1000
committerGitHub <noreply@github.com>2020-04-07 16:57:48 +1000
commit028d9432d05ba4b75239e0ba35bcb36fbfc17e35 (patch)
treeac4d53b1d81bbea2e7a350d98f13d75bea075ad8
parent2a32f5ec01796cfc0f5704fb653b0e356633c5de (diff)
parent44800136db077efd836f542cd38e8c86ee8c9c24 (diff)
downloadlibrsync-2.3.0.tar.gz
Merge pull request #189 from dbaarda/rel/v2.3.0v2.3.0
Release v2.3.0.
-rw-r--r--NEWS.md10
1 files 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.