From: Stephan Kulow Date: Fri, 25 Apr 2008 17:26:10 +0000 (+0000) Subject: autobuild X-Git-Tag: BASE-SuSE-Code-12_1-Branch~308^2~383 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=d81df2d32d939e1af114a0e3acf4c7c6ba14b8d2;p=thirdparty%2Flibsolv.git autobuild --- diff --git a/VERSION.cmake b/VERSION.cmake index 9ae8668d..6c5c4b1a 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -46,5 +46,5 @@ SET(LIBSATSOLVER_MAJOR "0") SET(LIBSATSOLVER_MINOR "0") -SET(LIBSATSOLVER_PATCH "29") +SET(LIBSATSOLVER_PATCH "30") diff --git a/package/libsatsolver.changes b/package/libsatsolver.changes index 9b6a99d4..a1d46bb3 100644 --- a/package/libsatsolver.changes +++ b/package/libsatsolver.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Apr 25 19:23:51 CEST 2008 - coolo@suse.de + +- detect and skip empty lines (bnc#381828) +- fix endless loop +- move debug functions to solverdebug.c +- do not delete negative bitfield entries [bnc#381908] +- add "showinstalledrecommended" option to make the solver + put installed packages on the suggestions/recommendations + queues +- Fix content parsing if PRODUCT isn't the first entry. +- add more statistics +- add two assertions +- add support for susetags filelist +- plug mem join2 leak +- fix anchoring of filelist data +- susetags move files added to provides back into filelist +- ignore packages.FL for now + ------------------------------------------------------------------- Sun Apr 20 18:25:14 CEST 2008 - coolo@suse.de