Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • librepo-1.4.0
    9ea2f0c3 · Bump to 1.4.0 ·
    v1.4.0
    - Add LRO_FASTESTMIRRORCB
    - Add LRO_LOWSPEEDTIME and LRO_LOWSPEEDLIMIT options. (RhBug: 1028444)
    - Default connection timeout changed to 30sec instead of 300sec.
    - unittests: Fix expired key (RhBug: 1031825)
  • librepo-1.3.0
    09b30527 · Bump to 1.3.0 ·
    v1.3.0
    - Some CURL error codes should be considered as fatal (RhBug: 1022994)
    - fastestmirror: Add support for cache - New options: LRO_FASTESTMIRRORCACHE
      and LRO_FASTESTMIRRORMAXAGE
    - fastestmirror: For download_packages() do fastestmirror detection for
      all handles in one shot
    - Use <mm0:alternates> during repomd.xml download (RhBug: 1019103)
    - Don't perform fastest mirror test if file already exists locally.
    - fastestmirror.h:26:24: fatal error: mirrorlist.h: No such file
      or directory (#1018006)
  • librepo-1.2.1
    bc2c8a5b · Bump to 1.2.1 ·
    v1.2.1
    - Open fd right before downloading and close them immediately after
      download. (RhBug: 1015957)
  • librepo-1.2.0
    c4ee6d26 · Bump to 1.2.0 ·
    v1.2.0
    - Better detection of bad content of repomd.xml
    - Close files properly (RhBug: 1012290)
    - Add fastestmirror module + LRO_FASTESTMIRROR option
    - downloader: Fix uninitialized total to download variable (GitHub issue 22)
    - Add LRO_MIRRORLISTURL and LRO_METALINKURL. LRO_MIRRORLIST is deprecated.
    - Few other small fixes
  • librepo-1.1.0
    29872d4c · Bump to version 1.1.0 ·
    v1.1.0
    - New librepo.download_url(url, fd, handle=None) function in Python API.
    - Low-level downloader interface is now public in C API.
    - Small change of API lr_download_packages() and lr_packagetarget_new
      functions.
    - In python download_packages() changed from method of Handle() to
      librepo module function without handle param.
      Param handle was moved to the PackageTarget class that takes handle
      as a optional param during constrution.
    - Implements checking size of downloaded files (expectedsize
      param of downloading functions).
  • librepo-1.0.0
    v1.0.0
    - Huge API changes
    - Library starts to use GLib2
    - Support for parallel downloads
    - Better error reporting
    - More GLib2 style C api
    - More descriptive Python exception messages
    - A lot of bugfixes
    - Updated examples
  • librepo-0.0.4
    6df340e5 · Bump to 0.0.4 ·
    v0.0.4
    - Fix type conversion long long -> long.(RhBug: 957656)
    - python: Handle.perfrom() could be called without Result().
    - Add LRI_MAXMIRRORTRIES option. (RhBug: 954736)
    - py: unittests: Add metalink.xml and mirrorlist files. (RhBug: 954294)
    - Fix double free and memory leak. (RhBug: 954294)
    - New option LRO_MAXMIRRORTRIES. (RhBug: 949517)
    - LRI_MIRRORS return only content of mirrorlist file (without LRO_URL as first item).
    - Add LRO_FETCHMIRRORS option.
  • librepo-0.0.2
    v0.0.2
    - Add LRI_PROGRESSCB and LRI_PROGRESSDATA options (RhBug: 919123)
    - Bindings: More pythonic operations with handle's attributes (RhBug: 919124)