[yast-commit] r57286 - in /branches/tmp/SLE-11-SP1-Stash/slp-server: VERSION package/yast2-slp-server.changes src/dialogs.ycp

Author: mzugec Date: Thu May 21 10:55:20 2009 New Revision: 57286 URL: http://svn.opensuse.org/viewcvs/yast?rev=57286&view=rev Log: accept both IP and hostname in configuration (bnc#501941) Modified: branches/tmp/SLE-11-SP1-Stash/slp-server/VERSION branches/tmp/SLE-11-SP1-Stash/slp-server/package/yast2-slp-server.changes branches/tmp/SLE-11-SP1-Stash/slp-server/src/dialogs.ycp Modified: branches/tmp/SLE-11-SP1-Stash/slp-server/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/SLE-11-SP1-Stash/slp-serve... ============================================================================== --- branches/tmp/SLE-11-SP1-Stash/slp-server/VERSION (original) +++ branches/tmp/SLE-11-SP1-Stash/slp-server/VERSION Thu May 21 10:55:20 2009 @@ -1 +1 @@ -2.17.2 +2.17.3 Modified: branches/tmp/SLE-11-SP1-Stash/slp-server/package/yast2-slp-server.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/SLE-11-SP1-Stash/slp-serve... ============================================================================== --- branches/tmp/SLE-11-SP1-Stash/slp-server/package/yast2-slp-server.changes (original) +++ branches/tmp/SLE-11-SP1-Stash/slp-server/package/yast2-slp-server.changes Thu May 21 10:55:20 2009 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu May 21 10:52:10 CEST 2009 - mzugec@suse.cz + +- accept both IP and hostname in configuration (bnc#501941) +- 2.17.3 + +------------------------------------------------------------------- Mon Dec 15 16:28:52 CET 2008 - mzugec@suse.cz - allow more than one DA IP address(bnc#430336) Modified: branches/tmp/SLE-11-SP1-Stash/slp-server/src/dialogs.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/SLE-11-SP1-Stash/slp-serve... ============================================================================== --- branches/tmp/SLE-11-SP1-Stash/slp-server/src/dialogs.ycp (original) +++ branches/tmp/SLE-11-SP1-Stash/slp-server/src/dialogs.ycp Thu May 21 10:55:20 2009 @@ -580,9 +580,11 @@ { boolean ip_valid = true; if ((string)UI::QueryWidget(`id(`ip), `Value) == "") ip_valid = false; +/* foreach(string ip, splitstring((string)UI::QueryWidget(`id(`ip), `Value), ","), { if(!IP::Check(String::CutBlanks(ip))) ip_valid = false; }); +*/ if (!ip_valid){ Popup::Error (_("Scope and IP address must be inserted.")); return false; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
mzugec@svn.opensuse.org