Skip to content

Commit 908dba6

Browse files
committedOct 18, 2023
Release 0.72.0
1 parent 1f0964f commit 908dba6

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed
 

‎VERSION.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set (DEFAULT_LIBDNF_MAJOR_VERSION 0)
2-
set (DEFAULT_LIBDNF_MINOR_VERSION 71)
3-
set (DEFAULT_LIBDNF_MICRO_VERSION 1)
2+
set (DEFAULT_LIBDNF_MINOR_VERSION 72)
3+
set (DEFAULT_LIBDNF_MICRO_VERSION 0)
44

55
if(DEFINED LIBDNF_MAJOR_VERSION)
66
if(NOT ${DEFAULT_LIBDNF_MAJOR_VERSION} STREQUAL ${LIBDNF_MAJOR_VERSION})

‎docs/release_notes.rst

+22
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,28 @@
1919
LIBDNF Release Notes
2020
######################
2121

22+
====================
23+
0.72.0 Release Notes
24+
====================
25+
26+
- New features:
27+
- conf: Add limited shell-style variable expansion (RhBug:1789346)
28+
- conf: Add support for $releasever_major, $releasever_minor (RhBug:1789346)
29+
- repo: Don't download the repository if the local cache is up to date
30+
31+
- Bug fixes:
32+
- Avoid reinstalling installonly packages marked for ERASE (RhBug:2163474)
33+
- transaction: Save the reason for installing (RhBug:1733274)
34+
35+
- Others:
36+
- Include dist-info for python3-libdnf
37+
38+
Bugs fixed in 0.72.0:
39+
40+
* :rhbug:`2163474`
41+
* :rhbug:`1733274`
42+
* :rhbug:`1789346`
43+
2244
====================
2345
0.71.1 Release Notes
2446
====================

‎libdnf.spec

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
%global dnf_conflict 4.11.0
55
%global swig_version 3.0.12
66
%global libdnf_major_version 0
7-
%global libdnf_minor_version 71
8-
%global libdnf_micro_version 1
7+
%global libdnf_minor_version 72
8+
%global libdnf_micro_version 0
99

1010
%define __cmake_in_source_build 1
1111

0 commit comments

Comments
 (0)
Please sign in to comment.