↵ Return to the main page of createrepo_c
View build
Search for updates
Package Info (Data from x86_64 build)
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2023-05-16 | Jan Kolarik <jkolarik at redhat dot com> - 0.21.1-2 | - Rebuild for rpm-4.18.90 |
2023-04-04 | Jan Kolarik <jkolarik at redhat dot com> - 0.21.1-1 | - Update to 0.21.1 - Add --duplicated-nevra "keep-last" option, and --delayed-dump - Add optional filelists-ext metadata - Replace 'cp' binary execution with gio - Fix errors while parsing utf8 chars in cli options - Use g_pattern_spec_match() with glib >= 2.70.0 |
2023-02-28 | Miro HronĨok <mhroncok at redhat dot com> - 0.20.1-4 | - BuildRequire python3-setuptools explicitly, don't assume they are pulled transitively |
2023-02-25 | Florian Weimer <fweimer at redhat dot com> - 0.20.1-3 | - Apply upstream patch to fix C99 compatibility issue |
2023-01-19 | Fedora Release Engineering <releng at fedoraproject dot org> - 0.20.1-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild |
2022-08-17 | Jaroslav Rohel <jrohel at redhat dot com> - 0.20.1-1 | - Update to 0.20.1 - Fix memory allocation in unescape_ampersand_from_values - Fix GError messages - call g_strerror only once - Fix bad performance with task queue management - Return an error code and print a message when more than one package have the same NEVRA |
2022-07-20 | Fedora Release Engineering <releng at fedoraproject dot org> - 0.20.0-3 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild |
2022-06-13 | Python Maint <python dash maint at redhat dot com> - 0.20.0-2 | - Rebuilt for Python 3.11 |
2022-05-05 | Jaroslav Rohel <jrohel at redhat dot com> - 0.20.0-1 | - Update to 0.20.0 - Add a streaming parsing API that is user-controllable - Fix '&' encoding in attributes when parsing repodata - Remove python bindings for xml_parse_main_metadata_together (obsoleted by cr.PackageIterator) - Remove C API for cr_xml_parse_main_metadata_together (obsoleted by cr_PkgIterator_new) - Fix signature of pkg_iterator_next_package to prevent a warning |
2022-03-14 | Pavla Kratochvilova <pkratoch at redhat dot com> - 0.19.0-1 | - Fix memory leaks - Fix a bug in cr_repomd_record_compress_and_fill() - Zero init buffer to prevent use of garbage values if input is too short - Use copy+delete fallback when moving of a dir fails - Switch default of --keep-all-metadata to TRUE and add --discard-additional-metadata - Set database version only for the database records, not everything - If the new repodata generated during an --update run exactly matches the old repodata don't touch the files - Use --error-exit-val option by default |