Skip to content

Releases: rpm-software-management/drpm

0.5.3

04 Dec 09:45

Choose a tag to compare

  • Update cmake_minimum_required to support modern CMake

0.5.2

15 May 10:40

Choose a tag to compare

  • Avoid using obsolete RPM API
  • Small memory and compatibility fixes

0.5.1

08 Mar 13:18

Choose a tag to compare

  • Fix SIGSEGV when an errors occurs in rpm_get_file_info (RhBug:1968594)
  • For rpms without any files return file count 0 (RhBug:1968594)

0.5.0

03 Jun 03:20

Choose a tag to compare

  • Enable zstd support for RHEL 8
  • Fix license file entry in files list in spec
  • Fix a memory leak on invalid input
  • Hide the internal library symbols

0.4.1

11 Sep 12:07

Choose a tag to compare

Relicense to LGPLv2+

0.4.0

14 Aug 15:00

Choose a tag to compare

  • Add support for zstd drpms
  • CMake cleanups
  • Make running tests optional
  • Small spec improvements

0.3.0

06 May 10:39

Choose a tag to compare

  • Created deltarpm writing interface and began drpm_make implementation
  • Fix bugs in CMake build script
  • Incorporated @ignatenkobrain's changes in SPEC.

0.2.0

06 May 10:37

Choose a tag to compare

0.2.0 Pre-release
Pre-release
  • Improved and optimized reading deltas
  • Extended API and added error API

0.1.3

06 May 10:33

Choose a tag to compare

0.1.3 Pre-release
Pre-release
  • Replaced Makefile with CMake
  • Added API documentation generation through Doxygen
  • Added tests with test drpm data

0.1.2

06 May 10:30

Choose a tag to compare

0.1.2 Pre-release
Pre-release
  • Added drpm.pc pkgconfig file
  • Added copies of both GPLv3 and LGPLv3
  • More fixes to the Makefile