Accepting request 725932 from home:ecsos
Update to 0.18.1 OBS-URL: https://build.opensuse.org/request/show/725932 OBS-URL: https://build.opensuse.org/package/show/network/libfilezilla?expand=0&rev=63
This commit is contained in:
@@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 25 08:01:22 UTC 2019 - ecsos@opensuse.org
|
||||
|
||||
- Update to 0.18.1
|
||||
* New features:
|
||||
- Added fz::buffer::resize
|
||||
|
||||
- Changes from 0.18.0
|
||||
* New features:
|
||||
- Added fz::spawn_detached_process
|
||||
- Add operator+ to fz::duration
|
||||
- *nix: If available, use eventfd instead of a self-pipe
|
||||
- fz::to_integral and fz::hex_decode now work with string
|
||||
literals
|
||||
- Added fz::listen_socket::fast_accept that only returns
|
||||
a descriptor instead of a fully-initialized fz::socket for
|
||||
use in a tight accept-and-dispatch loop
|
||||
- Functions in libfilezilla/iputils.hpp now take string_view as
|
||||
arguments
|
||||
- Added fz::socket::set_flags which can atomically enable or
|
||||
disable flags
|
||||
* Bugfixes and minor changes:
|
||||
- fz::socket not returns an error instead of silently failing
|
||||
in case of file descriptor exhaustion
|
||||
- Fix socket errors sometimes not being forwarded in
|
||||
fz::tls_layer when when writing fails in the underlying layer
|
||||
- Fix double-closing of socket descriptios if connection
|
||||
establishment fails
|
||||
- fz::tls_layer now fails the handshake instead of waiting
|
||||
indefinitely if started on a layer that has progressed passed
|
||||
the connected state
|
||||
- Small compile-time improvements to fz::sprintf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 08:16:28 UTC 2019 - ecsos@opensuse.org
|
||||
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@
|
||||
%define libname %{name}%{major}
|
||||
%define develname %{name}-devel
|
||||
Name: libfilezilla
|
||||
Version: 0.17.1
|
||||
Version: 0.18.1
|
||||
Release: 0
|
||||
Summary: C++ library for filezilla
|
||||
License: GPL-2.0-or-later
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3ef141b8e5816384f686bd6d67fddcfb04be1cd7804d47df8b4b8b81365d3b2
|
||||
size 517778
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb7bae8a27a6ff7ea37c89a0ed4347d5c7b0c847473b29894dcadc154b8a7f97
|
||||
size 526448
|
||||
Reference in New Issue
Block a user