X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=NEWS;h=7e91d66e579bbe2c0d0a0ced6fe37f453cd40f49;hb=de92b8ea19562961f973960c0f8f5aec7f6d9c75;hp=467547b259a9e8cd22f164a2898ba668aeb1544f;hpb=f1a786b6fe3fc2d53f03b25e303dc45ed7e22ba6;p=platform%2Fupstream%2Flibsolv.git diff --git a/NEWS b/NEWS index 467547b..7e91d66 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,73 @@ This file contains the major changes between libsolv versions: +Version 0.7.17 +- selected bug fixes: + * repo_write: fix handling of nested flexarray + * improve choicerule generation a bit more to cover more cases + * harden testcase parser against repos being added too late + * support python-3.10 + * check %_dbpath macro in rpmdb code +- new features: + * handle default/visible/langonly attributes in comps parser + * support multiple collections in updateinfo parser + * add '-D' option in rpmdb2solv to set the dbpath + +Version 0.7.16 +- selected bug fixes: + * do not ask the namespace callback for splitprovides when writing + a testcase + * fix add_complex_recommends() selecting conflicted packages in + rare cases leading to crashes + * improve choicerule generation so that package updates are + prefered in more cases + * deal with missing repos in testcase_mangle_repo_names + +Version 0.7.15 +- selected bug fixes: + * fix deduceq2addedmap clearing bits outside of the map + * conda: feature depriorization first + * conda: fix startswith implementation + * move find_update_seeds() call in cleandeps calculation +- new features: + * set SOLVABLE_BUILDHOST in rpm and rpmmd parsers + * new testcase_mangle_repo_names() function + * new solv_fmemopen() function + +Version 0.7.14 +- added support for ed25519 signatures +- selected bug fixes: + * Support blacklisted packages in solver_findproblemrule() + * Support rules with multiple negative literals in choice rule + generation + * Also detect rpmdb.sqlite in /usr/share/rpm + +Version 0.7.13 +- fix solvable swapping messing up uninternalized idarrays + +Version 0.7.12 +- conda: support packages.conda repositories +- conda: de-priorize track features +- allow win32 to build shared lib +- selected bug fixes: + * fix ruleinfo of complex dependencies returning the wrong origin + +Version 0.7.11 +- ENABLE_RPMDB_LIBRPM is now the default +- selected bug fixes: + * fixed solv_zchunk decoding error if large chunks are used + * treat retracted pathes as irrelevant + * made add_update_target work with multiversion installs + +Version 0.7.10 +- new features: + * new rpm_stat_database() function + * new rpm_hash_database_state() function + +Version 0.7.9 +- new features: + * support conda constrains dependencies + Version 0.7.8 - selected bug fixes: * support arch<->noarch package changes when creating patch