Skip to content

Commit

Permalink
Release 0.61.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inknos committed Apr 12, 2021
1 parent ee331a0 commit 3216d19
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,40 @@
LIBDNF Release Notes
######################

====================
0.61.1 Release Notes
====================

- Fix: Fully set ssl in newHandle function
- [conf] Add options for working with certificates used with proxy
- lock: Switch return-if-fail to assert to quiet gcc -fanalyzer
- Modify module NSVCA parsing - context definition (RhBug:1926771)
- libdnf.h: Remove overall extern "C"
- [context] Fix: dnf_package_is_installonly (RhBug:1928056)
- Fix problematic language
- Add getApplicablePackages to advisory and isApplicable to advisorymodule
- Keep isAdvisoryApplicable to preserve API
- Run ModulePackageContainerTest tests in tmpdir, merge interdependent
- [context] Support config file option "proxy_auth_method", defaults "any"

- Security fixes:
- Hardening: add signature check with rpmcliVerifySignatures (RhBug:1932079)

- New features:
- do not allow 1 as installonly_limit value (RhBug:1926261)
- Add a config option to check TLS certificate revocation status (using OCSP stapling), defaults to false (RhBug:1814383)

- Bug fixes:
- Bugs fixed (RhBug:1916786)

Bugs fixed in 0.61.1:

* :rhbug:`1921063`
* :rhbug:`1814383`
* :rhbug:`1932079`
* :rhbug:`1926261`
* :rhbug:`1847035`

====================
0.60.0 Release Notes
====================
Expand Down

0 comments on commit 3216d19

Please sign in to comment.