Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 0.7.7
    d745b020 · Bump to 0.7.7 ·
    v0.7.7
    - Proper directory for temporary files when --local-sqlite is used (Issue #12)
    - Bring bash completion install dir and filenames up to date with current bash-completion
  • 0.7.6
    cb29f754 · Bump to 0.7.6 ·
    v0.7.6
    - Python: Add __contains__ method to Repomd() class
  • 0.7.5
    05783bf9 · Bump to 0.7.5 ·
    v0.7.5
    - Python repomd: Support for iteration and indexing by type - e.g. record = repomd['primary']
    - Show warning if an XML parser probably parsed a bad type of medata (New XML parser warning type CR_XML_WARNING_BADMDTYPE)
    - drpm library: Explicitly try to locate libdrpm.so.0
    - deltarpms: Don't show options for delta rpms if support is not available
  • 0.7.4
    d78d5042 · Bump to 0.7.4 ·
    v0.7.4
    - createrepo_c, mergerepo_c: Follow redirs by default while downloading remote repos
    - mergerepo_c: Fix segfault when a package without sourcerpm is part of metadata and --koji option is used
  • 0.7.3
    3ff1d059 · Bump version to 0.7.3 ·
    v0.7.3
    - xml_parser: Add file path into error messages
    - Refactor: Replace g_error() with g_critical() (RhBug: 1162102)
  • 0.7.1
    cb47bf62 · Bump to 0.7.1 ·
    v0.7.1
    - Mergerepo: Fix mergerepo
    - Mergerepo: Add some debugging of metadata read.
  • 0.7.0
    20068e8c · Bump to 0.7.0 ·
    v0.7.0
    - deltarpms: Update module to work with current version of drpm
    - mergerepo_c: Add --omit-baseurl option
    - craterepo_c: Gen empty repo if empty pkglist is used
    - Docs: Output python docs to separate directory
    - Several small fixes
  • 0.6.1
    1e32fcdd · Bump to 0.6.1 ·
    v0.6.1
    - updateinfo: Use Python datetime objects in python bindings
  • 0.6.0
    e509b1f5 · Bump version to 0.6.0 ·
    v0.6.0
    - Support for updateinfo.xml manipulation (including Python bindings)
  • 0.5.0
    1e6145a7 · Bump to 0.5.0 ·
    v0.5.0
    - Experimental delta rpm (DRPM) support (Disabled in Fedora build).
  • 0.4.1
    v0.4.1
    - Initialize threads correctly on old versions of GLib2 (RhBug: 1108787)
    - Do not print log domain (get rid off C_CREATEREPOLIB prefix in log messages)
    - Implements support for --cachedir
    - New option --retain-old-md-by-age
    - Few small API changes
  • 0.4.0
    7ef96a6a · Bump to 0.4.0 ·
    v0.4.0
    - Change default behavior of repodata files handling. (RhBug: 1094539)
      See: https://github.com/Tojaj/createrepo_c/wiki/New-File-Handling
      By default, createrepo leaves old groupfiles (comps files)
      in the repodata/ directory during update.
      Createrepo_c did the same thing but the version 0.4.0 changes this behaviour.
  • 0.3.1
    983632d5 · Bump to 0.3.1 ·
    v0.3.1
    - Support for weak and rich dependecies
  • 0.3.0
    0c8ec2ee · Bump to 0.3.0 ·
    v0.3.0
    - Relevant only for developers using createrepo_c library: New approach for
      metadata loading in case of internal high-level parser functions (see commit
      messages for more information: d6ed327595, 0b0e75203e, ad1e8450f5)
    - Support for changelog limit value == -1 (include all changelogs)
    - Update debug compilation flags
    - Update man pages (Add synompsis with usage)
    - Update usage examples in help
  • 0.2.2
    98c23be7 · Version bump to 0.2.2 ·
    v0.2.2
    - Temporary remove deltarepo subpackages
    - cmake: Do not install deltarepo stuff yet
    - helper: Removed cr_remove_metadata() and cr_get_list_of_md_locations()
    - Add module helpers
    - Sanitize strings before writting them to XML or sqlitedb (ISSUE #3)
  • 0.2.1
    d29b72c3 · Version bump to 0.2.1 ·
    v0.2.1
    - checksum: Set SHA to be the same as SHA1 (For compatibility with original Createrepo)
  • 0.2.0
    e5984293 · Update utils scripts ·
    v0.2.0
    - Speedup (More parallelization)
    - Changed C API
    - Add python bindings
    - A lot of bugfixes
    - Add new make targets: tests (make tests - builds c tests) and test
      (make test - runs c and python test suits).
    - Changed interface of most of C modules - Better error reporting
      (Add GError ** param).
    - Experimental Python bindings (Beware: The interface is not final yet!).
    - package: Add cr_package_copy method.
    - sqlite: Do not recreate tables and triggers while opening existing db.
    - mergerepo_c: Implicitly use --all with --koji.
    - Man page update.
  • 0.1.17
    13d0d9e3 · Version bump to 0.1.17 ·
    v0.1.17
    - Fix double free() when old metadata parsing failed. (related to RhBug: 920795)
    - Convert all strings to UTF-8 while dumping XML. (related RhBug: 920795)
  • 0.1.16
    31cfc5a6 · Bump to 0.1.16 ·
    v0.1.16
    - Fix usage of rpm keyring (RhBug:918645)
    - More generic interface of repomd module
    - Code refactoring
    - Add some usage examples into the doxygen documentation and .h files
    - Rename version constants in version.h
    - New function cr_package_nevra (returns package nevra string)
  • 0.1.15
    6a2c3b4c · Bump to 0.1.15 ·
    v0.1.15
    - Fix bug in final move from .repodata/ -> repodata/
    - Fix warnings from RPM library. RPM library is thread-unsafe. This
    includes also reading headers. Use of empty keyring for rpm transaction
    should work around the problem.