changes 1.4.0 1.4.0
authorJán Kupec <jkupec@suse.cz>
Wed, 17 Mar 2010 15:27:10 +0000 (16:27 +0100)
committerJán Kupec <jkupec@suse.cz>
Wed, 17 Mar 2010 15:27:10 +0000 (16:27 +0100)
VERSION.cmake
doc/zypper.8
package/zypper.changes

index bbfb1d5..9bf359b 100644 (file)
@@ -33,5 +33,5 @@ SET(VERSION_MAJOR "1")
 SET(VERSION_MINOR "4")
 SET(VERSION_PATCH "0")
 
-# LAST RELEASED: 1.2.21
+# LAST RELEASED: 1.4.0
 #=======
index fd319e3..d25e0a7 100644 (file)
@@ -531,7 +531,9 @@ Update installed packages with newer versions, where possible.
 
 This command will not update packages which would require change of package
 vendor unless the vendor is specified in /etc/zypp/vendors.d, or which would
-require manual resolution of problems with dependencies.
+require manual resolution of problems with dependencies. Such non-installable
+updates will then be listed in separate section of the summary as
+"The following package updates will NOT be installed:".
 
 To update individual packages, specify one or more package names. You can
 use the '*' and '?' wildcard characters in the package names to specify
index d371037..a049a2e 100644 (file)
@@ -1,4 +1,13 @@
 -------------------------------------------------------------------
+Wed Mar 17 16:20:25 CET 2010 - jkupec@suse.cz
+
+- Reporting why specified selectable can't be updated
+  in 'zypper in packages' or 'zypper up packages' (bnc #522223)
+  In case of 'zypper up' the summary also shows a list of packages
+  that have update candidates, but will not get upgraded.
+- 1.4.0
+
+-------------------------------------------------------------------
 Wed Mar  3 16:50:07 CET 2010 - jkupec@suse.cz
 
 - Ignoring trailing slash when matching repos by URL (bnc #585082)