changes
authorJán Kupec <jkupec@suse.cz>
Thu, 3 Dec 2009 22:48:33 +0000 (23:48 +0100)
committerJán Kupec <jkupec@suse.cz>
Thu, 3 Dec 2009 22:48:33 +0000 (23:48 +0100)
doc/TODO
package/zypper.changes

index 9509166..bbaa9d3 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -16,23 +16,25 @@ NOT SCHEDULED
 General
 
 + improved install summary, extended info available via prompt options
-  + show recommended and suggested packages
   + show changelog for selected packages or the whole update
   + show graphical (schubi's widget) or ascii dependency tree of the packages
     in the summary
   + explain why a package has been selected for installation/removal
 + options to install/remove packages recommended/suggested packages
-+ more options in the media error prompt (e.g. eject CD)
 + testsuite
 + exit gracefully in first SIGINT, immediately on the second (needs proper
   implementation)
 ? xml input (feed an xml with operation specification to zypper)
 ? move -vv output to zypper.log, leave only normal and verbose output levels?
   -vv e.g. displays full urls of downloaded files
-? remake --force to do what user intuitively expects, needs to be defined, e.g.
+
+Repository management
+
++ remake --force to do what user intuitively expects, needs to be defined, e.g.
   - reinstall instead of saying "already installed"
   - downgrade/upgrade from specified repo if --repo foo --force is used
   - etc...
++ zypper.conf option to choose whether to show alias or name in various output
 
 Updating
 
@@ -42,8 +44,8 @@ Updating
 Packages
 
 + just download, don't install. Compare to YOU: do not delete after installing
-? zypper up -t package should show the difference between zypper lu -t package
-  and current summary as  "these packages have been kept back" (like apt does).
++ 'zypper up' should show the difference between 'zypper lu' and 'lu --all'
+  as  "these packages have been kept back" (like apt does).
   User can upgrade such packages with 'zypper in foo' then.
 ? list packages newly added to repos since last update (might be easy once we
   have package history)
index e450194..f3160c5 100644 (file)
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Thu Dec  3 23:47:22 CET 2009 - jkupec@suse.cz
+
+- Match repositories also by name wherever repository is expected
+  (bnc #462697).
+
+-------------------------------------------------------------------
 Thu Dec  3 12:13:19 CET 2009 - jkupec@suse.cz
 
 - Show truely all updates when --all is used (bnc #557557)