Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 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.
  • 0.1.14
    e844e785 · Bump to 0.1.14 ·
    v0.1.14
    - Fix filelists database generation (use '.' instead of '' for current dir)
  • 0.1.13
    5fa1f2fd · Bump to 0.1.13 ·
    v0.1.13
    - Fix race-condition during task buffering in createrepo_c
  • 0.1.12
    8148bb11 · Bump to 0.1.12 ·
    v0.1.12
    - Change in repomd module interface
    - Small code refactoring
    - Remove trailing '/' from paths in filelists.sqlite
    - Add db statement destroy calls
    - Update README
  • 0.1.11
    32b529d8 · Bump version to 0.1.11 ·
    v0.1.11
    - Deterministic output! Packages in output repodata are now sorted
    by ASCII value
    - Support for Koji mergerepos behaviour in mergerepo_c
    (new --koji, --groupfile and --blocked params)
    - Better atomicity while finall move .repodata/ -> repodata/
    - Repomd module supports pkgorigins record
    - Some new functions in misc module
    - Small changes in library interface
  • 0.1.10
    de95459b · Bump to 0.1.10 ·
    v0.1.10
    - Another memory usage optimalization
  • 0.1.9
    623f39a8 · Bump to 0.1.9 ·
    v0.1.9
    - Some changes in library interface
    - Memory usage optimalization
    - Fix a segfault and a race condition
    - New cmd options: --read-pkgs-list and --retain-old-md param
    - Few other bugfixes
  • 0.1.8
    0c9a6840 · Bump to 0.1.8 ·
    v0.1.8
    - New interface of repomd module
    - New cmd options: --repo --revision --distro --content --basedir
    - New createrepo_c specific cmd option --keep-all-metadata
    - Few bugfixes
  • 0.1.7
    v0.1.7
    - SQLite support
    - Bash completion
    - createrepo_c support for --compress-type param
    - Improved logging
    - Subpackages -devel and -libsi
    - Relicensed to GPLv2
    - Doxygen documentation in devel package
    - README update
  • 0.1.5
    d274d848 · Bumb version to 0.1.5 ·
    v0.1.5
    - Support for .xz compression
    - Unversioned .so excluded from installation
  • 0.1.4
    44de98ad · Bumb version to 0.1.4 ·
    v0.1.4
    - Man pageupdate
    - New mergerepo params: --all, --noarch-repo and --method
    - Fix segfault when more than one --excludes param used
  • 0.1.3
    49b15820 · Change version ·
    v0.1.3
    - Set RelWithDebInfo as default cmake build type
    - fix make_tarball_from_git.sh
    - Tarball by xz instead bz2
  • 0.1.2
    61bef5c3 · Add version.h ·
    v0.1.2
    - Fix remove_metadata in locate_metadata
    - Fix RPATH stuff in cmake
  • 0.1.1
    v0.1.1
    - Add license
  • 0.1.0
    v0.1.0
    - First public release