From: Klaus Kämpf Date: Thu, 2 Apr 2009 12:24:47 +0000 (+0200) Subject: update to 0.14.1 X-Git-Tag: BASE-SuSE-Code-12_1-Branch~296^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c9f4630be86b24171854cc9c0150fd4f65a147d2;p=platform%2Fupstream%2Flibsolv.git update to 0.14.1 --- diff --git a/VERSION.cmake b/VERSION.cmake index 64f17b3..8f796fc 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -46,6 +46,6 @@ SET(LIBSATSOLVER_MAJOR "0") SET(LIBSATSOLVER_MINOR "14") -SET(LIBSATSOLVER_PATCH "0") +SET(LIBSATSOLVER_PATCH "1") -# last released 0.14.0 +# last released 0.14.1 diff --git a/package/libsatsolver.changes b/package/libsatsolver.changes index 0c677bf..3c8dff5 100644 --- a/package/libsatsolver.changes +++ b/package/libsatsolver.changes @@ -1,4 +1,29 @@ ------------------------------------------------------------------- +Wed Apr 1 10:32:43 CEST 2009 - kkaempf@suse.de + +- 0.14.1 + Core changes + - fix potential NULL deref in srcrpm handling (mls) + - clean up and fix suggested/recommended list creation code (mls) + - kill obsolete and broken patchxml support (mls) + - replace old solver_problemruleinfo with new solver_ruleinfo + function (mls) + - add solvable_selfprovidedep() function (mls) + - add noinfarchcheck solver option (mls) + - clone job queue to make the code more flexible (mls) + - rewrite policy rule disabling/re-enabling (bnc#481836) (mls) + - fix out-of-bounds in solver_printproblem() (mls) + Bindings changes + - provide 'Repo.attr(String)' accessor function (kkaempf) + - provide 'Solver.sizechange' to compute the changes of the + installed size after a transaction is applied (kkaempf) + - solver result iterators for Python (jblunck) + - add %newobject to track newly created objects better (kkaempf) + - generate rdoc documentation from swig input files (kkaempf) + - add a no-op Pool destructor (bnc#483252) (kkaempf) + - provide access to all flags and settings (kkaempf) + +------------------------------------------------------------------- Wed Mar 4 14:39:00 CET 2009 - mls@suse.de - fix problem_to_solutions segfault