diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 28 |
1 files changed, 17 insertions, 11 deletions
@@ -2,17 +2,23 @@ This file contains the major changes between libsolv versions: -Version 0.6.36 -- bug fixes: - * do not autouninstall packages because of forcebest updates - * fixed a couple of null pointer derefs and potential memory - leaks - * no longer disable infarch rules when they don't conflict with - the job - * fix cleandeps updates not updating all packages - * fix SOLVER_FLAG_FOCUS_BEST updateing packages without reason - * be more correct with multiversion packages that obsolete their - own name +Version 0.7.0 +- soname bump to "1" +- incompatible API changes: + * bindings: Selection.flags is now an attribute + * repodata_lookup_num now works like the other lookup_num functions +- new functions: + * selection_make_matchsolvable + * selection_make_matchsolvablelist + * pool_whatmatchessolvable + * repodata_search_arrayelement + * repodata_lookup_kv_uninternalized + * repodata_search_uninternalized + * repodata_translate_dir +- new repowriter interface to write solv files allowing better + control over what gets written +- support for filtered file lists with a custom filter +- dropped support of (since a long time unused) REPOKEY_TYPE_U32 Version 0.6.35 - new configuration options: |