Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: yast2-pkg-bindings | Distribution: SUSE Linux Framework One |
Version: 5.0.4 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: slfo.1.1.1 | Build date: Thu Jan 18 15:18:02 2024 |
Group: System/YaST | Build host: reproducible |
Size: 1376168 | Source RPM: yast2-pkg-bindings-5.0.4-slfo.1.1.1.src.rpm |
Packager: https://www.suse.com/ | |
Summary: YaST2 - Package Manager Access |
This package contains a name space for accessing the package manager library in YaST2.
GPL-2.0-only
* Thu Jan 18 2024 [email protected] - Fixed repository and service probing with libzypp 7.31.26 and newer, convert the type to string by pkg-bindings, not by libzypp which might change it (bsc#1218399) - 5.0.4 * Tue Jan 16 2024 [email protected] - Added new pkg calls for managing and resolving the solver conflicts. Added PkgSolveProblems(), PkgSetSolveSolutions() and PkgResetSolveSolutions() calls. (gh#openSUSE/agama#944) - Libzypp 17.31.26+ uses "N/A" for unknown repository types instead of "NONE", support both cases (bsc#1218859) - 5.0.3 * Wed Sep 20 2023 [email protected] - Pkg.SourceEditSet() - Allow setting the repository service name (related to bsc#1214135) - 5.0.2 * Wed Sep 13 2023 [email protected] - Fixed crash in the Pkg.Commit() function when passing "exclude_docs" or "no_signature" options (bsc#1215238) - 5.0.1 * Wed Aug 30 2023 [email protected] - 5.0.0 (bsc#1185510) * Mon May 15 2023 [email protected] - Dropped the *-devel-doc subpackage (related to bsc#1211319) - 4.6.2 * Wed Apr 12 2023 [email protected] - Pkg.TargetInitializeOptions() - added a new option for rebuilding the RPM database (--rebuilddb) (bsc#1209565) - 4.6.1 * Fri Mar 03 2023 [email protected] - Bump version to 4.6.0 (bsc#1208913) * Wed Nov 16 2022 [email protected] - Allow querying orphaned packages (related to bsc#1202007) - 4.5.1 * Wed Apr 06 2022 [email protected] - Bump version to 4.5.0 (bsc#1198109) * Fri Feb 11 2022 [email protected] - Pkg.SourceGeneralData() - return the file name from which the repository was loaded (related to bsc#1194546) - 4.4.4 * Tue Oct 19 2021 [email protected] - Use the C++17 standard, required by the latest libzypp (bsc#1191829) - 4.4.3 * Wed May 05 2021 [email protected] - Pkg.ProvidePackage() - download the latest package version from the repository, this ensures that the installer is updated with the latest packages from the installer updates repository (bsc#1185240) - 4.4.2 * Tue Apr 20 2021 [email protected] - stop packaging docdir, it only contained the license which is now in licensedir (bsc#1184897) - spec file cleanups - 4.4.1 * Wed Apr 07 2021 [email protected] - Removed not working PkgFunctions::AddAuthData(), it is not needed anymore (gh#yast/yast-pkg-bindings#107) - Do not try to modify the repository URL, return the libzypp value directly - 4.4.0 * Fri Mar 12 2021 [email protected] - Added missing runtime dependencies ("ip" from iproute2 is used for network status detection) (bsc#1183439) - 4.3.10 * Thu Mar 11 2021 [email protected] - Handle properly expansion of invalid url (bsc#1183195) - 4.3.9 * Thu Jan 28 2021 [email protected] - Log more details about the newly added repositories (for debugging bsc#1181344) - 4.3.8 * Fri Jan 22 2021 [email protected] - Allow filtering resolvables by RPM path, return RPM path for the product packages (related to bsc#1178688, bsc#1176276) - 4.3.7 * Fri Jan 08 2021 [email protected] - Fixed repository refresh (a bug caused downloading only the index file in some cases) (bsc#1180203) - 4.3.6 * Mon Jan 04 2021 [email protected] - Set the previous "distro_target" option when restarting the package manager (bsc#1176275), fixes upgrade from SLE12 via SMT - 4.3.5 * Tue Nov 03 2020 [email protected] - Add a hint to the "locked" error message (gh#yast/yast-yast2#1102) - 4.3.4 * Mon Oct 05 2020 [email protected] - Added new call Pkg::SetAdditionalVendors (jsc#SLE-15184). - 4.3.3 * Mon Oct 05 2020 [email protected] - Return "nil" when a product package is not defined, missing value might cause a crash (bsc#1175681) - 4.3.2 * Fri Sep 25 2020 [email protected] - Fixed migration from SLE-HPC-12 with activated HPC module to SLE15-SP2 (fixed saving service files) (bsc#1171977) - 4.3.1 * Mon Aug 24 2020 [email protected] - Improved Pkg::Resolvables() call to allow filtering by RPM dependencies (provides, obsoletes,...) (related to bsc#1175317) - 4.3.0 * Wed Jul 22 2020 [email protected] - Expand URL when libzypp expects an expanded URL. Fixes weird zypp repository name generated during installation. (bsc#1173509) - 4.2.9 * Fri Jul 10 2020 [email protected] - Extensions to handle raw repository name (bsc#1172477) - 4.2.8 * Wed Feb 26 2020 [email protected] - Fix SourceRestore when some service is defined (bsc#1163081) - 4.2.7 * Thu Feb 20 2020 [email protected] - Removed obsolete zypp::target::rpm::ConvertDBReport callbacks, not used since SLE12 (by mlandres) - Fixed Pkg.SourceRestore call to allow reading the stored repositories even after the initial installation repository has been added (bsc#1163081) - 4.2.6 * Mon Jan 13 2020 [email protected] - Fix calculation of replaced products in Pkg.Resolvable2YCPMap() (bsc#1157202) - 4.2.5 * Thu Dec 12 2019 [email protected] - Include the "deps" resolvable property even when it is empty (bsc#1159120). - 4.2.4 * Tue Dec 03 2019 [email protected] - Fixed Pkg.Resolvables() to return the license text when requested (bsc#1158247) - 4.2.3 * Wed Nov 13 2019 [email protected] - Fixed Pkg.Resolvables() to properly filter by status (related to bsc#1132650) - 4.2.2 * Tue Oct 29 2019 [email protected] - Returning raw packages dependencies while calling <Y2Packager::Resolvable>.deps (bsc#1132650). - 4.2.1 * Thu May 23 2019 [email protected] - Added Pkg.Resolvables() and Pkg.AnyResolvable() calls (related to bsc#1132650) - 4.2.0 * Fri Mar 08 2019 [email protected] - zypp::TriBool now needs an explicit cast to bool (bsc#1128364) (since boost-1.69.0) - 4.1.2 * Thu Jan 10 2019 [email protected] - SourceFinishAll: drop the cached source manager to reload the repositories from disk, avoid restoring the removed repositories (bsc#1120568) - 4.1.1 * Wed Oct 31 2018 [email protected] - Fix probing repository with URL including variable (bsc#1090193) - 4.1.0 * Mon Oct 29 2018 [email protected] - Drop no longer used methods: -- SetArchitecture and SystemArchitecture as only user Product Creator is dropped -- AddLock, GetLocks, RemoveLock as it was needed only once for specific architecture that is no longer supported -- TargetRebuildInit as recreating rpm database is no longer used during upgrade -- TargetFileHasOwner as old workaround for upgrade no longer needed -- TargetBlockSize as it is not longer needed to count disk usage * Tue Oct 16 2018 [email protected] - Added license file to spec. * Fri Aug 17 2018 [email protected] - Switched license in spec file from SPDX2 to SPDX3 format. * Wed Jul 04 2018 [email protected] - SavePkgService: Checking if the service file still exists before updating it. Otherwise add the service instead of updating it. (bsc#1097756) - 4.0.13 * Tue Jun 19 2018 [email protected] - Do not save plugin service to the target system, it is defined by a script (bsc#1094468) - 4.0.12 * Mon Jun 04 2018 [email protected] - Fixed Pkg.TargetInitializeOptions() to not reset the source manager if also the options are the same as used previously (bsc#1095702) - 4.0.11 * Wed May 16 2018 [email protected] - Ignore notification exception for failed plugin services, avoid errors when refreshing the zypp-plugin-spacewalk service on a system not managed by spacewalk (SUSE Manager) (bsc#1086768) - 4.0.10 * Fri Feb 16 2018 [email protected] - always scan media for products to allow media identification (bsc#1080983) - 4.0.9 * Mon Feb 12 2018 [email protected] - Add a PrdLicenseLocales function to get the list of available license translations for a given product (related to FATE#322276). - 4.0.8 * Wed Jan 31 2018 [email protected] - Added "transact_by" key to the PkgPropertiesAll call (improvement for bsc#1077882) - 4.0.7 * Wed Jan 24 2018 [email protected] - Log more details in PkgQueryProvides call (related to bsc#1072634) - 4.0.6 * Thu Dec 07 2017 [email protected] - Fixed Pkg.ExpandedUrl to return also the password part of the URL (bsc#1067007) - 4.0.5 * Fri Oct 27 2017 [email protected] - Pkg.ResolvableProperties: return the "register_flavor" product property (related to bsc#896224) - 4.0.4 * Tue Oct 24 2017 [email protected] - Report error when repository refresh fails during a service refresh (bsc#1064210) - 4.0.3 * Mon Oct 23 2017 [email protected] - Do not crash after a callback is set, unset, then called (bsc#1063459) - 4.0.2 * Mon Sep 25 2017 [email protected] - Add a CompareVersions function (related to fate#323273) - 4.0.1 * Fri Sep 22 2017 [email protected] - Keep enabled recommended packages for the next solver runs when doing distribution upgrade (bsc#1059065) - 4.0.0 * Wed Aug 23 2017 [email protected] - Rename PrdMarkLicenseUnconfirmed to PrdMarkLicenseNotConfirmed (FATE#322276) - 3.3.2 * Mon Aug 21 2017 [email protected] - Add a Pkg.PrdHasLicenseConfirmed and Pkg.PrdMarkLicenseUnconfirmed (FATE#322276) - Pkg.PrdGetLicenseToConfirm always returns the license, no matter whether is confirmed or not - Add a second argument to Pkg.PrdGetLicenseToConfirm in order get the license translated to the given language - 3.3.1 * Wed Aug 16 2017 [email protected] - Add functions to handle product licenses (FATE#322276) - 3.3.0 * Wed Jun 21 2017 [email protected] - Do not crash when the repository URL is not defined (bsc#1043218) - 3.2.4 * Fri Jun 02 2017 [email protected] - Fix pkgGpgCheck callback crashing when reporting SrcPackages (bsc#1037210) (by mlandres) - 3.2.3 * Wed Mar 29 2017 [email protected] - Fixed failure when trying to save a plugin service (bsc#1021117) - 3.2.2 * Wed Mar 29 2017 [email protected] - Return the repository signature flag status in the Pkg.SourceGeneralData call (might be used for bsc#1009127) * Wed Oct 12 2016 [email protected] - Added Pkg.SourceSetPriority() to allow changing the priority also for the already loaded packages (bsc#498266) - 3.2.1 * Fri Oct 07 2016 [email protected] - Added Pkg.UrlSchemeIs*() methods for classifying the URL scheme to avoid duplication of the libzypp code in YaST (bsc#948982) - 3.2.0 * Wed Apr 06 2016 [email protected] - Added new call: ServiceForceRefresh (bnc#967828) - 3.1.34 * Tue Mar 29 2016 [email protected] - Add a Pkg::ProvidePackage to retrieve a package using PackageProvider (fate#319716). - 3.1.33 * Mon Feb 15 2016 [email protected] - Expose update notifications through PkgFunctions::CommitHelper - 3.1.32 * Thu Oct 08 2015 [email protected] - Add pkgGpgCheck callback (bsc#948608) - 3.1.31 * Mon Oct 05 2015 [email protected] - Added Pkg::SourceRawURL() and Pkg:ExpandedUrl() to deal with repositories including repo variables (bnc#944505) - 3.1.30 * Thu Aug 27 2015 [email protected] - Pkg::SourceGeneralData() - return also the raw URL (without expanding the variables), needed for bsc#941563 - 3.1.29 * Thu Aug 20 2015 [email protected] - return the "product_line" product attribute, needed for reading an optional OEM release type (bsc#941402) - 3.1.28 * Fri Jul 10 2015 [email protected] - Pkg.SetSolverFlags(): added DUP mode solver settings, these are different that the "normal" mode settings (FATE319128) - 3.1.27 * Thu Jul 02 2015 [email protected] - added "allowVendorChange" option to Pkg.SetSolverFlags() to allow configuring the vendor change flag (FATE#319138) - 3.1.26 * Fri Jun 19 2015 [email protected] - fixed saving removed services (needed for FATE#315161) - 3.1.25 * Wed Jun 10 2015 [email protected] - added support for the file conflicts callbacks (bnc#923590) - 3.1.24 * Tue Mar 31 2015 [email protected] - Pkg::ResolvableProperties(): "version" value contains a full edition (in form "[epoch:]version[-release]"), additionaly return also "version_epoch", "version_version" and "version_release" with the parts of the edition (needed for FATE#318505) - 3.1.23 * Wed Mar 04 2015 [email protected] - removed obsolete patch callbacks - 3.1.22 * Fri Feb 06 2015 [email protected] - Pkg::RepositoryAdd: use alias from URL query parameter if present (bnc#892431) - 3.1.21 * Wed Sep 24 2014 [email protected] - Added onsystem_by_user flag in Pkg.PkgProperties and Pkg.ResolvableProperties - Fixed PkgPropertiesAll. It returns only package information about the package which is defined in the parameters. In former versions the given package name has not been regarded and the properties of ALL packages have been returned, which has been wrong. (needed for bnc#897404) - 3.1.20 * Tue Sep 16 2014 [email protected] - SetTargetDU(): added new options ("growonly" and "filesystem") to better handle Btrfs snapshots in disk usage counting (part of bnc#896176) - 3.1.19 * Tue Sep 09 2014 [email protected] - do not hide libzypp exceptions in Pkg::ResolvableProperties() call, it makes debugging more difficult, return nil in that case (bnc#895418) - 3.1.18 * Tue Aug 19 2014 [email protected] - explicitly include <ostream> to avoid possible compile failures (bnc#891676) - 3.1.17 * Tue Aug 19 2014 [email protected] - fixed passing an invalid repository ID in GPG key import callback (bnc#891389) - 3.1.16 * Tue Jun 10 2014 [email protected] - fixed ServiceRefresh to not add duplicated repositories (that confuses package installation progress during installation) (bnc#865037) - 3.1.15 * Thu Jun 05 2014 [email protected] - added Pkg::TargetInitializeOptions(), allows overriding the target distribution autodetection (bnc#881320) - 3.1.14 * Wed Jun 04 2014 [email protected] - do not log false warning message about missing base product when it is actually found (bnc#876677#c14) - 3.1.13 * Tue May 27 2014 [email protected] - move package cache to target system (copy RPMs to /mnt instead of inst-sys (RAM-disk) during installation to avoid freezing the installer when installing big packages with small RAM) (bnc#877859) - 3.1.12 * Tue May 20 2014 [email protected] - another fix for repeated service save problem (bnc#876134) - 3.1.11 * Fri May 09 2014 [email protected] - fixed saving service to installed system (bnc#877053) - 3.1.10 * Tue Apr 22 2014 [email protected] - remeber the base product NVRA (instead of the zypp product reference which might be invalidated) to properly create the /etc/products.d/baseproduct symlink (bnc#873885) - 3.1.9 * Tue Apr 15 2014 [email protected] - fixed repeated service save problem (bnc#873198, bnc#873683#c7) - 3.1.8 * Wed Apr 02 2014 [email protected] - properly initialize "autorefresh_skipped" attribute (leaving it uninitialized might have strange effects sometimes) - 3.1.7 * Fri Mar 07 2014 [email protected] - add "eol" flag to product data to report "End Of Life" product date (FATE#316172) - 3.1.6 * Fri Feb 14 2014 [email protected] - Pkg::ServiceRefresh() - download metadata for added repositories - 3.1.5 * Thu Feb 13 2014 [email protected] - Pkg::ServiceRefresh() - add, refresh and load also the new added repositories from the service - 3.1.4 * Fri Jan 10 2014 [email protected] - zypp::filesystem::TmpDir::defaultLocation() already contains /var/tmp/ prefix, do not use it it twice (bnc#847794) - 3.1.3 * Wed Dec 18 2013 [email protected] - eliminate deprecated zypp::DiskUsage class (bnc#852943) (by mlandres) - 3.1.2 * Mon Sep 30 2013 [email protected] - do not use *.spec.in template, use *.spec file with RPM macros instead - 3.1.0 * Mon Sep 30 2013 [email protected] - evaluate DonePackage callback (to close the package installation progress popup) when package installation is finished (bnc#842465) - 3.0.3 * Mon Sep 09 2013 [email protected] - do not abort if package installation fails, always ask user (evaluate the callback), libzypp no longer uses 3 installation attempts (fixes openqa failures when btrfs is used) - 3.0.2 * Fri Sep 06 2013 [email protected] - use a single RepoManager instance to avoid repository metadata removal (bnc#802665#c27) - 3.0.1 * Tue Jul 30 2013 [email protected] - version 3.0.0 * Fri Jun 14 2013 [email protected] - removed obsolete BuildRequires (blocxx, libgcrypt, doxygen, perl-XML-Writer) * Wed May 22 2013 [email protected] - removed logging from finishParameters() function - 2.24.0 * Wed May 15 2013 [email protected] - No longer use deprecated zypp API methods. * Mon Jan 28 2013 [email protected] - fixed documentation build (bnc#800692) - 2.23.1 * Mon Dec 10 2012 [email protected] - showing patch contents (packages with their versions) as part of ResolvableProperties call - 2.23.0 * Wed Apr 11 2012 [email protected] - 2.22.2 * Wed Apr 11 2012 [email protected] - license update: GPL-2.0 Numerous GPL-2.0 files in the package (see e.g. src/Arch.cc) * Tue Mar 27 2012 [email protected] - removed libxcrypt-devel from buildrequires (aschnell) - dropped build support for openSUSE-11.x - 2.22.1 * Thu Mar 08 2012 [email protected] - added Pkg::ResolvableUpdate() to avoid downgrading resolvables (bnc#751147) * Tue Jan 03 2012 [email protected] - check if downloading optional file really succeeded (bnc#736693) (fixes HA add-on installation) * Fri Dec 09 2011 [email protected] - fixed downloading optional files - pass the optional flag to libzypp to skip media change callback for optional files (bnc#735340) * Tue Dec 06 2011 [email protected] - fixed reloading of repositories which have been removed during service reload (bnc#724449) - 2.22.0 * Fri Nov 25 2011 [email protected] - add libtool as buildrequire to avoid implicit dependency * Fri Oct 07 2011 [email protected] - solver reset - reset also the distupgrade solver flag (bnc#709480) - 2.21.11 * Fri Sep 23 2011 [email protected] - removed obsoleted selection related functions: Pkg::GetSelections(), Pkg::GetPatterns(), Pkg::SelectionData(), Pkg::SelectionContent(), Pkg::SetSelection(), Pkg::ClearSelection(), Pkg::ActivateSelections() - removed obsoleted Pkg::TargetLogfile(), Pkg::TargetProducts(), Pkg::LastErrorId(), Pkg::Init(), Pkg::SourceSetRamCache(), Pkg::InstSysMode(), Pkg::SourceProduct(), Pkg::CallbackYou*(), Pkg::SourceCleanupBroken(), Pkg::SourceGetBrokenSources(), Pkg::SourceProvideDir(), Pkg::CallbackAcceptNonTrustedGpgKey(), Pkg::PkgAnyToDelete(), Pkg::PkgAnyToInstall(), Pkg::SourceFinish(), Pkg::GetLocale(), Pkg::SetLocale() functions - 2.21.10 * Thu Sep 22 2011 [email protected] - use signed type for RepoId, fixes returning 2^32 - 1 instead of - 1 on i586 (bnc#718514) - code cleanup - removed obsoleted unused functions: Pkg::SourceSaveRanks(), Pkg::SourceInstallOrder(), Pkg::You*(), Pkg::PkgFreshen(), Pkg::PkgEstablish(), Pkg::PatternData() * Wed Aug 10 2011 [email protected] - Pkg::SourceStartManager() - always display progress, do not assume that any repository present cannot trigger refresh, that's false if the previous refresh failed and causes crash (bnc#711182) - 2.21.9 * Fri Aug 05 2011 [email protected] - 2.21.8 * Thu Aug 04 2011 [email protected] - added Pkg::SetZConfig() to change some libzypp options at runtime e.g. prefer CD/DVD to dowload during installation/update (bnc#693230) * Tue Aug 02 2011 [email protected] - set ignoreAlreadyRecommended solver flag by default - make the YaST package management compatible with zypper (bnc#668588) - 2.21.7 * Mon Aug 01 2011 [email protected] - Pkg::SourceFinishAll() - remove upgrading repositories from the solver, fixes solver crash when called later (bnc#709494) - 2.21.6 * Wed Jul 27 2011 [email protected] - Pkg::ResolvableProperties() supports source packages (`srcpackage) resolvables - 2.21.5 * Mon Jun 27 2011 [email protected] - ignore deleted repositories when checking uniqueness of an alias (bnc#702399) - 2.21.4 * Thu Jun 23 2011 [email protected] - fixed aborting autorefresh (bnc#691828) - 2.21.3 * Wed Jun 22 2011 [email protected] - 2.21.2 * Tue Jun 21 2011 [email protected] - added Pkg::Add/RemoveUpgradeRepo() and Pkg::GetUpgradeRepos() (fate#311994) * Tue Jun 14 2011 [email protected] - added Pkg::CommitPolicy() - support for download in advance mode in yast2-wagon (fate#308951) - Pkg::ResolvableProperties() - return "product_package" value for available products (fate#310730) - 2.21.1 * Tue Apr 05 2011 [email protected] - do not refresh empty repositories, remember loaded status (bnc#665488) - added Pkg::Commit() function which accepts commit options map (with download_mode, dry_run... options) (FATE#308951) - added Pkg::ZConfig() function returning current libzypp config (FATE#308951) - 2.21.0 * Tue Nov 02 2010 [email protected] - updated StartPackage callback - added the package name to the arguments (file location is not enough, it's too dificult to get just the name from it in YCP) - 2.20.3 * Mon Oct 25 2010 [email protected] - ignore just the failed repository during autorefresh, load the other repositories (bnc#620895) - put a backtrace to y2log when an unhandled excecptinon is caught in the global catch section for easy debugging - 2.20.2 * Thu Sep 30 2010 [email protected] - don't use spaces in repo alias (bnc#596950) - 2.20.1 * Thu Sep 30 2010 [email protected] - don't preselect locked patches (bnc#627316) - 2.20.0 * Wed Apr 21 2010 [email protected] - reload services rnd epositories after service refresh to avoid overwriting the updated files (bnc#581766) - 2.19.1 * Mon Jan 18 2010 [email protected] - Pkg::ResolvableProperties() - return 'product' value from <upgrade> section (bnc#571621) * Wed Jan 06 2010 [email protected] - Pkg::ResolvableProperties() - always return "transact_by" flag, Pkg::PkgApplReset() - do not reset "transact_by" flag for non-transacting resolvables (bnc#450786, bnc#471340) - 2.19.0 * Thu Dec 03 2009 [email protected] - return more details when a service refresh fails (bnc#558049) * Tue Dec 01 2009 [email protected] - Pkg::ResolvableProperties() - return product file and it's upgrades section for `product resolvables (bnc#559554) * Tue Nov 24 2009 [email protected] - use zypp::Url::schemeIsRemote() instead of the hardcoded protocol list (bnc#551661) * Fri Oct 16 2009 [email protected] - added "check_alias" option to Pkg::RepositoryAdd() to allow repository overwriting (bnc#543468) - 2.18.11 * Fri Sep 18 2009 [email protected] - Remove connection to dead zypp::ScanDBReport. - 2.18.10 * Sun Jul 19 2009 [email protected] - revert file list changes that slipped in while adding licenses * Fri Jul 10 2009 [email protected] - clean existing cache for added repositories, do not reuse existing aliases for new repositories, make the new aliases really unique (bnc#519218, bnc#327490) - 2.18.9 * Wed Jul 08 2009 [email protected] - Remove references to deprecated UpgradeStatistics. - 2.18.8 * Tue Jun 16 2009 [email protected] - Do not call RefreshStarted callback when refresh is not needed, do not change "Abort" button label when not necessary (bnc#504131) - 2.18.7 * Thu Jun 04 2009 [email protected] - Remove more use of deprecated methods. - 2.18.6 * Wed May 27 2009 [email protected] - Remove use of deprecated Package::filenames. - 2.18.5 * Wed Apr 29 2009 [email protected] - report also the URL when repository metadata are not found (bnc#439069) - 2.18.4 * Tue Apr 21 2009 [email protected] - Pkg::ResolvableDependencies() - also return raw (unresolved) dependencies in the result (key "deps"), remove duplicated dependencies in the result (bnc#479575) * Mon Mar 30 2009 [email protected] - return "is_update_repo" flag in Pkg::SourceGeneralData() call (requires loaded pool) (bnc#459527) - use zypp::RepoManager::makeStupidAlias() for generating repository alias - 2.18.3 * Wed Mar 25 2009 [email protected] - Fixed Pkg::SourceURL() - remove "credentials" query from URL after obtaining the credentials from CredentialManager * Fri Mar 20 2009 [email protected] - Fixed Pkg::SourceURL() - read username and password using CredentialManager (FATE#303652) * Fri Feb 20 2009 [email protected] - Removed fragile test for service being modified. Leave it up to libzypp to decide wich actions must be performed when saving a service. (bnc#476418) * Wed Jan 28 2009 [email protected] - Fixed Pkg::SetSolverFlags() function - properly set "ignoreAlreadyRecommended" flag, do not select extra packages for installation (bnc#470185) - 2.18.2 * Mon Jan 26 2009 [email protected] - implemented RemoveResolvableReport::problem() callback, do not abort when [Ignore] is pressed (bnc#465641) * Fri Jan 16 2009 [email protected] - 2.18.1 * Thu Jan 15 2009 [email protected] - disk usage: do not remove the leading slash in the path (bnc#222967) * Tue Jan 13 2009 [email protected] - 2.18.0 * Tue Jan 06 2009 [email protected] - Translate the help texts displayed when loading/saving the package manager (bnc#446054) - Copy the global and user's credentials (user names and passwords) to the target system (bnc#460970) * Mon Dec 22 2008 [email protected] - call the refresh callbacks only when there is something to refresh (bnc#441512) * Mon Dec 15 2008 [email protected] - Pkg::SetSolverFlags() - support for "reset" key in the map for resetting the solver and the fixsystem mode (bnc#439373) - 2.17.32 * Fri Dec 05 2008 [email protected] - 2.17.31 * Thu Dec 04 2008 [email protected] - Pkg::Solve() replaced by Pkg::GetSolverFlags() and Pkg::SetSolverFlags() (bnc#450528) * Wed Dec 03 2008 [email protected] - added Pkg::Solve() function which allows to set ignoreAlreadyRecommended solver flag so Yast does not install extra packages (bnc#445476) - 2.17.30 * Thu Nov 27 2008 [email protected] - honor the download area when downloading signed/digested files (do not download the files to the RAM disk during installation), remove the downloaded files in Pkg::SourceReleaseAll() to release not needed files (bnc#449564) - 2.17.29 * Fri Nov 21 2008 [email protected] - set the optional flag when downloading signed/digested files (bnc#447010) - 2.17.28 * Wed Nov 12 2008 [email protected] - get/set "keeppackages" repository property in Pkg::SourceEditSet(), Pkg::SourceEditGet() and Pkg::SourceGeneralData() builtins (bnc#441328, bnc#402617) - 2.17.27 * Mon Nov 10 2008 [email protected] - moved asYCPList() to ycpTools.h - 2.17.26 * Fri Nov 07 2008 [email protected] - Pkg::SourceProvideSignedFile() has been renamed to Pkg::SourceProvideDigestedFile(), added new Pkg::SourceProvideSignedFile() to dowload signed files (like "/content") (bnc#409927) - 2.17.25 * Fri Nov 07 2008 [email protected] - Pkg::SourceProvideSignedFile() - the path may be relative, it's changed to absolute automatically (bnc#409927) - Pkg::SourceProbe() - do not log the password in the URL (bnc#441944) - 2.17.24 * Fri Nov 07 2008 [email protected] - fixed network detection - removed unreliable IPv6 network test (bnc#439068) - 2.17.23 * Thu Nov 06 2008 [email protected] - return more data (URL lists) in Pkg::SourceProductData() (bnc#441917) - 2.17.22 * Mon Nov 03 2008 [email protected] - use AutoIndexes zypp::Fetcher feature, fixed signed file downloading (bnc#409927) * Fri Oct 31 2008 [email protected] - Pkg::ResolvableProperties() - return correct status for selected patterns (bnc#440611) * Thu Oct 23 2008 [email protected] - added Pkg::SourceProvideSignedFile() function for downloading a single signed file (bnc#409927) * Tue Oct 21 2008 [email protected] - fixed ResolvableProperties() - correctly iterate over all available/installed objects (bnc#436842) - added Pkg::CreateSolverTestcase() debugging function to create a solver testcase from YCP code - 2.17.21 * Fri Oct 17 2008 [email protected] - ServiceGet()/ServiceSet() - query/set ReposToEnable and ReposToDisable (bnc#435669) - added ServiceSave() function (bnc#435669) - fixed ServiceDelete() - delete also the repositories belonging to the deleted service, similar fix in enabling/disabling a service via ServiceSet() (bnc#435711) - fixed network detection command (bnc#435970) - 2.17.20 * Wed Oct 15 2008 [email protected] - report SourceChanged callback also during package installation (bnc#362003) - 2.17.19 * Thu Oct 09 2008 [email protected] - do not print anything on the stdout when detecting network status (bnc#433458) - 2.17.18 * Fri Oct 03 2008 [email protected] - fixed Pkg::PkgReset() - reset the status (instead of unselect) (bnc#431565) - service handling related fixes (bnc#427728) - 2.17.17 * Thu Oct 02 2008 [email protected] - removed Pkg::ServicesSave(), Pkg::ServicesLoad() and Pkg::ServicesReset() - the functionality has been moved to Pkg::SourceSaveAll(), Pkg::SourceRestore() and Pkg::SourceFinishAll(). The reason is to descrease the amount exported functions and lower the required changes in YCP code. * Wed Oct 01 2008 [email protected] - fixed Pkg::ServiceRefresh() - search for the service URL and pass it to libzypp * Mon Sep 29 2008 [email protected] - do not autorefresh remote repositories when there is no network connection (affected calls Pkg::SourceLoad(), Pkg::SourceStartManager() and PkgFunctions::SourceStartCache()) (bnc#401966) - ResolvableProperties() - return more info about product ("register_target", "register_release" and "flavor" keys) - 2.17.16 * Thu Sep 25 2008 [email protected] - removed another usage of the old logging (bnc#429954) - 2.17.15 * Thu Sep 25 2008 [email protected] - Pkg::TargetLogfile() is obsoleted, the log file is now entirely handled by libzypp. The function does nothing now. (bnc#429954) See also http://en.opensuse.org/Libzypp/Package_History - 2.17.14 * Thu Sep 25 2008 [email protected] - added Pkg::SourceProvideSignedDirectory() to check the signatures of the downloaded files (bnc#409927) - 2.17.13 * Wed Sep 24 2008 [email protected] - create the base product symlink in Pkg::PkgCommit() (bnc#413444) * Wed Sep 24 2008 [email protected] - fixed retrieval of product data (bnc #429067) * Wed Sep 24 2008 [email protected] - adapted GPG key callbacks - report also the affected repository (bnc#370223) * Fri Sep 19 2008 [email protected] - added Pkg::ServiceProbe() function for probing service type (or for checking if there is a service at all) (bnc#427728) - use Product::isTargetDistribution() to mark the base product (bnc#413444) * Thu Sep 18 2008 [email protected] - improved callback evaluation - evaluate the callbacks even when the change is smaller than 5% but at least 3 seconds have elapsed since the last evaluation, makes better response on slow connections (bnc#402593) * Fri Sep 12 2008 [email protected] - Provide product url lists for registration and smolt. - 2.17.12 * Wed Sep 10 2008 [email protected] - merged proofread texts (2008-09-08) - 2.17.11 * Mon Sep 08 2008 [email protected] - added Pkg::ServiceURL() (get a full URL of a service) - return "service" property of a repository (if it is a part of a service) - 2.17.10 * Thu Sep 04 2008 [email protected] - added support for services, new functions: Pkg::ServiceAliases(), Pkg::ServiceAdd() Pkg::ServiceDelete(), Pkg::ServiceGet(), Pkg::ServiceSet(), Pkg::ServicesSave(), Pkg::ServicesLoad(), Pkg::ServiceRefresh(), Pkg::ServicesReset() - 2.17.9 * Thu Aug 21 2008 [email protected] - 2.17.8 * Wed Aug 20 2008 [email protected] - added support for zypp::Patch::reloginSuggested() flag (Pkg::ResolvableProperties() returns "relogin_need" value for patches, Pkg::ResolvableCountPatches() and Pkg::ResolvablePreselectPatches() accept `relogin_needed flag) (fate#304889) - use zypp::ui::Selectable object instead of direct access to the resolvable pool (bnc#413150) - return replaced products - "replaces" key in Product properties (Pkg::ResolvableProperties()) (fate#301997) * Tue Aug 12 2008 [email protected] - Fixed pattern status returned by Pkg::ResolvableProperties() (pattern was never in state `installed) - 2.17.7 * Mon Aug 11 2008 [email protected] - added Pkg::SourceForceRefreshNow() - unconditional refresh of a selected repository - 2.17.6 * Thu Aug 07 2008 [email protected] - Adapt to new product handling. - 2.17.5 * Tue Aug 05 2008 [email protected] - fixed searching for the candidate package - prefer better architecture to better version (bnc#413150) - 2.17.4 * Wed Jul 30 2008 [email protected] - Pkg::Connect() - set LastError() (bnc#280537) * Wed Jul 30 2008 [email protected] - allow priority >99 in Pkg::SourceSet() (bnc#402135) * Wed Jul 23 2008 [email protected] - Remove references to obsolete freshens dependencies. - 2.17.3 * Tue Jul 22 2008 [email protected] - 2.17.2 (for add-on) * Thu Jul 17 2008 [email protected] - Remove obsolete references to Script/Message/Atom * Fri Jun 27 2008 [email protected] - Fixed Pkg::GetPackages(`available) to ignore installed packages * Fri Jun 27 2008 [email protected] - support for patch messages and patch scripts (bnc#401220) - 2.17.1 * Tue Jun 17 2008 [email protected] - do not save sources in Pkg::SourceFinishAll() (use Pkg::SourceSaveAll() for that), just clean the known repositories and allow new source initialization (bnc#395738) - 2.17.0 * Mon Jun 16 2008 [email protected] - added architecture related functions, needed for fate#301883 (Pkg::GetArchitecture(), Pkg::SetArchitecture() and Pkg::SystemArchitecture()) * Fri Jun 13 2008 [email protected] - removed targetFinish() call in the destructor, it's not needed anymore (bnc#381917) * Thu Jun 12 2008 [email protected] - Fixed tag in the help text (bnc#386076) * Thu May 29 2008 [email protected] - set the prefix for package cache (do not download packages to the current directory) (bnc#394728) - 2.16.39 * Fri May 23 2008 [email protected] - fix patch pre-selection - 2.16.38 * Fri May 23 2008 [email protected] - do not keep downloaded packages by default (bnc#393709) - 2.16.37 * Wed May 21 2008 [email protected] - fixed name of a key in patch property map to the previous used value ("is_broken" back to "is_needed") (bnc#392999) - 2.16.36 * Wed May 14 2008 [email protected] - fixed evaluation of RemovePkgReceive::start() callback - changed signature Pkg::RemoveLock(map<string,any>) to Pkg::RemoveLock(integer) - that is more error proof - Pkg::AddLock() - do not save the current config, just merge the added lock to the read locks - documented lock API - 2.16.35 * Mon May 12 2008 [email protected] - fixed type info (Pkg::RemoveLock()) - 2.16.34 * Mon May 12 2008 [email protected] - added Pkg::AddLock(), Pkg::GetLocks() and Pkg::RemoveLock() for manipulating libzypp locks, required to lock 64-bit packages on PPC32 during installation (bnc#336678) Note: locks are loaded in Pkg::TargetInit(), explicitly saved in Pkg::TargetFinish() (implicit loading is in Pkg::PkgSolve(), implicit saving in Pkg::PkgCommit()) - 2.16.33 * Fri May 02 2008 [email protected] - pass requested product in the media change callback (bnc#330094, comment #10) - 2.16.32 * Mon Apr 28 2008 [email protected] - RepositoryAdd() - added "priority" key (bnc#381360) - ResolvableProperties() - return "order" property of pattern (bnc#255726) - 2.16.31 * Tue Apr 22 2008 [email protected] - return dependency kind in Pkg::ResolvableDependencies() (bnc#381340) - 2.16.30 * Fri Apr 18 2008 [email protected] - added Pkg::PkgMediaPackageSizes() to speed up computing the download size of the selected packages - added Pkg::TargetRebuildInit(string root) function which rebuilds the RPM DB ('rpm --rebuilddb') before initializing the target (bnc#308352) - 2.16.29 * Thu Apr 17 2008 [email protected] - do not iterate over the repo's if the target does not exist. bnc #380656 * Wed Apr 16 2008 [email protected] - do not y2error on std:string * Wed Apr 16 2008 [email protected] - catching errors - programming defensive (bnc#380283) - 2.16.28 * Wed Apr 16 2008 [email protected] - searchPackage - use isSystem() property instead of searching in repositories (bnc#380141, comment 5) * Tue Apr 15 2008 [email protected] - added support for `languages in ResolvableProperties() - set the default RPM log file name in Pkg::PkgCommit() if it hasn't been set (bnc#372863) - 2.16.27 * Fri Apr 11 2008 [email protected] - Fix TargetProducts to return the satisfies products. Is satisfied status is computed and updated on each solver run. So it does not reflect any changes made since the last solver run. (bnc#368104) - 2.16.26 * Fri Apr 11 2008 [email protected] - fixed evaluation of StartProvide callback - fixed logging - improved remote source detection - 2.16.25 * Tue Apr 08 2008 [email protected] - return -1 when Pkg::SourceCreate() with non-empty product directory fails (bnc#377962) - fixed handling of 'nil' value in callback registration functions (unregistration now works correctly) - 2.16.24 * Thu Apr 03 2008 [email protected] - adapt to libzypp 4.7 * Wed Apr 02 2008 [email protected] - changed callback registration - use references to functions instead of strings, this enables compile time type checking (fate#302296) - 2.16.23 * Fri Mar 28 2008 [email protected] - Pkg:ResolvableProperties() - added "transact_by" key for selected packages * Thu Mar 27 2008 [email protected] - added priority support - implemented Pkg::SourceLowerPriority(), Pkg::SourceRaisePriority(), added "priority" key in Pkg::SourceEditSet(), Pkg::SourceEditGet() and Pkg::SourceGeneralData() (bnc#369827) - 2.16.22 * Tue Mar 25 2008 [email protected] - added Pkg::ResolvableInstallRepo() function - install an object from the specified repository - 2.16.21 * Mon Mar 24 2008 [email protected] - adapt to libzypp 4.6 * Fri Mar 21 2008 [email protected] - media change callback - added error code parameter (bnc#328822) - 2.16.20 * Mon Mar 17 2008 [email protected] - Remove outdated/obsolete references to zypp * Fri Mar 14 2008 [email protected] - support for ejecting specified CD/DVD device, handle multiple devices (fate#120298) - 2.6.19 * Wed Mar 12 2008 [email protected] - updated MediaChange callback (fate #120298) - 2.16.18 * Tue Mar 11 2008 [email protected] - updated ProgressDownload callback - pass the current and the average download rate (bnc#168935) - 2.16.17 * Wed Mar 05 2008 [email protected] - reduce build requires * Wed Mar 05 2008 [email protected] - added Pkg::CallbackStartRefresh() and Pkg::CallbackDoneRefresh() callbacks, added Pkg::SkipRefresh() call to abort and skip running source refresh (FATE #30962, bnc #231745) - use zypp::sat::WhatProvides instead of obsoleted byCapability iterators - 2.16.16 * Wed Feb 27 2008 [email protected] - update - 'keep_intalled_patches' and 'delete_unmaintained' options were removed from the libzypp API - 2.16.15 * Fri Feb 22 2008 [email protected] - Pkg::ResolvablePreselectPatches(): Properly select patches for installation - check only the latest version of a patch (#355509) - 2.16.14 * Mon Feb 18 2008 [email protected] - don't use deprecated libzypp API (use byIdent iterators, sat pool, ZConfig) * Fri Feb 15 2008 [email protected] - port to new libzypp (based on satsolver) - 2.16.13 * Thu Jan 24 2008 [email protected] - Pkg::TargetInit(), Pkg::TargetLoad(), Pkg::SourceStartManager(), Pkg::SourceStartCache() - don't display callbacks for repeated calls (avoids flashing windows with no action) - 2.16.12 * Thu Jan 17 2008 [email protected] - GPG key callbacks - pass a map with key information in one parameter (instead of 2 or 3 parameters), the map contains more information (see FATE 300754) - fixed documentaion of the changed callbacks - 2.16.11 * Tue Jan 15 2008 [email protected] - Pkg::ImportGPGKey() return boolean (true on success) instead of void * Mon Jan 14 2008 [email protected] - 2.16.10 * Thu Jan 10 2008 [email protected] - added Pkg::CheckGPGKeyFile() function - check whether the file contains a valid GPG key * Mon Jan 07 2008 [email protected] - added missing "log.h" file in Makefile.am - added GPG key management functions (FATE 300754): Pkg::GPGKeys() - get list of the known or trusted GPG keys Pkg::DeleteGPGKey() - delete the GPG key from the known or trusted keyring - 2.16.9 * Fri Jan 04 2008 [email protected] - the functionality from PkgModuleFunctions has been moved to PkgFunctions to reduce compile dependency, removed unnecessary [#]includes - implemented Pkg::SaveState() and Pkg::RestoreState() (#104579) (Pkg::ClearSaveState() is empty, there is only one saved state instance which cannot be removed) - 2.16.8 * Tue Dec 18 2007 [email protected] - use ResPool::repository_iterator for searching resolvables from a repository (much faster than iterating over all resolvables) - added RepoCont and RepoId typedefs to hide implementation details and to make the code more understandable - 2.16.7 * Wed Dec 12 2007 [email protected] - added total progress to Pkg::SourceRefreshNow() - added total progress to Pkg::SourceSaveAll() - improved source loading progress - change the total progress in parallel to the subprogress - PkgProgress - don't evaluate the callbacks when the progress is not enabled (started) - added total progress to Pkg::SourceCreate() - merged Pkg::SourceCreate() and Pkg::SourceScan() code - added help texts to total progresses - added POTFILES (to read texts from src/HelpTexts.h) - 2.16.6 * Fri Dec 07 2007 [email protected] - added Process callbacks for handling multistage progress - some source files have been split to smaller parts - added total progress to source and target initialization - 2.16.5 * Wed Nov 21 2007 [email protected] - Pkg::SourceCreate(): return -1 instead of 4294967295 when a non-existing dir:// repository is used (#342242) * Tue Nov 20 2007 [email protected] - use the correct directory when probing a repository with non empty product directory (#341617) - Pkg::ResolvableProperties() - return download and install size of packages (#331538), return status "removed" when the resolvable is marked for removal - use component "Pkg" in y2log - 2.16.4 * Thu Nov 15 2007 [email protected] - remove temporary files /var/tmp/zypp-xmlstore-*-script-* at the end: correctly call the destructor at the end, call finishTarget() and release the zypp pointer (#228176) - 2.16.3 * Thu Nov 08 2007 [email protected] - fixed PkgTaboo() and PkgNeutral() - set all available instaces of the package (from all reposiories) (#297083) - fixed PkgDelete() - mark all installed instances for removal - 2.16.2 * Thu Oct 11 2007 [email protected] - fixed Pkg::SourceLoad() - don't load resolvables from repositories deleted by Pkg::SourceDelete() - 2.16.1 * Mon Sep 24 2007 [email protected] - set path to metadata files when registering a new repository, required to set the media verifier correctly (#293428) - 2.15.51 * Mon Sep 24 2007 [email protected] - search the correct package instance in license bindings (Pkg::PkgGetLicenseToConfirm(), Pkg::PkgGetLicensesToConfirm() and Pkg::PkgMarkLicenseConfirmed()) - fixes the double license confirmation bug (#326277) - 2.15.50 * Mon Sep 03 2007 [email protected] - reimplemented media redirection in media change callback (#294481) - 2.15.49 * Fri Aug 31 2007 [email protected] - fixed inverted result of PkgAvailable() and PkgInstalled() - 2.15.48 * Thu Aug 30 2007 [email protected] - don't log debug messages from zypp if debug logging is turned off (#306458) - preliminary fix for source redirection (compile fix only) (#294481) - report errors when adding a new repository (#306272) - added new builtins PkgAvailable() and PkgInstalled() which work with package names (in contrast to IsAvailable() or IsProvided() which work with 'provides' property) (#299683,#302246) - 2.15.47 * Wed Aug 29 2007 [email protected] - reimplemented Pkg::SourceCacheCopyTo() - copy zypp cache from the installation system to the target (#304310) - 2.15.46 * Thu Aug 23 2007 [email protected] - Pkg::SourceLoad() - load resolvables from all working repositories even when some of them fails (#302432) - Pkg::PkgMediaNames() - return repository names instead of product names (#304152) - 2.15.45 * Mon Aug 20 2007 [email protected] - Pkg::SourceLoad() (and related) - do not refresh already loaded repositories (#300891) - 2.15.44 * Wed Aug 15 2007 [email protected] - return history of exceptions in Pkg::LastError() result (#299716) - Pkg::SourceCreate() - use the last path component from URL as name (#299816) - Pkg::SourceCreate() - disable autorefresh for CD/DVD repositories (#300928) - 2.15.43 * Thu Aug 09 2007 [email protected] - Pkg::SourceScan(), Pkg::SourceCreate() - use product name or URL as alias and name, don't use timestamp (#298723) - create a shorter version of the URL if it is used as alias or name (avoid too long aliases/names) - Pkg::SourceLoad() - do not load already loaded resolvables - 2.15.42 * Mon Aug 06 2007 [email protected] - mount repositories in readonly mode (FATE #302347) - fixed Pkg::RepositoryProbe() - now it accepts two arguments (URL and product directory) - Pkg::ResolvableProperties() - returns type of product (key "TYPE" in SUSEtags content file) - 2.15.41 * Fri Aug 03 2007 [email protected] - added product directory support - Pkg::ResolvableProperties() returns license and status if available - fixed id of undefined repository (-1 returned as unsigned) - 2.15.40 * Thu Aug 02 2007 [email protected] - added Pkg::CallbackInitDownload() and Pkg::CallbackDestDownload() for registering the initial and the final even when downloading a file (to leave the progress popup open and avoid flashing) - call the new callbacks when scanning, probing, refreshing and downloading a file or directory - Pkg::SourceSaveAll() - remove also raw metadata cache for the removed repositories - ignore errors in the download callback when probing or scanning a repository (the downloaded files are optional) - Pkg::SourceProvideDir() - return the correct value - 2.15.39 * Wed Aug 01 2007 [email protected] - Pkg::SourceProvideDir() is non-recursive now (backward comaptible behavior) - added Pkg::SourceProvideDirectory() -- optional and/or recursive directory download from a repository (required for FATE #302018) - internal support for Pkg functions with 5 arguments - 2.15.38 * Tue Jul 31 2007 [email protected] - Pkg::SourceChangeUrl() adapted to the latest libzypp - implemented Pkg::SourceMoveDownloadArea() * Tue Jul 31 2007 [email protected] - Pkg::SourceGetCurrent() - return correct IDs (fixed nasty off by one bug) (#295901) - 2.15.37 * Mon Jul 30 2007 [email protected] - download missing metadata before building the cache (required for repositories added in offline mode) - 2.15.36 * Fri Jul 27 2007 [email protected] - support for "raw" Progress callbacks - 2.15.35 * Thu Jul 26 2007 [email protected] - created yast2-pkg-bindings-devel-doc subpackage with the autogenerated documentation (FATE #302461) - 2.15.34 * Wed Jul 25 2007 [email protected] - more efficient PkgDU() - obtain the current partitioning directly from libzypp, do not compute complete disk usage just to get it - 2.15.33 * Mon Jul 23 2007 [email protected] - added RepositoryAdd(), RepositoryScan() and RepositoryProbe() - 2.15.32 * Wed Jul 18 2007 [email protected] - SourceLoad(), SourceRefreshNow() - rebuild cache after refreshing metadata - SourceEditGet/Set() - do not change alias, use name instead (alias cannot be changed from yast now) - SourceGeneralData() - return also "name" key - 2.15.31 * Mon Jul 16 2007 [email protected] - SourceMediaData() - report all base urls (key "base_urls" in the result) - report media number and source ID in the SourceChange() callback - fixed crash in the Media Change callback (empty baseUrls) - SourceDelete() - remove resolvables from the pool - SourceSetEnabled() - load/remove resolvables from the pool - PkgCommit() - release all sources - SourceReleaseAll() - return success flag - reimplemented SourceMediaData() - dropped "media_id" and "media_vendor" tags from the result map, now it requires loaded resolvables in the pool to get number of the media - 2.15.30 * Fri Jul 13 2007 [email protected] - convert source ID in source callbacks (pass PkgModuleFunctions reference to the callback handler to search the ID) - tribool fixes (enabled() and autorefresh() return tribool) - reimplemented PkgMediaSizes() and PkgMediaCount() functions, the installation slideshow is now fully working - 2.15.29 * Fri Jul 13 2007 [email protected] - fixed segfault in logFindRepository() when the repo is not found - removed extra callbacks in SourceRestore() and SourceLoad() - SourceLoad() - do not reload the repositories if there is at least one repository already registered - 2.15.28 * Thu Jul 12 2007 [email protected] - handle zypp::ProgressReport callbacks (added new Pkg:: functions: CallbackProgressReportStart(), CallbackProgress- - ReportProgress() and CallbackProgressReportEnd()) - add 'deleted' flag to YRepo, handle deleted repos correctly - SourceSaveAll() - don't remove all repos, remove the cache when removing a repo - SourceLoad() - build repo cache if it's missing - 2.15.27 * Wed Jul 11 2007 [email protected] - storing YRepo_Ptr instead of YRepo in the vector - modified logFindRepository() to retrun YRepo_Ptr check its return value: if (!returnvalue) found = false; - reimplemented SourceCallbacks - FIXED if repo.baseUrlsBegin() is repo.baseUrlsEnd() then do not read the value at the iterator (segfault) - added logFindAlias() for searching an alias in the known repos - reimplemented PkgMediaNames() - SourceCreateType() - convert type from Yast string to libzypp string - 2.15.26 * Wed Jul 11 2007 [email protected] - YRepo structure added to encapsulate RepoInfo, MediaSetAccess, and original alias of a repository. - fixed SourceProvide* methods - replaced RepoInfo vector with YRepo vector * Tue Jul 10 2007 [email protected] - added repomedias - vector of MediaSetAccess objects - SourceProvide*File methods reimplemented with passed MediaSetAccess object - added internal method CreateRepoManager() - create RepoManager object with the cofigured target root directory (all pkg-bindings functions must use it to use the correct root directory!) - implemented TargetDisableSources() - implemented SourceFinishAll() - SourceReleaseAll() reimplemented - implemented SourceSaveAll() - fixed SourceProvideOptionalFile() - store the new values in SourceSetEnabled(), SourceSetAutorefresh(), SourceEditSet() - 2.15.25 * Tue Jul 10 2007 [email protected] - ReleaseAllSources() has an empty implementation as it is (hopefuly) not needed anymore. - SourceChangeUrl() cleaned-up - 2.15.24 * Tue Jul 10 2007 [email protected] - SourceProvideFile, SourceProvideOptionalFile, and SourceProvideDir reimplemented. * Mon Jul 09 2007 [email protected] - use RepoInfo objects for representing sources - implemented SourceCreate() - SourceEditSet() - do not save changes - 2.15.23 * Mon Jul 09 2007 [email protected] - compile fixes - 2.15.22 * Wed Jul 04 2007 [email protected] - The first step to the new libzypp API (RepoManager) - too many missing code but it can be at least compiled... - 2.15.21 * Tue May 29 2007 [email protected] - updated GPG callbacks (#277117) - 2.15.20 * Thu May 17 2007 [email protected] - Evaluate start/finish callbacks in Pkg::SourceRestore() and Pkg::SourceLoad() only when needed (removed the flashing popup effect during installation) - Log not applicable patches to y2log - 2.15.19 * Mon May 14 2007 [email protected] - Pkg::TargetAvailable() returns -1 instead of uninitialized value if an error occurs (#245734) - 2.15.18 * Fri May 11 2007 [email protected] - log result of statvfs() call to debug #245734 - 2.15.17 * Wed Apr 25 2007 [email protected] - added Pkg::SourceGetBrokenSources() - return list of broken sources (initialization has failed) (#265579) - 2.15.16 * Tue Apr 10 2007 [email protected] - create and register AuthReceive callback object (required for Pkg::CallbackAuthentication()) - 2.15.15 * Fri Apr 06 2007 [email protected] - added Pkg::CallbackAuthentication() - handle AuthenticationReport callback (#190609) - 2.15.14 * Mon Apr 02 2007 [email protected] - new callbacks Pkg::CallbackSourceCreateInit/Destroy() and Pkg::CallbackSourceReportInit() - handle the ctor/dtor of libzypp callbacks (#251726) - 2.15.13 * Wed Feb 21 2007 [email protected] - display redirected URL instead of the original URL in the media change popup (#157040) - Pkg::SourceEditSet/Get can retrieve and set alias of a source (#228978) - 2.15.12 * Thu Feb 15 2007 [email protected] - Pkg::PkgUpdateAll() - pass all parameters in a map (more general solution for future enhancements) - 2.15.11 * Thu Feb 15 2007 [email protected] - register ScanDB callbacks (RPM DB reading) (#219953) - additional parameters for Pkg::PkgUpdateAll() - silent_downgrades and keep_installed_patches (#238488) - 2.15.10 * Wed Feb 14 2007 [email protected] - added option `any to Pkg::IsAnyResolvable() - 2.15.9 * Wed Feb 14 2007 [email protected] - added Pkg::IsAnyResolvable() — is there any resolvable in the requried state? (#243568), Pkg::PkgAnyToInstall() and Pkg::PkgAnyToDelete() are obsoleted now - 2.15.8 * Mon Feb 12 2007 [email protected] - added Pkg::CallbackAcceptNonTrustedGpgKey() - register callback askUserToAcceptUnknownKey() in libzypp (#242087, #240771) - 2.15.7 * Wed Feb 07 2007 [email protected] - pass value of ProgressPackage() callback to libzypp when a package is removed (#226041) - do not change the alias of the added source if it is not empty (do not replace the product name with a time stamp) (#220195) - 2.15.6 * Mon Feb 05 2007 [email protected] - Pkg::SourceSetEnabled() - refresh resolvables in the pool after enabling/disabling a source (#187352), Pkg::SourceEditSet() - doc update, log a warning when changing state of a source - 2.15.5 * Thu Jan 25 2007 [email protected] - new binding Pkg::PkgDU() - computes disk usage of the package in the current partitinoning (#222556) - new binding Pkg::TargetAvailable() - returns non-root free disk space (#237309) - 2.15.4 * Thu Jan 18 2007 [email protected] - Pkg::SetLocale() and Pkg::GetLocale() have been split into Pkg::SetTextLocale(), Pkg::GetTextLocale(), Pkg::SetPackageLocale() and Pkg::GetPackageLocale() to set the textdomain and the language packages independently (#223624) - 2.15.3 * Mon Jan 08 2007 [email protected] - Pkg::GetPackages supports `taboo and `locked options, Pkg::ResolvableProperties returns "locked" value (required for #232506) - 2.15.2 * Mon Dec 11 2006 [email protected] - Pkg:PkgMediaCount() - correctly report number of packages from a YUM source (#220242) - 2.15.1 * Wed Nov 29 2006 [email protected] - removed undefined methods, removed obsoleted callbacks - 2.15.0 * Wed Nov 22 2006 [email protected] - provide installation summary about packages from a YUM source (medium number is 0) (#220242) - 2.14.4 * Mon Nov 20 2006 [email protected] - fixed SourceStartManager(): load sources even if some source could not have been restored (#221071) - 2.14.3 * Thu Nov 16 2006 [email protected] - translate the messages: redefine _ gettext macro to use "pkg-bindings" text domain (the definition from libzypp uses "zypp" textdomain) (#219783) - 2.14.2 * Wed Nov 15 2006 [email protected] - fixed GPG key callbacks - allow yast to import keys (#219965) - 2.14.1 * Mon Nov 13 2006 [email protected] - disable refresh of all sources in the target during update (workaround for #220056) - 2.14.0 * Mon Nov 13 2006 [email protected] - fixed Pkg::DoRemoveAllKind() - uninstall only the installed resolvables * Mon Nov 13 2006 [email protected] - added Pkg::SourceCreateType() builtin (#168358) * Mon Nov 13 2006 [email protected] - added Pkg::TargetStoreRemove() builtin (#210552) * Thu Nov 09 2006 [email protected] - decreased the timout of acquiring the zypp lock to 15 seconds (#216615) - 2.13.105 * Tue Nov 07 2006 [email protected] - disable the source if the metadata file is corrupt (#217276) - 2.13.104 * Fri Nov 03 2006 [email protected] - do not search a product in mediaRequest callback, the source might not be initialized (#214886) - 2.13.103 * Tue Oct 31 2006 [email protected] - fixed PkgTaboo() built-in - set lock on the USER level (#186205) - 2.13.102 * Mon Oct 30 2006 [email protected] - return OPTIONALURLS and EXTRAURLS properties of a Product resolvable (#213031) - ResolvableProperties() supports resolvable type `language - 2.13.101 * Fri Oct 20 2006 [email protected] - added missing YCP callback evaluation (#213628) - DoneProvide callback - pass file name argument, handle Ignore return value (#200084) - log a warning when an obsoleted YOU callback is registered - 2.13.100 * Fri Oct 13 2006 [email protected] - fixed SourceProductData() binding (#201742) - require libzypp >= 2.4.0 - 2.13.99 * Fri Oct 13 2006 [email protected] - added script callbacks (feature #100233) * Fri Oct 13 2006 [email protected] - Fixed callback prototypes (revealed by -Woverloaded-virtual) - 2.13.98 * Thu Oct 12 2006 [email protected] - Use -Woverloaded-virtual to warn about mis-overriden callbacks * Thu Oct 12 2006 [email protected] - fixed media change callback signature to match zypp library (#210208) - 2.13.97 * Thu Sep 28 2006 [email protected] - patch autoselect: select only the latest needed patch if patches are needed with the same name and different editions. Bug: 206927 * Fri Sep 22 2006 [email protected] - added missing download callback handlers (lost during implementation of feature #1466) - 2.13.96 * Mon Sep 18 2006 [email protected] - new source callbacks (feature #1466), require libzypp >= 2.1.0 - 2.13.95 * Wed Aug 30 2006 [email protected] - synced to the new zypp API (keyring, callbacks) - require libzypp >= 2.0.0 (#202397) - 2.13.94 * Mon Aug 21 2006 [email protected] - new bindings SourceRestore() and SourceLoad() (#199738) - TargetInitDU([]) sets the current disk usage (#197497) - 2.13.93 * Tue Aug 15 2006 [email protected] - 2.13.92 * Fri Aug 11 2006 [email protected] - new finish callbacks: Callback{Delta,Patch}Finish*() * Thu Aug 10 2006 [email protected] - new callbacks: CallbackSourceCreate*() functions * Wed Aug 09 2006 [email protected] - let TargetProducts return more data (#66046) * Wed Aug 09 2006 [email protected] - built-in ResolvableInstallArch() has been changed to ResolvableInstallArchVersion() - set architecture and version of the installed resolvable (#186912) * Tue Aug 08 2006 [email protected] - new callbacks: patch and delta file progress * Tue Aug 08 2006 [email protected] - let PkgCommit return more data about remaining resolvables (#186912) * Mon Aug 07 2006 [email protected] - use the new initializeTarget method for TargetInitialize - require zypp version 2.0.0 * Mon Aug 07 2006 [email protected] - new built-in ResolvableInstallArch() - select architecture of the installed resolvable (#186912) * Mon Aug 07 2006 [email protected] - add TargetInitialize, TargetLoad, deprecate TargetInit. - port TargetProduct to new zypp api - 2.13.91 * Thu Aug 03 2006 [email protected] - Fixed makefiles for make 3.81 - 2.13.90 * Thu Jul 13 2006 [email protected] - new binding Pkg::ResolvableCountPatches() - count available patches which can be installed - 2.13.89 * Thu Jun 29 2006 [email protected] - ResolvableProperties(): return "is_needed" property of a patch (#188541) - 2.13.88 * Mon Jun 26 2006 [email protected] - Fixed links in the docs (locilka) - 2.13.87 * Wed Jun 21 2006 [email protected] - Added Pkg::SourceURL that includes the password (#186842). - 2.13.86 * Fri Jun 09 2006 [email protected] - report also type of resolvable not installed during 1st stage (#181198) - 2.13.85 * Thu Jun 08 2006 [email protected] - fixed SetLocale() - do not reset additional locales (#172223) - catch all uncaught exceptions on the global level (prevents from crashing yast) - 2.13.84 * Thu Jun 08 2006 [email protected] - fixed reseting SW selection (#177469) * Thu Jun 08 2006 [email protected] - fixed the crash when yast is running as non-root user - catch an exception in SourceStartCache() (#182390) * Tue Jun 06 2006 [email protected] - added new callback bindings (CallbackProgressSourceRefresh(), CallbackAcceptWrongDigest(), CallbackAcceptUnknownDigest()) - 2.13.83 * Mon Jun 05 2006 [email protected] - updated documentation - descriptions of the functions, added obsoleted/don't use notes - 2.13.82 * Thu Jun 01 2006 [email protected] - get source ID by numericId() call (do not search in all available sources) (#179410, #163609) - 2.13.81 * Thu May 25 2006 [email protected] - Added SourceSaveAll which always saves and does not disable (#176013). - 2.13.80 * Mon May 22 2006 [email protected] - Pkg::DoProvide - select only the newest item for installation, remove the flag from other versions (#176854) - 2.13.79 * Mon May 22 2006 [email protected] - added PkgApplReset builtin (#176788) - 2.13.78 * Fri May 19 2006 [email protected] - ignore installed selections in Pkg::GetSelections() when asking for available selections (#170537), the same fix has been implemented also in Pkg::GetPatterns() - 2.13.77 * Thu May 18 2006 [email protected] - Say also the URL of a failed source in SourceStartManager (#175153). - 2.13.76 * Wed May 17 2006 [email protected] - one more fix of reseting resolvable status (#175451) * Tue May 16 2006 [email protected] - Adapt to libzypp-1.0.0 - 2.13.75 * Tue May 16 2006 [email protected] - SourceDelete: no need to remove resolvables from pool if the source has not seen any resolvables yet. Fixes deleting corrupt sources (#174840). - 2.13.74 * Tue May 16 2006 [email protected] - fixed resetting resolvable status (#175711, #175451) - 2.13.73 * Fri May 12 2006 [email protected] - PkgMediaSizes, PkgMediaCount: don't count packages with mediaId == 0, array index was -1 in this case (#174841) - 2.13.72 * Wed May 10 2006 [email protected] - ResolvableProperties: don't add empty product description (#148625) - 2.13.71 * Tue May 09 2006 [email protected] - Do not try to evaluate the same callback twice, the parameters are discarded after the first call (#173291) - 2.13.70 * Tue May 09 2006 [email protected] - When creating a source, prefer an alias that may be passed as a query parameter of the URL. This is an adaptation for the new output of suseRegister-1.0-59, ensuring proper synchronization of YaST and Zenworks for enterprise updates (#158850#c17). - 2.13.69 * Fri Apr 28 2006 [email protected] - fixed reset in PkgReset() and in ResolvableNeutral() builtin (#170643) - 2.13.68 * Wed Apr 26 2006 [email protected] - use other valid sources when a broken source is found (#168632) - 2.13.67 * Tue Apr 25 2006 [email protected] - updated callback handlers (#168060) - 2.13.66 * Mon Apr 24 2006 [email protected] - select language packages in SetLocale(), handle the main locale when processing additional locales (#162064) - 2.13.65 * Fri Apr 21 2006 [email protected] - SourceCreateBase (#160585) - 2.13.64 * Fri Apr 21 2006 [email protected] - Pkg::ResolvableNeutral() - added force argument (#168278) - 2.13.63 * Thu Apr 20 2006 [email protected] - fixed logging - 2.13.62 * Wed Apr 19 2006 [email protected] - fixed building - 2.13.61 * Wed Apr 19 2006 [email protected] - ignore finish with errors in DonePackage callback to be retried (#161298) - 2.13.60 * Fri Apr 14 2006 [email protected] - Adapt for new digest callbacks in ZYPP - 2.13.59 * Thu Apr 13 2006 [email protected] - Pkg::ResolvableProperties - return patch specific values * Thu Apr 13 2006 [email protected] - fixed disk usage counting - non-root dirs should not contain / at the beginning (#163199) - updated Pkg::ResolvablePreselectPatches - return number of patches, added 'kind' argument (#165540) - new binding Pkg::CallbackAcceptFileWithoutChecksum() (#165125) - 2.13.58 * Mon Apr 10 2006 [email protected] - call PkgRefresh when added or enabled a source (#156980) - 2.13.57 * Mon Apr 10 2006 [email protected] - Modified PkgMediaNames to return also the installation source ID (#161298) - 2.13.56 * Mon Apr 10 2006 [email protected] - Added update_urls to Pkg::ResolvableProperties (#163192). - 2.13.55 * Mon Apr 10 2006 [email protected] - fix ImportGPGKey - 2.13.54 * Fri Apr 07 2006 [email protected] - let product provide short_name via ResolvableProperties (#163702) * Thu Apr 06 2006 [email protected] - fix build - 2.13.52 * Thu Apr 06 2006 [email protected] - invoke SourceChange callback (#161298) - 2.13.51 * Thu Apr 06 2006 [email protected] - fixed YCP signature of Pkg::SourceCleanupBroken - 2.13.50 * Thu Apr 06 2006 [email protected] - more debug for DoProvideNameKind() * Thu Apr 06 2006 [email protected] - Bug 162745 - Updating from beta8 does not update the kernel sources * Thu Apr 06 2006 [email protected] - added Pkg::ImportGPGKey() (#164001) - 2.13.49 * Thu Apr 06 2006 [email protected] - implemented SourceCleanupBroken (#157100) * Wed Apr 05 2006 [email protected] - implemented SourceChangeUrl (#163748) - 2.13.48 * Wed Apr 05 2006 [email protected] - updated keyring callbacks - 2.13.47 * Tue Apr 04 2006 [email protected] - Added "alias" to Pkg::SourceGeneralData (#156030). - libzypp API change: use location instead of plainRpm. - 2.13.46 * Mon Apr 03 2006 [email protected] - new callback: Pkg::PkgFreshen() (#156980) - 2.13.45 * Mon Apr 03 2006 [email protected] - new callbacks: Pkg::CallbackAcceptUnknownGpgKey(), Pkg::CallbackAcceptUnsignedFile(), Pkg::CallbackAcceptVerificationFailed(), Pkg::CallbackTrustedKeyAdded(), Pkg::CallbackTrustedKeyRemoved() (#162858) - 2.13.44 * Wed Mar 29 2006 [email protected] - new callback Pkg::CallbackImportGpgKey * Wed Mar 29 2006 [email protected] - return correct type in SourceCreate and SourceScan if URL wrong * Wed Mar 29 2006 [email protected] - Find zypp using pkg-config (enables prefix builds). - 2.13.43 * Tue Mar 28 2006 [email protected] - new binding Pkg::ResolvableSetSoftLock() (#159466) - initialize zypp when it's needed, retry initialization when it fails, new binding Pkg::Connect() (#160319) - call DoneProvide callback when resolvable download fails (#160966) * Tue Mar 28 2006 [email protected] - fix compile - catch media exception if source cannot be reattached to get source product information - 2.13.42 * Mon Mar 27 2006 [email protected] - new binding Pkg::ResolvableNeutral() (#159466) - 2.13.41 * Mon Mar 27 2006 [email protected] - 2.13.40 * Mon Mar 27 2006 [email protected] - remove all transactions in PkgTaboo, prevent from installing unconfirmed packages (#160588) * Sat Mar 25 2006 [email protected] - do not report repeated SourceStartManager as error - 2.13.39 * Fri Mar 24 2006 [email protected] - mark only patches in ResolvablePreselectPatches (#160573) - 2.13.38 * Thu Mar 23 2006 [email protected] - return package licenses correctly (#160028) - 2.13.37 * Wed Mar 22 2006 [email protected] - 2.13.36 * Wed Mar 22 2006 [email protected] - new builtin Pkg::CallbackResolvableReport (#160015) - adapted to new libzypp API * Wed Mar 22 2006 [email protected] - added `removed option in GetPackages builtin (required for #156638) * Tue Mar 21 2006 [email protected] - fix build - 2.13.35 * Tue Mar 21 2006 [email protected] - allow more choices how the media change callback behave (#159116) - 2.13.34 * Mon Mar 20 2006 [email protected] - new SourceProvideOptionalFile() binding (#159116) - 2.13.33 * Mon Mar 20 2006 [email protected] - adapt for latest libzypp - 2.13.32 * Sat Mar 18 2006 [email protected] - fix Pkg::IsSelected (and others) to check the right item of the pool (#158602) - 2.13.31 * Thu Mar 16 2006 [email protected] - let products provide their flags * Thu Mar 16 2006 [email protected] - added Pkg::ResolvableDependencies - 2.13.30 * Thu Mar 16 2006 [email protected] - added Pkg::ResolvablePreselectPatches to select Needed items - 2.13.29 * Wed Mar 15 2006 [email protected] - add PkgEstablish() to calculate needed/unneeded patches. * Wed Mar 15 2006 [email protected] - set alias when creating a source - 2.13.28 * Tue Mar 14 2006 [email protected] - Use APPL_HIGH level instead of USER for Pkg:: (#156875, thanks ma) - 2.13.27 * Tue Mar 14 2006 [email protected] - Provide Product::version via TargetProducts, fixing crypto update (#153576). - Use product(name+edition)+current timestamp to set the source alias in SourceCreate and SourceScan (#154913). - 2.13.26 * Tue Mar 14 2006 [email protected] - added TargetDisableSources to disable configured sources at the target system (#154850) - if no products found by libzypp, try also the base URL in SourceScan and SourceCreate (#157442) * Sat Mar 11 2006 [email protected] - fix the build. - 2.13.25 * Thu Mar 09 2006 [email protected] - new pattern related builtins: GetPatterns and PatternData (similar to GetSelections and SelectionData) - use zypp::SourceManager::SourceId instead of 'int' for source ID * Wed Mar 08 2006 [email protected] - create unique alias for a new installation source, use URL + src ID as alias (#154913) * Tue Mar 07 2006 [email protected] - handle installation abort properly (#154936) - 2.13.24 * Tue Mar 07 2006 [email protected] - bail out early from SourceFinishAll() if there are no enabled sources (#155459) - 2.13.23 * Tue Mar 07 2006 [email protected] - implemented PkgSrcInstall * Mon Mar 06 2006 [email protected] - implemented PkgSolveCheckTargetOnly - 2.13.22 * Fri Mar 03 2006 [email protected] - fixed Pkg::SourceMoveDownloadArea according to changes in libzypp * Fri Mar 03 2006 [email protected] - error handling: PkgLastError(), LastErrorDetails(), remember error messages - TargetGetDU - use current system paritioning if TargetInitDU has not been called * Fri Mar 03 2006 [email protected] - new builtin Pkg::Init() - catch Url exceptions in source creation - SourceRefreshNow() * Fri Mar 03 2006 [email protected] - new builting Pkg::SourceMoveDownloadArea (#151862) * Thu Mar 02 2006 [email protected] - initialize only resolvables from the enabled sources - catch the restore source exception - don't initialize all resolvables to get the products from source - 2.13.21 * Thu Mar 02 2006 [email protected] - report user-abort from ProgressPackage callback (#150379) * Thu Mar 02 2006 [email protected] - assure that PkgInstall always gets the best architecture. (#154627) - assure that PkgRemove removes installed package. * Thu Mar 02 2006 [email protected] - added missing disconnect()s (#154331) * Wed Mar 01 2006 [email protected] - provide description and summary via generic interface (#153713) - provide more information about products and patterns - release all medias after commit (#152709) - add builtin to release all medias (#154348) - 2.13.20 * Tue Feb 28 2006 [email protected] - call YCP callbacks only when progress value has changed more than 5% since the last call (lowers CPU usage by Yast during installation) - 2.13.19 * Mon Feb 27 2006 [email protected] - 2.13.18 * Mon Feb 27 2006 [email protected] - implement missing download progress callback * Fri Feb 24 2006 [email protected] - fixed PkgProperties() - new builtin PkgPropertiesAll() * Fri Feb 24 2006 [email protected] - catch SourceManager::findSource() exceptions (#153323) * Fri Feb 24 2006 [email protected] - IsManualSelection, PkgReset, PkgMarkLicenseConfirmed - fixed PkgGetLicensesToConfirm, PkgGetLicenseToConfirm - PkgCommit updated to the new commit() API (#153294) - don't pack libpy2Pkg.la file - 2.13.17 * Fri Feb 24 2006 [email protected] - properly report if source restore failed * Wed Feb 22 2006 [email protected] - TargetLogfile - 2.13.16 * Wed Feb 22 2006 [email protected] - TargetInitDU - TargetGetDU - 2.13.15 * Wed Feb 22 2006 [email protected] - DoProvide now returns the best (architecture/edition) match instead of the first. - 2.13.14 * Wed Feb 22 2006 [email protected] - Don't generate doxygen documentation, this is not a C++ library * Tue Feb 21 2006 [email protected] - start of PkgTargetDU (#151430) - survive if no products found on a media (#152521) - 2.13.13 * Mon Feb 20 2006 [email protected] - fixed package location in PkgLocation and in PkgProperties - new builtin PkgPath - returns package name with path relative to source root directory - 2.13.12 * Sun Feb 19 2006 [email protected] - adapt SourceManager::store() call - 2.13.11 * Fri Feb 17 2006 [email protected] - 2.13.10 * Fri Feb 17 2006 [email protected] - adapt for new pool iterators * Thu Feb 16 2006 [email protected] - new builtins ResolvableInstall, ResolvableRemove, ResolvableProperties - 2.13.9 * Thu Feb 16 2006 [email protected] - Don't report a package installation twice if it needs to use different rpm parameters - Callback cleanup * Wed Feb 15 2006 [email protected] - PkgMediaCount, PkgMediaSizes, PkgMediaNames - Callback size fixes - this makes the download progress behave nicely - 2.13.8 * Tue Feb 14 2006 [email protected] - compile fixes - SetLocale, GetLocale, SetAdditionalLocales, GetAdditionalLocales, updated SelectionContent, SelectionData - 2.13.7 * Tue Feb 14 2006 [email protected] - Pkg::SourceScan, Pkg::SourceEditGet, Pkg::SourceGeneralData improvements * Tue Feb 14 2006 [email protected] - use ZYpp linewriter to log into y2log (#149001) - Pkg::SourceProductData enhanced to return product name and version (#150209) - 2.13.6 * Mon Feb 13 2006 [email protected] - Pkg::SourceProductData basic support - define LOGGROUP - 2.13.5 * Mon Feb 13 2006 [email protected] - connect also for source data parser and avoid media callback - 2.13.4 * Sun Feb 12 2006 [email protected] - adapt for new libzypp - 2.13.3 * Fri Feb 10 2006 [email protected] - enable storage in TargetInit (#149869) - TargetInstall, TargetRemove - TargetProducts - version 2.13.2 * Thu Feb 09 2006 [email protected] - honor kind when choosing resolvables - 2.13.1.10 * Thu Feb 09 2006 [email protected] - redirect zypp.log to the location of YaST log - set pool entries to transact - 2.13.1.9 * Wed Feb 08 2006 [email protected] - Qt UI adaptions - 2.13.1.8 * Tue Feb 07 2006 [email protected] - All callback handlers implemented - 2.13.1.7 * Tue Feb 07 2006 [email protected] - Store/restore source cache - More information in install callback - SourceStartManager, SourceStartCache, SourceGetCurrent * Mon Feb 06 2006 [email protected] - Renamed files - MediaChange callback fixes - RPM install problem callback - PkgQueryProvides - Selection interface cleaned up - 2.13.1.6 * Mon Feb 06 2006 [email protected] - Adapt for new libzypp - 2.13.1.5 * Fri Feb 03 2006 [email protected] - Fix build for YaST modules using Pkg - Adapt for new libzypp - 2.13.1.4 * Thu Feb 02 2006 [email protected] - DownloadProgressCallback - MediaChangeCallback - changed Y2PM names (variables, namespaces...) to ZYPP - 2.13.1.3 * Thu Feb 02 2006 [email protected] - removed yast2-packagemanager-devel from BuildRequires - don't compile/link PkgModuleError.* files - RebuildDbCallback - 2.13.1.2 * Thu Feb 02 2006 [email protected] - first drop for ZYPP - 2.13.1.1 * Fri Dec 02 2005 [email protected] - Remember values sent on CB_StartSourceRefresh, and repeat them in subsequent SourceRefresh callbacks. (#133811) - 2.13.1 * Tue Oct 04 2005 [email protected] - Changed signature of ProgressProvide and ProgressDownload callbacks. Both are now expected to return YCPBoolean. Iff the callback returns YCPBoolean(FALSE), current download is aborted. (#115534) - 2.13.0 * Fri Aug 19 2005 [email protected] - Provide installation source attribute 'autorefresh' in PKG::SourceGeneralData. - 2.12.7 * Wed Aug 17 2005 [email protected] - Removed obsolete 'TargetUpdateInf'. That's old YaST(1) stuff. - 2.12.6 * Wed Aug 03 2005 [email protected] - Added YCP {Start,Error,Done}SourceRefresh callbacks. - 2.12.5 * Wed Jul 27 2005 [email protected] - Fixed conversion from YCPMap to InstSrcManager::SrcStateVector. - 2.12.4 * Mon Jul 25 2005 [email protected] - Provide new installation source attribute 'autorefresh' in PKG::SourceEditGet/SourceEditSet. - New builtin PKG::SourceRefreshNow. - 2.12.3 * Wed Jul 20 2005 [email protected] - Adapt build requirements for libxml2 * Fri Jul 08 2005 [email protected] - Adapt build requirements for blocxx - 2.12.2 * Fri Jun 10 2005 [email protected] - Adapt to changes in base classes we use from liby2. - 2.12.1 * Tue Feb 15 2005 [email protected] - Extended statistics returned from Pkg::PkgUpdateAll. The builtin now returns map<symbol,integer>. (#37073) - 2.11.6 * Tue Feb 08 2005 [email protected] - Fixed neededforbuild: added sgml-skel * Sat Feb 05 2005 [email protected] - Base selctions are mutual exclusive. If a new base selection is set to install, take care the old one gets deleted. (#46998) - 2.11.4 * Mon Jan 24 2005 [email protected] - Code cleanup. Explicit casts removed. - 2.11.3 * Fri Jan 21 2005 [email protected] - Fixed packages needed for build * Fri Jan 21 2005 [email protected] - Updated media change callback to allow to provide more information via callback. - 2.11.2 * Fri Oct 29 2004 [email protected] - Added pkgconfig support. - 2.11.1 * Wed Oct 13 2004 [email protected] - Initial version
/usr/lib64/YaST2/plugin/libpy2Pkg.so /usr/lib64/YaST2/plugin/libpy2Pkg.so.2 /usr/lib64/YaST2/plugin/libpy2Pkg.so.2.0.0 /usr/share/licenses/yast2-pkg-bindings /usr/share/licenses/yast2-pkg-bindings/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Feb 22 00:24:36 2025