Skip to content

Commit

Permalink
Merge pull request #216 from dbaarda/rel/release-v2.3.2
Browse files Browse the repository at this point in the history
Release v2.3.2.
  • Loading branch information
dbaarda committed Apr 10, 2021
2 parents 1fd391c + 8e2f09a commit 42b636d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
20 changes: 13 additions & 7 deletions NEWS.md
Expand Up @@ -2,13 +2,19 @@

## librsync 2.3.2

NOT RELEASED YET

* Add Travis Windows checks and improve compatibility. Turn on `-Wconversion
-Wno-sign-conversion` warnings for clang. Add MSVC compiler flags to turn
off posix warnings. Make all code compile clean with no warnings on all
Travis platforms. Added cmake config checking for windows `io.h` and
improve `fileutil.c` for MSVC. Fix broken error handling in
Released 2021-04-10

* Fix #214 heap corruption for too small kbloom. This could have crashed
delta operations for very small files/signatures. Strangely it didn't seem
to cause problems for most compilers/platforms, but did trigger errors for
new versions of MSVC. (ljusten,
https://github.com/librsync/librsync/pull/213)

* Fix #207 and add Travis Windows checks and improve compatibility. Turn on
`-Wconversion -Wno-sign-conversion` warnings for clang. Add MSVC compiler
flags to turn off posix warnings. Make all code compile clean with no
warnings on all Travis platforms. Added cmake config checking for windows
`io.h` and improve `fileutil.c` for MSVC. Fix broken error handling in
`rs_file_copy_cb()`. Improved trace output, making it less spamy and more
consistent. Add patch checking for invalid literal lengths. Improve
internal variable and argument types. Add explicit type conversions.
Expand Down
4 changes: 2 additions & 2 deletions librsync.spec
Expand Up @@ -72,8 +72,8 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/%{name}*

%changelog
* Tue May 19 2020 Donovan Baarda <abo@minkirri.apana.org.au>
- Prepared SPEC file for librsync 2.3.2
* Sat Apr 10 2021 Donovan Baarda <abo@minkirri.apana.org.au>
- Updated 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>
Expand Down

0 comments on commit 42b636d

Please sign in to comment.