Skip to content

Commit

Permalink
Release 0.37.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pkratoch committed Nov 5, 2019
1 parent 350f7e6 commit 6993c4b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
@@ -1,4 +1,4 @@
set (LIBDNF_MAJOR_VERSION 0)
set (LIBDNF_MINOR_VERSION 37)
set (LIBDNF_MICRO_VERSION 1)
set (LIBDNF_MICRO_VERSION 2)
set (LIBDNF_VERSION ${LIBDNF_MAJOR_VERSION}.${LIBDNF_MINOR_VERSION}.${LIBDNF_MICRO_VERSION})
21 changes: 21 additions & 0 deletions docs/release_notes.rst
Expand Up @@ -19,6 +19,27 @@
LIBDNF Release Notes
######################

====================
0.37.1 Release Notes
====================

- Change the best option default to false
- Use more descriptive message when failed to retrieve GPG key (RhBug:1605117)
- Add removeMetadataTypeFromDownload function to the API
- Context part of libdnf can now read vars (urlvars) from dirs and environment
- Throw exception immediately if file cannot be opened
- Add test when there is no primary metadata in compatible format (RhBug:1744960)
- Various improvements to countme features
- Don't abort on rpmdb checksum calculation failure
- Enable module dependency trees when using set_modules_enabled_by_pkgset() (RhBug:1762314)
- Resolve problem with --best and search in provides (RhBug:1737469)
- New method "Query::filterSubject()", replaces Solution::getBestSolution()
- The Solution class was removed
- Add query argument into get_best_query and get_best_solution
- Add module reset function into dnf_context
- Add method to get all repository metadata locations
- Catch NoModuleException in case of not existent value was used in persistor (RhBug:1761773)

====================
0.35.5 Release Notes
====================
Expand Down
2 changes: 1 addition & 1 deletion libdnf.spec
Expand Up @@ -48,7 +48,7 @@
%{nil}

Name: libdnf
Version: 0.37.1
Version: 0.37.2
Release: 1%{?dist}
Summary: Library providing simplified C and Python API to libsolv
License: LGPLv2+
Expand Down

0 comments on commit 6993c4b

Please sign in to comment.