Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 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