1
0

Accepting request 898012 from home:alois:branches:devel:libraries:c_c++

- Update to version 2.0.4
  * fix piece picker bug causing double-picks with
    prefer-contiguous enabled
  * expose session_params in python bindings
  * fix (deprecated) use of add_torrent_params::info_hash
  * fix issue creating and loading v2 torrents with empty files.
    Improves conformance to BEP52 reference implementation

OBS-URL: https://build.opensuse.org/request/show/898012
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=149
This commit is contained in:
2021-06-07 09:04:09 +00:00
committed by Git OBS Bridge
parent 09a9e498a1
commit 89413f1052
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59bfc7654bccaa2735353fb21e503ed6f66f1964150b70799150ed3f2403bcc5
size 4294340

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:55bcce16c4b85b8cccd20e7ff4a9fde92db66333a25d6504a83c0bb0a5f7f529
size 4311319

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jun 7 08:51:48 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 2.0.4
* fix piece picker bug causing double-picks with
prefer-contiguous enabled
* expose session_params in python bindings
* fix (deprecated) use of add_torrent_params::info_hash
* fix issue creating and loading v2 torrents with empty files.
Improves conformance to BEP52 reference implementation
-------------------------------------------------------------------
Mon Mar 29 06:06:49 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>

View File

@@ -23,7 +23,7 @@
%bcond_with examples
%bcond_with tests
Name: libtorrent-rasterbar
Version: 2.0.3
Version: 2.0.4
Release: 0
Summary: A C++ implementation of the BitTorrent protocol
License: BSD-3-Clause