- add changes, bump version, fix comment
authorMichael Schroeder <mls@suse.de>
Wed, 16 Sep 2009 08:57:51 +0000 (10:57 +0200)
committerMichael Schroeder <mls@suse.de>
Wed, 16 Sep 2009 08:57:51 +0000 (10:57 +0200)
VERSION.cmake
examples/solv.c
package/libsatsolver.changes

index a8f3721..9d3c8cc 100644 (file)
@@ -46,6 +46,6 @@
 
 SET(LIBSATSOLVER_MAJOR "0")
 SET(LIBSATSOLVER_MINOR "14")
-SET(LIBSATSOLVER_PATCH "6")
+SET(LIBSATSOLVER_PATCH "7")
 
-# last released 0.14.6
+# last released 0.14.7
index 1646da3..186ea7f 100644 (file)
@@ -2455,7 +2455,7 @@ rerunsolver:
       if (mainmode == MODE_ERASE)
        solv->allowuninstall = 1;       /* don't nag */
 
-      // queue_push2(&job, SOLVER_DISTUPGRADE, 3);
+      // queue_push2(&job, SOLVER_DISTUPGRADE|SOLVER_SOLVABLE_REPO, 3);
       solver_solve(solv, &job);
       if (!solv->problems.count)
        break;
index d5cda26..55c7349 100644 (file)
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Wed Sep 16 10:56:44 CEST 2009 - mls@suse.de
+
+- use repomdxml to query for the location [bnc#501425]
+- fix assertion failue... again
+- fix fp leak [bnc#535468]
+- 0.14.6
+
+-------------------------------------------------------------------
 Fri Sep  4 11:40:47 CEST 2009 - mls@suse.de
 
 - fix multiversion handling for real