Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 0.14.3
    de9d8337 · Release 0.14.3 ·
  • 0.14.2
    f390af98 · Release 0.14.2 ·
  • 0.14.1
    5afe5669 · Release 0.14.1 ·
  • 0.14.0
    8cffea97 · Release 0.14.0 ·
  • 0.13.2
    c4c260d8 · Release 0.13.2 ·
  • 0.13.1
    8e692036 · Release 0.13.1 ·
  • 0.13.0
    68df3338 · Release 0.13.0 ·
  • 0.12.2
  • 0.12.1
    7744554d · Release 0.12.1 ·
  • 0.12.0
    8884a469 · Release 0.12.0 ·
  • 0.11.1
    434a40ba · Release 0.11.1 ·
  • 0.11.0
    ab942894 · Release 0.11.0 ·
  • 0.7.2
    92d9225d · Bump version to 1.7.2 ·
    v1.7.2
    - createrepo_c: New option --local-sqlite
  • 0.10.0
    7a74bb7d · Bump version to 0.10.0 ·
    v0.10.0
    - Python 3 support (made by Ralph Bean)
    - Modify gen_rst.py to indicate --sqliterepo is an option too (Neal Gompa)
    - Do not compress manpages at generation time (Neal Gompa)
  • 0.9.1
    7b68123e · Bump to 0.9.1 ·
    v0.9.1
    - Fix double free during parsing broken XML metadata (Issue #33)
    - Tests: Add acceptance test for --general-compress-type option
    - Fix 'CR_CW_UNKNOWN_COMPRESSION cannot be used' error
    - Refactoring: Fix compiler warnings
    - Add --general-compress-type option (RhBug 1253850)
    - Enable drpm support when drpm library is detected on system (RhBug: 1261031) (Issue #37)
    - fix traceback on non-complete datetime information (Jarek Polok)
    - parsehdr: Skip broken dependency with bad (non-numerical) epoch and print warning about that
      (https://lists.fedoraproject.org/pipermail/devel/2015-August/213882.html)
    - misc: cr_str_to_evr(): Return NULL instead of "0" for bad (non-numerical) epoch
    - updateinfo: Fix a typo in the package release attribute (Luke Macken)
    - CMake: Don't require CXX compiler
    - Tests for different checksum type for RPMs and repodata files (#31)
    - Support different checksum type for RPMs and repodata files (#31)
  • 0.9.0
    44798401 · Bump version to 0.9.0 ·
    v0.9.0
    - mergerepo_c: Prepend protocol (file://) for URLs in pkgorigins (if --koji is used)
    - Update bash completion
    - doc: Update manpages
    - mergerepo: Fix NVR merging method
    - mergerepo: Fix behavior of --all param
    - createrepo: Add --cut-dirs and --location-prefix options
    - misc: Add cr_cut_dirs()
    - mergerepo: Use better version comparison algorithm
    - utils: Port cr_cmp_version_str() to rpm's algorithm (rpmvercmp)
    - misc: Rename elements in cr_Version structure
    - mergerepo: Fix version-release comparison for packages when --all is used
    - mergerepo: Show warnings if some groupfile cannot be automatically used
    - mergerepo: Exit with error code when a groupfile cannot be copied
  • 0.8.3
    35aecbe6 · Bump to 0.8.3 ·
    v0.8.3
    - mergerepo: Do not prepend file:// if protocol is already specified
  • 0.8.2
    71da671a · Bump to 0.8.2 ·
    v0.8.2
    - doc: Add man pages for sqliterepo and update manpages for other tools
    - mergerepo: Work only with noarch packages if --koji is used and
      no archlist is specified
    - mergerepo: Use file:// protocol in local baseurl
    - mergerepo: Do not include baseurl for first repo if --koji is specified (RhBug: 1220082)
    - mergerepo_c: Support multilib arch for --koji repos
    - mergerepo_c: Refactoring
    - Print debug message with version in each tool when --verbose is used
    - modifyrepo: Don't override file with itself (RhBug: 1215229)
  • 0.8.1
    bf4bd9f3 · Bump to 0.8.1 ·
    v0.8.1
    - Fix bash completion for RHEL 6
  • 0.8.0
    bfda5b54 · Bump to 0.8.0 ·
    v0.8.0
    - New tool Sqliterepo_c - It generates sqlite databases into repos
      where the sqlite is missing.
    - Internal refactoring and code cleanup