]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
- 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 a8f3721034502493b0f0a586b13872099b60e19a..9d3c8cca1e232f862c80362c813e1174484988b4 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 1646da3dc18d70f11a9fd3290b51aef7ad814869..186ea7f89527efd371f28d57211279008873ca13 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 d5cda26b8ed99f35eee787c816e42ace5f75b5b5..55c734948cd0ce75e582cec0769a59988a2fd5ae 100644 (file)
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+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