changes 6.17.1 6.17.1
authorMichael Andres <ma@suse.de>
Tue, 22 Sep 2009 18:35:36 +0000 (20:35 +0200)
committerMichael Andres <ma@suse.de>
Tue, 22 Sep 2009 18:35:36 +0000 (20:35 +0200)
VERSION.cmake
package/libzypp.changes

index 1e39ca5..685624a 100644 (file)
@@ -61,8 +61,8 @@
 SET(LIBZYPP_MAJOR "6")
 SET(LIBZYPP_COMPATMINOR "17")
 SET(LIBZYPP_MINOR "17")
-SET(LIBZYPP_PATCH "0")
+SET(LIBZYPP_PATCH "1")
 #
-# LAST RELEASED: 6.17.0 (17)
+# LAST RELEASED: 6.17.1 (17)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #=======
index f1cec25..d9032ce 100644 (file)
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Tue Sep 22 20:32:38 CEST 2009 - ma@suse.de
+
+- Add Selectable::updateCandidateObj returning the candidate for 
+  update, if there is one. The updateCandidate must not violate 
+  any active solver policy.
+- version 6.17.1 (17)
+
+-------------------------------------------------------------------
 Fri Sep 18 17:20:37 CEST 2009 - ma@suse.de
 
 - Make sure rpmReadConfigFiles was called before using librpm (bnc #539603).