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:
2019-08-25 08:22:44 +00:00
committed by Git OBS Bridge
parent a46e8e3dee
commit ca31c2f0f7
4 changed files with 37 additions and 4 deletions
+33
View File
@@ -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
View File
@@ -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
-3
View File
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3ef141b8e5816384f686bd6d67fddcfb04be1cd7804d47df8b4b8b81365d3b2
size 517778
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cb7bae8a27a6ff7ea37c89a0ed4347d5c7b0c847473b29894dcadc154b8a7f97
size 526448