Author: kmachalkova Date: Fri Apr 3 12:39:29 2009 New Revision: 56612 URL: http://svn.opensuse.org/viewcvs/yast?rev=56612&view=rev Log: we need #490661 (subnet definition) fixed in SP1 too Modified: branches/tmp/SLE-11-SP1-Stash/network/package/yast2-network.changes branches/tmp/SLE-11-SP1-Stash/network/src/services/proxy.ycp Modified: branches/tmp/SLE-11-SP1-Stash/network/package/yast2-network.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/SLE-11-SP1-Stash/network/package/yast2-network.changes?rev=56612&r1=56611&r2=56612&view=diff ============================================================================== --- branches/tmp/SLE-11-SP1-Stash/network/package/yast2-network.changes (original) +++ branches/tmp/SLE-11-SP1-Stash/network/package/yast2-network.changes Fri Apr 3 12:39:29 2009 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Fri Apr 3 12:36:53 CEST 2009 - kmachalkova@suse.cz + +- Allow '/' character in NO_PROXY (subnet definition - bnc#490661) + +------------------------------------------------------------------- Thu Apr 2 23:07:49 CEST 2009 - mzugec@suse.de - fixed additional addresses with bonding (bnc#420074) Modified: branches/tmp/SLE-11-SP1-Stash/network/src/services/proxy.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/SLE-11-SP1-Stash/network/src/services/proxy.ycp?rev=56612&r1=56611&r2=56612&view=diff ============================================================================== --- branches/tmp/SLE-11-SP1-Stash/network/src/services/proxy.ycp (original) +++ branches/tmp/SLE-11-SP1-Stash/network/src/services/proxy.ycp Fri Apr 3 12:39:29 2009 @@ -401,7 +401,8 @@ UI::ChangeWidget(`id(`http), `ValidChars, URL::ValidChars); UI::ChangeWidget(`id(`https), `ValidChars, URL::ValidChars); UI::ChangeWidget(`id(`ftp), `ValidChars, URL::ValidChars); - UI::ChangeWidget(`id(`no), `ValidChars, Hostname::ValidCharsDomain + " ,"); + // '/' character for subnets definition - #490661 + UI::ChangeWidget(`id(`no), `ValidChars, Hostname::ValidCharsDomain + " ,/"); UI::ChangeWidget(`id(`user), `ValidChars, ValidCharsUsername); UI::ChangeWidget(`id(`frame1), `Enabled, enabled); UI::ChangeWidget(`id(`frame2), `Enabled, enabled); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org