Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.64 KB

File metadata and controls

54 lines (34 loc) · 1.64 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Fixed

  • Return value of portage.dbapi.portdbapi.getFetchMap

Fixed

  • Fixed dbapi, fd_types, mydo, prev_mtimes, settings, vartree argument types in portage.package.ebuild.doebuild.doebuild

Removed

  • Removed deprecated returnpid argument from portage.package.ebuild.doebuild.doebuild

Added

  • portage.dbapi exported from correct location portage.dbapi.
  • portage.doebuild exported from correct location portage.package.ebuild.doebuild.doebuild.
  • portage.config exported from correct location portage.package.ebuild.config.config.
  • 'unpack' as a valid mydo argument to doebuild.
  • portage.dbapi.portagetree.dbapi
  • portage.dbapi.portdbapi.getFetchMap
  • portage.versions._pkg_str

Fixed

  • Corrected return value of portage.versions.catpkgsplit.
  • Corrected argument names of portage.versions.vercmp.
  • Corrected argument names of portage.versions.catpkgsplit.

Removed

  • Removed fake class Config. Use config instead.