From 3b8e59ad8ed3a3eb736d8a2e16b4fc04313d1f12 Mon Sep 17 00:00:00 2001 From: Jan Kolarik Date: Mon, 15 May 2023 12:52:55 +0200 Subject: [PATCH] Release 0.70.1 --- VERSION.cmake | 2 +- docs/release_notes.rst | 15 +++++++++++++++ libdnf.spec | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index c4152cc2c..2ef439426 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,6 +1,6 @@ set (DEFAULT_LIBDNF_MAJOR_VERSION 0) set (DEFAULT_LIBDNF_MINOR_VERSION 70) -set (DEFAULT_LIBDNF_MICRO_VERSION 0) +set (DEFAULT_LIBDNF_MICRO_VERSION 1) 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 e09aef44f..86f1aebd6 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -19,6 +19,21 @@ LIBDNF Release Notes ###################### +==================== +0.70.1 Release Notes +==================== + +- New features: + - Add repoid to solver errors for RPMs (RhBug:2179413) + +- Others: + - Avoid using obsolete RPM API and drop redundant calls + - Remove DNF from list of protected packages + +Bugs fixed in 0.70.1: + +* :rhbug:`2179413` + ==================== 0.70.0 Release Notes ==================== diff --git a/libdnf.spec b/libdnf.spec index fd5c60276..001d632ee 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 70 -%global libdnf_micro_version 0 +%global libdnf_micro_version 1 %define __cmake_in_source_build 1