Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > e627fa04950b32cdd0bbc86c6115ad89 > files > 8

libhif1-0.2.3-3.mga7.armv7hl.rpm

Version 0.2.3
~~~~~~~~~~~~~
Released: 2016-06-30

New Features:
 - Add a flag to run transactions in test mode (Kalev Lember)
 - Add hif_package_array_get_download_size (Kalev Lember)
 - Check for available disk space before downloading packages (Kalev Lember)
 - Request multiple packages at once from librepo (Kalev Lember)

Bugfixes:
 - Cache first mirrorlist failure error (Colin Walters)
 - Clean up all old yumdb entries when updating packages (Kalev Lember)
 - Correctly set yumdb "reason" when updating / installing packages (Kalev Lember)
 - Don't prepend package name to download error messages (Colin Walters)
 - Fix a step counting traceback with metadata only sources (Kalev Lember)
 - Use lrPackageTarget v2 API to prep for improved callbacks (Colin Walters)
 - Write new entries to yumdb before removing old ones (Kalev Lember)

Version 0.2.2
~~~~~~~~~~~~~
Released: 2016-02-12

Bugfixes:
 - Include rpm name in the error message when gpg key check fails (Kalev Lember)
 - Include the rpm name in one more error message (Kalev Lember)
 - Propagate "too old" and other errors for local repos (Colin Walters)
 - Use a better message if a gpg signed repo has untrusted content (Richard Hughes)
 - Use passed in releasever if set (Kalev Lember)

Version 0.2.1
~~~~~~~~~~~~~
Released: 2015-07-13

New Features:
 - Add a configure option to choose between dnf's yumdb and yum's yumdb (Kalev Lember)
 - Add hif_source_set_required() (Colin Walters)

Bugfixes:
 - Fix rpmdb file monitor with / installs (Kalev Lember)
 - Honor `basedir` xml element (Colin Walters)
 - Ignore lines with just whitespace (Kalev Lember)
 - Include repo filename in the failed to load error string (Kalev Lember)
 - Remove obsoleted packages when committing the transaction (Kalev Lember)
 - Tear down HifContext weak pointers when the objects are finalized (Kalev Lember)

Version 0.2.0
~~~~~~~~~~~~~
Released: 2015-04-08

New Features:
 - Add a few more commandline arguments (Colin Walters)
 - Add API to disable hifdb (yumdb) (Colin Walters)
 - Add API to override rpm macro (Colin Walters)
 - Add API to set global HTTP proxy (Colin Walters)
 - Add 'reinstall' command to hif-cmd (Richard Hughes)
 - Add support for the "exclude" element in repo files (Colin Walters)
 - Add transaction flag to disable documentation (Colin Walters)
 - Make everything that was -private be public (Colin Walters)

Bugfixes:
 - Adapt to hawkey 0.5.3 API break (Colin Walters, Giuseppe Scrivano)
 - Add HifSource to introspection set (Colin Walters)
 - Do not attempt to read from a closed file descriptor (Richard Hughes)
 - Do not download the mirrorlists when checking for updates (Richard Hughes)
 - Don't default to forcing trusted only (Colin Walters)
 - Don't set up file monitor on rpmdb if we're using an installroot (Colin Walters)
 - Don't use hif_context_get_transaction() from multiple threads (Richard Hughes)
 - Ensure HifContext can be finalised to prevent rpmdb index corruption (Richard Hughes)
 - Ensure the mirror list is set before trying to download packages (Richard Hughes)
 - Ensure the sack is freed when using hif_transaction_write_yumdb_install_item() (Richard Hughes)
 - Fix some small memory leaks (Richard Hughes)
 - Fix potential segfault when when depsolving (Richard Hughes)
 - Honor context install root for the HifDb (Colin Walters)
 - If the enabled local source does not exist do not add it to the sack (Richard Hughes)
 - Invalidate the sack when succesfully calling hif_context_run() (Richard Hughes)
 - Make a selected set of compiler warnings into hard errors (Colin Walters)
 - Only invalidate the context after the yumdb has been written (Richard Hughes)
 - Set LRO_DESTDIR before using librepo to check the source (Richard Hughes)
 - Use -fno-strict-aliasing by default (Colin Walters)
 - Use the HY_VERSION_CHECK macro to avoid adding additional configure checks (Richard Hughes)

Version 0.1.7
~~~~~~~~~~~~~
Released: 2014-12-19

Notes:
 - librepo >= 1.7.11 is now required

New Features:
 - Add HIF_SOURCE_UPDATE_FLAG_SIMULATE (Richard Hughes)
 - Add a large number of GPG tests (Richard Hughes)
 - Add hif_source_get_filename_md() (Richard Hughes)
 - Add the concept of metadata-only software sources (Richard Hughes)
 - Support appstream and appstream-icons metadata types (Richard Hughes)

Bugfixes:
 - Automatically import public keys into the librepo keyring (Richard Hughes)
 - Call hif_state_set_allow_cancel() when the state is uncancellable (Richard Hughes)
 - Correctly update sources with baseurls ending with a slash (Richard Hughes)
 - Don't unref the HifSource when invalidating as this is not threadsafe (Richard Hughes)
 - Fix crash when parsing the bumblebee.repo file (Richard Hughes)
 - Improve handling of local metadata (Richard Hughes)
 - Only set LRO_GPGCHECK when repo_gpgcheck=1 (Richard Hughes)

Version 0.1.6
~~~~~~~~~~~~~
Released: 2014-11-10

New Features:
 - Add support for package reinstallation and downgrade (Michal Minar)
 - Copy the vendor cache if present (Richard Hughes)

Bugfixes:
 - Allow to get repo loader out of context (Michal Minar)
 - Ensure created directories are world-readable (Richard Hughes)
 - Support local repositories (Michal Minar)

Version 0.1.5
~~~~~~~~~~~~~
Released: 2014-09-22

Bugfixes:
 - Add all native architectures for ARM and i386 (Richard Hughes)
 - Check for libQtGui rather than libkde* to detect GUI apps (Kevin Kofler)

Version 0.1.4
~~~~~~~~~~~~~
Released: 2014-09-12

New Features:
 - Add hif_source_commit() so we don't rewrite the file for each change (Richard Hughes)
 - Allow setting the default lock directory (Richard Hughes)

Bugfixes:
 - Ensure all the required directories exist when setting up the context (Richard Hughes)
 - Use a real path for hy_sack_create() (Richard Hughes)

Version 0.1.3
~~~~~~~~~~~~~
Released: 2014-09-01

Bugfixes:
 - Add an error path for when the sources are not valid (Richard Hughes)
 - Do not call hif_context_setup_sack() automatically (Richard Hughes)
 - Don't error out for missing treeinfo files (Kalev Lember)
 - Fix a logic error to fix refreshing with HIF_SOURCE_UPDATE_FLAG_FORCE (Richard Hughes)

Version 0.1.2
~~~~~~~~~~~~~
Released: 2014-07-17

Notes:

New Features:
 - Add HifContext accessor in -private for HifState (Colin Walters)
 - Improve rpm callback handling for packages in the cleanup state (Kalev Lember)

Bugfixes:
 - Add name of failing repository (Colin Walters)
 - Create an initial sack in HifContext (Colin Walters)
 - Error if we can't find any package matching provided name (Colin Walters)
 - Fix a mixup of HifStateAction and HifPackageInfo (Kalev Lember)
 - Only set librepo option if value is set (Colin Walters)
 - Respect install root for rpmdb Packages monitor (Colin Walters)
 - Update Makefile.am (Elan Ruusamäe)

Version 0.1.1
~~~~~~~~~~~~~
Released: 2014-06-23

New Features:
 - Only add system repository if it exists (Colin Walters)

Bugfixes:
 - Add private accessors for goal/sack (Colin Walters)
 - Fix a potential crash when removing software (Richard Hughes)
 - Pass install root to hawkey (Colin Walters)

Version 0.1.0
~~~~~~~~~~~~~
Released: 2014-06-10

Notes:
 - This is the first release of a simple library that uses librepo and hawkey
   to do some high level package management tasks.
 - libhif is not 100% API or ABI stable yet.

New Features:
 - Add HifContext as a high level operation (Richard Hughes)

Bugfixes:
 - Add several g-i annotations (Colin Walters)
 - Correctly set the cleanup status (Kalev Lember)
 - Fix a crash when using hif_source_set_keyfile_data() (Richard Hughes)
 - Use GLib version macros to pin to 2.36 by default (Colin Walters)