version&changes
authorJan Kupec <jkupec@suse.cz>
Mon, 3 Dec 2007 17:26:08 +0000 (17:26 +0000)
committerJan Kupec <jkupec@suse.cz>
Mon, 3 Dec 2007 17:26:08 +0000 (17:26 +0000)
VERSION.cmake
doc/zypper.8
package/zypper.changes

index 4713a71..ce727f5 100644 (file)
@@ -20,4 +20,4 @@
 
 SET(VERSION_MAJOR "0")
 SET(VERSION_MINOR "9")
-SET(VERSION_PATCH "2")
+SET(VERSION_PATCH "3")
index f623da4..16b8a9b 100644 (file)
@@ -1,4 +1,4 @@
-.TH "zypper" "8" "0.9.2" "zypper" "System Tools"
+.TH "zypper" "8" "0.9.3" "zypper" "System Tools"
 .SH "SYNTAX"
 .LP
 zypper [\fI\-\-global\-options\fR] <\fBcommand\fR> [\fI\-\-command\-options\fR] [\fBcommand-arguments\fR]
index cc0cdb8..a8600e1 100644 (file)
@@ -1,4 +1,16 @@
 -------------------------------------------------------------------
+Mon Dec  3 18:19:21 CET 2007 - jkupec@suse.cz
+
+- new defaults for the force-resolution solver mode:
+  'on' by default in the interactive mode,
+  'off' by default in the non-interactive.
+  'on' is the default for rug-compatible mode (even non-interact.).
+  And finally, if the --force-resolve <on|off> is specified, it
+  takes preference.
+- r8011
+- 0.9.3
+
+-------------------------------------------------------------------
 Fri Nov 30 16:29:00 CET 2007 - jkupec@suse.cz
 
 - avoiding unwanted translation of zypper keywords (#343335)