-
librepo-1.7.2022a2fbea · ·
v1.7.20 - Tests: Disable test_download_packages_with_resume_02 test - Update build utils to match new fedora spec schema
-
librepo-1.7.1998efd069 · ·
v1.7.19 - Add yumrecord substitution mechanism (mluscon) - Fix a memory leak in signature verification (cwalters)
-
librepo-1.7.1868724dc0 · ·
v1.7.18 - Add new option LRO_FTPUSEEPSV - Update AUTHORS - downloader prepare_next_transfer(): simplify long line - downloader prepare_next_transfer(): add missing error check - downloader prepare_next_transfer(): cleanup error path - downloader prepare_next_transfer() - fix memory leak on error path (Alan Jenkins) - handle: Don't use proxy cache for downloads of metalink/mirrorlist - handle: Don't set CURLOPT_HTTPHEADER into curl handle immediately when specified - downloader: Implement logic for no_cache param in LrDownloadTarget (RhBug: 1297762) - Add no_cache param to LrDownloadTarget and lr_downloadtarget_new() - New test: always try to download from the fastest mirror (Alexander Todorov) - Doc: Fixed minor doc typo (Philippe Ombredanne) - Doc: Other updates - Doc: Update default values in doc to reflect reality
-
librepo-1.7.177ba0722d · ·
v1.7.17 - Bump minimal required version of glib to 2.26 because of g_date_time_format() - Tests: Fix test_download_with_offline_enabled_04 (Issue #64) - Python: Add timestamps into log messages loged to a file set by log_set_file (Issue #62) - Util: Add a new function lr_log_librepo_summary() - Doc: Add log_set_file and log_remove_handler into python doc - cleanup: Add _cleanup_date_time_unref_ attribute - CMake: Add dep on libcrypto (Issue #65) - Add new options LRO_HTTPAUTHMETHODS and LRO_PROXYAUTHMETHODS (Issue #67) - Use bytestring in xattr.setxattr() for python3-xattr (Issue #73) - make_rpm.sh: Add --srpm-only and --rpmbuild-options and --help options (Issue #69) - tests: Skip the relevant tests if extended attributes are not supported - Switch `command -v` for `which` in nosetest check - tests: Skip the relevant tests if extended attributes are not supported (Issue #70) - Refactoring: Spelling fixes - Support redefining %{gitrev} RPM macro from command line for utils/make_rpm.sh
-
librepo-1.7.16d9bed0d9 · ·
v1.7.16 - Add LRI_LOWSPEEDTIME and LRI_LOWSPEEDLIMIT - downloader: Don't consider CURLE_RECV_ERROR and CURLE_SEND_ERROR as fatal errors (RhBug: 1219817) - test_repoconf: Fix SIGSEGV in repoconf_assert_na (RhBug: 1222471) - repoconf: Proper handling of gint64 and guint64 types - build: Be compatible with cmake 2.8 - handle: Do not free temporary error msg if there is no one (RhBug: 1219822) - utils/make_rpm.sh: Accept rpmbuild options as second argument (Issue #49) - Python: call lr_global_init() during module initialization - Add global function log_set_file that allow user to set a file where logs will be written (Issue #53) - util: Honor RFC 3986 (Issue #55)