File: changes_dnf5.3.rst

package info (click to toggle)
dnf5 5.4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,960 kB
  • sloc: cpp: 94,312; python: 3,370; xml: 1,073; ruby: 600; sql: 250; ansic: 232; sh: 104; perl: 62; makefile: 30
file content (17 lines) | stat: -rw-r--r-- 810 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
###############################################
 Modifications to the public API in dnf 5.3.0.0
###############################################

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>`_.

ABI change of libdnf5-cli
=========================

New version is ``libdnf5-cli.so.3`` and users of libdnf5-cli will need to be recompiled.


Advisory command json output
============================

* Changed timestamps from ISO strings to UNIX integers.
* ``advisory info`` subcommand previously outputted a dictionary where each advisory json was indexed by its name, this was changed to an array.