Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • librepo-1.7.15
    6f8e5b00 · Bump to 1.7.15 ·
    v1.7.15
    - Do not inlude header in the body output (RhBug: 1207685)
    - metalink: Proper error handling
    - New LRR_RPMMD_* contants
    - Support for client certificates
    - Use 'metadata in the rpm-md format' instead of 'yum metadata' (Issue #51)
    - CMakeLists.txt: do not check for CXX
    - build: Use solely pkg-config to find glib
  • librepo-1.7.14
    c08b9b83 · Bump to 1.7.14 ·
    v1.7.14
    - tests: Use g_assert_cmpuint instead of ck_assert_uint_eq (Pullrequest #43)
    - Add LRO_OFFLINE
    - Python: Handle: Raise ValueError instead of TypeError when an unknown option is specified
    - Python: Result: Use ValueError instead of TypeError when an unknown option value is specified
    - Add LR_VERSION constant with version string
    - python: Import contants from C librepo module in a loop
    - repoconf: Add support for failover and skip_if_unavailable options
    - handle: Change of LRO_LOCAL causes invalidation of internal mirrorlist (related to RhBug: 1188600)
    - Load local mirrorlists when LRO_LOCAL is on (related to RhBug: 1188600)
    - util: Add lr_is_local_path()
    - New module repoconf for reading *.repo files
    - Add LRO_HTTPHEADER option (RhBug: 1181123)
  • librepo-1.7.13
    8f931e80 · Bump version to 1.7.13 ·
    v1.7.13
    - Fix ABI compatibility (RhBug: 1185180)
    - fastestmirror: Add LRO_FASTESTMIRRORTIMEOUT option
    - downloader: Move broken mirror at the end of the list of mirrors (RhBug: 1183998)
    - Make building tests and docs optional
    - librepo: Don't download remote mirrorlist/metalink when LRO_LOCAL is specified (Resolves #41)
  • librepo-1.7.12
    116b875c · Bump version to 1.7.12 ·
    v1.7.12
    - downloader: Allow max one resume + nicer message if xattr cannot be set (RhBug: 1130685)
    - downloader: Resume only files that were originaly downloaded by Librepo (RhBug: 1130685)
    - downloader: Show also calculated checksums in error message about bad checksum
    - Python: Return all strings in unicode
  • librepo-1.7.11
    d9fb7066 · Bump to 1.7.11 ·
    v1.7.11
    - Substitute vars in URL in the lr_downloadtarget_new()
    - New module repoconf for reading of *.repo files
    - Add LRE_VALUE code + LR_REPOCONF_ERROR error domain
    - Fail if gpgcheck enabled but repomd.xml signature is not available
    - Support for RHEL6
    - Add LRO_GNUPGHOMEDIR option
    - Refactoring to prevent RhBug: 1144741
    - fastest_mirror: Use <0.0 (-1.0) instead of DBL_MAX when a connection time wasn't measured
    - Add sanity checks in order to avoid bugs like: 1166533, 1160087
    - Refactoring
  • librepo-1.7.10
    31089319 · Bump to 1.7.10 ·
    v1.7.10
    - repomd: Add error reporting support to lr_yum_repomd_get_highest_timestamp()
      (RhBug: 1149436)
  • librepo-1.7.9
    0c6d2575 · Bump to 1.7.9 ·
    v1.7.9
    - handle: Fix memory leak when looking for local metalink/mirrorlist (Issue #33)
    - Return -1 for LRR_YUM_TIMESTAMP if no repomd is available
    - Use CURLOPT_ERRORBUFFER to get more useful error messages
    - repoutil_yum: lr_repoutil_yum_check_repo: fix path handling
  • librepo-1.7.8
    f3cc1fba · Bump version to 1.7.8 ·
    v1.7.8
    - repoutil_yum: lr_repoutil_yum_check_repo: fix path handling
  • librepo-1.7.7
    16397247 · Bump to 1.7.7 ·
    v1.7.7
    - Initialize struct sigaction vars correctly (RhBug: 1145656)
  • librepo-1.7.6
    22581e4f · Bump to 1.7.6 ·
    v1.7.6
    - New option LRO_ADAPTIVEMIRRORSORTING
    - Increase limits to make librepo more robust (RhBug: 1124349)
    - New option LRO_ALLOWEDMIRRORFAILURES
    - Refactoring
    - Default value of LRO_MAXDOWNLOADSPERMIRROR changed from 2 to 3
  • librepo-1.7.5
    f9ca1a4b · Bump to 1.7.5 ·
    v1.7.5
    - accepts unicoded destination as UTF-8 string (Related: RhBug:1108908)
    - downloader: Do not print debug message about preparing internal mirror list
      if no internal mirror is available
    - fastestmirror: subtract name lookup (dns) time from plain connect time
    - fastestmirror: Small refactoring
  • librepo-1.7.4
    9226730b · Bump to 1.7.4 ·
    v1.7.4
    - Add LRO_IPRESOLVE option to set a kind of IP addresses to use when resolving host names
    - Relicenced from GPLv2 to LGPLv2+
    - error mesage is in unicode (RhBug:1096452)
  • librepo-1.7.3
    5585ff7a · Bump to 1.7.3 ·
    v1.7.3
    - Fix some issues which were found by coverity scan
    - Add missing support for Handle Mirror Failure Callback (hmfcb)
      while downloading repomd.xml (related to RhBug: 1093014)
    - Add LRO_SSLVERIFYPEER and LRO_SSLVERIFYHOST options (RhBug: 1093014)
  • librepo-1.7.2
    cebcef02 · Bump to 1.7.2 ·
    v1.7.2
    - Fix segfault in headercb if only base_url and no mirrolist is used (RhBug: 1090325)
    - Set environmental variable LIBREPO_DEBUG enables librepo debug output to stderr
  • librepo-1.7.1
    d09298cc · Bump to 1.7.1 ·
    v1.7.1
    - Don't try to call cb if no cb is set (RhBug: 1083659)
  • librepo-1.7.0
    4ed38688 · Bump to 1.7.0 ·
    v1.7.0
    - Support for xml:base tag in repomd.xml.
    - Downloader: If checksums don't match, include the expected values and types
     in the error message.
    - Handle: Add LRO_HMFCB and LRI_HMFCB options.
    - API CHANGE: lr_download_single_cb() new param mfcb (LrMirrorFailureCb)
    - API CHANGE: Removed cbdata param from lr_download_single_cb(). Use specific
     data for each target.
    - New callback LrHandleMirrorFailureCb
    - Python doc update (Check it out: http://tojaj.github.io/librepo/)
  • librepo-1.6.0
    2b2c02f7 · Version bump to 1.6.0 ·
    v1.6.0
    - Small API change: End callback now must return integer and not void)
    - downloader: Check for the lr_interrupt regularly
    - Handle exceptions in python callbacks as return values (RhBug: 1066321)
    - Support for byterange of download (RhBug: 1058777)
  • librepo-1.5.2
    9106f738 · Bump to 1.5.2 ·
    v1.5.2
    - Better download resume logic
  • librepo-1.5.1
    ef864f0d · Bumpt to 1.5.1 ·
    v1.5.1
    - Downloading: LRO_MAXSPEED has effect over whole downloading, it is not
      per target max speed anymore.
    - Sanitize progresscb (GitHub issue 24) (Thanks zde/zpavlas)
  • librepo-1.5.0
    a65e3d31 · Bump to 1.5.0 ·
    v1.5.0
    - Extend C example
    - Add LRR_YUM_TIMESTAMP (GitHub issue #25)
    - Close the correct file when using a metalink.xml file
    - Add lr_check_packages()
    - Enable checksum caching for already existing local packages
    - Library: Call LR_PROGRESSCB with zeroized values, when total_to_download
      value is changed
    - Skip fastestmirror detection of only one mirror is present