diff --git a/VERSION.cmake b/VERSION.cmake index 2e80f82a2..1e21aff85 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,6 +1,6 @@ set (DEFAULT_LIBDNF_MAJOR_VERSION 0) set (DEFAULT_LIBDNF_MINOR_VERSION 73) -set (DEFAULT_LIBDNF_MICRO_VERSION 2) +set (DEFAULT_LIBDNF_MICRO_VERSION 3) if(DEFINED LIBDNF_MAJOR_VERSION) if(NOT ${DEFAULT_LIBDNF_MAJOR_VERSION} STREQUAL ${LIBDNF_MAJOR_VERSION}) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index db00789ae..43d7e8dc6 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -19,6 +19,14 @@ LIBDNF Release Notes ###################### +==================== +0.73.3 Release Notes +==================== + +- Support colon in username, use LRO_USERNAME and LRO_PASSWORD +- Set pool flag to fix pool_addfileprovides_queue() without filelists.xml +- Fix a memory leak in glob_for_cachedir() + ==================== 0.73.2 Release Notes ==================== diff --git a/libdnf.spec b/libdnf.spec index 896ab3908..60969ae4d 100644 --- a/libdnf.spec +++ b/libdnf.spec @@ -5,7 +5,7 @@ %global swig_version 3.0.12 %global libdnf_major_version 0 %global libdnf_minor_version 73 -%global libdnf_micro_version 2 +%global libdnf_micro_version 3 %define __cmake_in_source_build 1