- Update to 3.4.1

* BUG FIXES:
    - fixed handling of -⁠H flag with conflict in internal flag values
    - fixed a user after free in logging of failed rename
    - fixed build on systems without openat()
    - removed dependency on alloca() in bundled popt
  * DEVELOPER RELATED:
    - fix to permissions handling in the developer release script
- Drop 705.patch, because now in upstream.

OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=134
This commit is contained in:
Angel Yankov 2025-01-17 15:38:05 +00:00 committed by Git OBS Bridge
parent 625a1eb982
commit e822f7b8e9

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jan 17 08:26:55 UTC 2025 - ecsos <ecsos@opensuse.org>
- Update to 3.4.1
* BUG FIXES:
- fixed handling of -H flag with conflict in internal flag values
- fixed a user after free in logging of failed rename
- fixed build on systems without openat()
- removed dependency on alloca() in bundled popt
* DEVELOPER RELATED:
- fix to permissions handling in the developer release script
- Drop 705.patch, because now in upstream.
-------------------------------------------------------------------
Thu Jan 16 17:26:53 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>