Mailinglist Archive: yast-commit (553 mails)
| < Previous | Next > |
[yast-commit] r59979 - in /trunk/bootloader: package/yast2-bootloader.changes src/routines/section_widgets.ycp
- From: juhliarik@xxxxxxxxxxxxxxxx
- Date: Mon, 07 Dec 2009 13:28:00 -0000
- Message-id: <E1NHddA-00030e-3S@xxxxxxxxxxxxxxxx>
Author: juhliarik
Date: Mon Dec 7 14:27:59 2009
New Revision: 59979
URL: http://svn.opensuse.org/viewcvs/yast?rev=59979&view=rev
Log:
added fix for checking chars in name of section
Modified:
trunk/bootloader/package/yast2-bootloader.changes
trunk/bootloader/src/routines/section_widgets.ycp
Modified: trunk/bootloader/package/yast2-bootloader.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/bootloader/package/yast2-bootloader.changes?rev=59979&r1=59978&r2=59979&view=diff
==============================================================================
--- trunk/bootloader/package/yast2-bootloader.changes (original)
+++ trunk/bootloader/package/yast2-bootloader.changes Mon Dec 7 14:27:59 2009
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Mon Dec 7 14:26:19 CET 2009 - juhliarik@xxxxxxx
+
+- added fix for problem with characters in name (bnc#558542)
+
+-------------------------------------------------------------------
Fri Dec 4 16:14:07 CET 2009 - juhliarik@xxxxxxx
- added fix for section name mismatch in lilo.conf for PPC
Modified: trunk/bootloader/src/routines/section_widgets.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/bootloader/src/routines/section_widgets.ycp?rev=59979&r1=59978&r2=59979&view=diff
==============================================================================
--- trunk/bootloader/src/routines/section_widgets.ycp (original)
+++ trunk/bootloader/src/routines/section_widgets.ycp Mon Dec 7 14:27:59 2009
@@ -356,7 +356,7 @@
if ((Mode::normal()) && (bl == "grub"))
{
string filtered_new =
- filterchars (new,
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890 _.-()");
+ filterchars (new,
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890 /\\_.-()");
if (filtered_new != new)
{
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Mon Dec 7 14:27:59 2009
New Revision: 59979
URL: http://svn.opensuse.org/viewcvs/yast?rev=59979&view=rev
Log:
added fix for checking chars in name of section
Modified:
trunk/bootloader/package/yast2-bootloader.changes
trunk/bootloader/src/routines/section_widgets.ycp
Modified: trunk/bootloader/package/yast2-bootloader.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/bootloader/package/yast2-bootloader.changes?rev=59979&r1=59978&r2=59979&view=diff
==============================================================================
--- trunk/bootloader/package/yast2-bootloader.changes (original)
+++ trunk/bootloader/package/yast2-bootloader.changes Mon Dec 7 14:27:59 2009
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Mon Dec 7 14:26:19 CET 2009 - juhliarik@xxxxxxx
+
+- added fix for problem with characters in name (bnc#558542)
+
+-------------------------------------------------------------------
Fri Dec 4 16:14:07 CET 2009 - juhliarik@xxxxxxx
- added fix for section name mismatch in lilo.conf for PPC
Modified: trunk/bootloader/src/routines/section_widgets.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/bootloader/src/routines/section_widgets.ycp?rev=59979&r1=59978&r2=59979&view=diff
==============================================================================
--- trunk/bootloader/src/routines/section_widgets.ycp (original)
+++ trunk/bootloader/src/routines/section_widgets.ycp Mon Dec 7 14:27:59 2009
@@ -356,7 +356,7 @@
if ((Mode::normal()) && (bl == "grub"))
{
string filtered_new =
- filterchars (new,
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890 _.-()");
+ filterchars (new,
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890 /\\_.-()");
if (filtered_new != new)
{
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |