This file contains the major changes between
libsolv versions:
+Version 0.7.3
+- selected bug fixes:
+ * fixed a couple of null pointer derefs and potential memory
+ leaks
+ * made disfavoring recommended packages work if strong recommends
+ is enabled
+ * no longer disable infarch rules when they don't conflict with
+ the job
+- new features:
+ * do favor evaluation before pruning allowing to (dis)favor
+ specific package versions
+
Version 0.7.2
- bug fixes:
* do not autouninstall packages because of forcebest updates
+-------------------------------------------------------------------
+Wed Jan 30 15:51:36 CET 2019 - mls@suse.de
+
+- fixed a couple of null pointer derefs
+ [bnc#1120629] [bnc#1120630] [bnc#1120631]
+- do favor evaluation before pruning allowing to (dis)favor
+ specific package versions
+- no longer disable infarch rules when they don't conflict with
+ the job
+- bump version to 0.7.3
+
-------------------------------------------------------------------
Fri Dec 7 15:10:46 CET 2018 - mls@suse.de