Skip to content

Commit 39fea26

Browse files
konturappisar
authored andcommitted
Document 5.3.0.0 API changes
1 parent a7e5a49 commit 39fea26

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

doc/api/changes_dnf5.3.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
###############################################
2+
Modifications to the public API in dnf 5.3.0.0
3+
###############################################
4+
5+
This page lists the differences in the public API of `DNF5 5.3 <https://github.com/rpm-software-management/dnf5/releases/tag/5.3.0.0>`_ compared to the previous major version, `DNF5 5.2 <https://github.com/rpm-software-management/dnf5/releases/tag/5.2.0.0>`_.
6+
7+
ABI change of libdnf5-cli
8+
=========================
9+
10+
New version is ``libdnf5-cli.so.3`` and users of libdnf5-cli will need to be recompiled.
11+
12+
13+
Advisory command json output
14+
============================
15+
16+
* Changed timestamps from ISO strings to UNIX integers.
17+
* ``advisory info`` subcommand previously outputted a dictionary where each advisory json was indexed by its name, this was changed to an array.

doc/api/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ API Reference
99
python/python
1010
c++/cpp
1111
changes_dnf5.2
12+
changes_dnf5.3
1213
deprecations

0 commit comments

Comments
 (0)