Skip to content

Commit

Permalink
Release 0.72.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kolarik committed Oct 18, 2023
1 parent 1f0964f commit 908dba6
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
4 changes: 2 additions & 2 deletions VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set (DEFAULT_LIBDNF_MAJOR_VERSION 0)
set (DEFAULT_LIBDNF_MINOR_VERSION 71)
set (DEFAULT_LIBDNF_MICRO_VERSION 1)
set (DEFAULT_LIBDNF_MINOR_VERSION 72)
set (DEFAULT_LIBDNF_MICRO_VERSION 0)

if(DEFINED LIBDNF_MAJOR_VERSION)
if(NOT ${DEFAULT_LIBDNF_MAJOR_VERSION} STREQUAL ${LIBDNF_MAJOR_VERSION})
Expand Down
22 changes: 22 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,28 @@
LIBDNF Release Notes
######################

====================
0.72.0 Release Notes
====================

- New features:
- conf: Add limited shell-style variable expansion (RhBug:1789346)
- conf: Add support for $releasever_major, $releasever_minor (RhBug:1789346)
- repo: Don't download the repository if the local cache is up to date

- Bug fixes:
- Avoid reinstalling installonly packages marked for ERASE (RhBug:2163474)
- transaction: Save the reason for installing (RhBug:1733274)

- Others:
- Include dist-info for python3-libdnf

Bugs fixed in 0.72.0:

* :rhbug:`2163474`
* :rhbug:`1733274`
* :rhbug:`1789346`

====================
0.71.1 Release Notes
====================
Expand Down
4 changes: 2 additions & 2 deletions libdnf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
%global dnf_conflict 4.11.0
%global swig_version 3.0.12
%global libdnf_major_version 0
%global libdnf_minor_version 71
%global libdnf_micro_version 1
%global libdnf_minor_version 72
%global libdnf_micro_version 0

%define __cmake_in_source_build 1

Expand Down

0 comments on commit 908dba6

Please sign in to comment.