Changelog for
createrepo_c-devel-0.1.17-1.fc17.x86_64.rpm :
Mon Mar 25 13:00:00 2013 Tomas Mlcoch
- 0.1.17-1
- Fix double free() when old metadata parsing failed. (related to RhBug: 920795)
- Convert all strings to UTF-8 while dumping XML. (related RhBug: 920795)
Mon Mar 11 13:00:00 2013 Tomas Mlcoch - 0.1.16-2
- Remove creation of own empty rpm keyring for a transaction set.
This is not necessary since rpm-4.8.0-28 (rpm commit
cad147070e5513312d851f44998012e8f0cdf1e3). Moreover, own rpm keyring
causes a race condition in threads (causing double free()) which use
rpmReadPackageFile() called from cr_package_from_rpm().
Thu Mar 7 13:00:00 2013 Tomas Mlcoch - 0.1.16-1
- 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)
Mon Feb 11 13:00:00 2013 Tomas Mlcoch - 0.1.15-1
- 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.
Tue Nov 27 13:00:00 2012 Tomas Mlcoch - 0.1.14-1
- Fix filelists database generation (use \'.\' instead of \'\' for current dir)
Tue Nov 20 13:00:00 2012 Tomas Mlcoch - 0.1.13-1
- Fix race-condition during task buffering in createrepo_c
Tue Nov 20 13:00:00 2012 Tomas Mlcoch - 0.1.12-2
- Fix removing old repomd.xml while --update
Thu Nov 15 13:00:00 2012 Tomas Mlcoch - 0.1.12-1
- Fix bug in sqlite filelists database
- Fix memory leak
Fri Nov 9 13:00:00 2012 Tomas Mlcoch - 0.1.11-1
- 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
Wed Oct 3 14:00:00 2012 Tomas Mlcoch - 0.1.10-1
- Another memory usage optimalization
Mon Sep 3 14:00:00 2012 Tomas Mlcoch - 0.1.9-1
- 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
Wed Aug 15 14:00:00 2012 Tomas Mlcoch - 0.1.8-1
- New interface of repomd module
- New cmd options: --repo --revision --distro --content --basedir
- New createrepo_c specific cmd option --keep-all-metadata
- Few bugfixes
Thu Jul 26 14:00:00 2012 Tomas Mlcoch - 0.1.7-1
- 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
Mon Jun 11 14:00:00 2012 Tomas Mlcoch - 0.1.5-1
- Support for .xz compression
- Unversioned .so excluded from installation
Mon Jun 4 14:00:00 2012 Tomas Mlcoch - 0.1.4-1
- New mergerepo params: --all, --noarch-repo and --method
- Fix segfault when more than one --excludes param used
Mon May 28 14:00:00 2012 Tomas Mlcoch - 0.1.3-1
- Set RelWithDebInfo as default cmake build type
Wed May 23 14:00:00 2012 Tomas Mlcoch - 0.1.2-1
- Add version.h header file
Wed May 23 14:00:00 2012 Tomas Mlcoch - 0.1.1-1
- Add license
Wed May 9 14:00:00 2012 Tomas Mlcoch - 0.1.0-1
- First public release