Revision: 5779
Author: pebender
Date: Wed Nov  4 16:27:29 2009
Log: - Fixed bug that would cause unneeded shutdown delay when not in main  
menu
   <http://www.minimyth.org/forum/viewtopic.php?f=1&t=2480>.


http://code.google.com/p/minimyth/source/detail?r=5779

Modified:
  /trunk/gar-minimyth/html/minimyth/document-changelog.txt
  /trunk/gar-minimyth/script/perl/perl-MiniMyth/checksums
  /trunk/gar-minimyth/script/perl/perl-MiniMyth/files/MiniMyth.pm

=======================================
--- /trunk/gar-minimyth/html/minimyth/document-changelog.txt    Tue Nov  3  
21:48:14 2009
+++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt    Wed Nov  4  
16:27:29 2009
@@ -5,7 +5,7 @@
  MiniMyth release. For earlier changes see the yearly changelog files.

   
--------------------------------------------------------------------------------
-Changes since 71 (2009-11-03):
+Changes since 71 (2009-11-04):

  Current MythTV versions
      MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch  
svn 16082 and
@@ -24,5 +24,9 @@
  Modified kernel
      - Added hid-samsung.ko kernel module.

+Fixed bugs
+    - Fixed bug that would cause unneeded shutdown delay when not in main  
menu
+      <http://www.minimyth.org/forum/viewtopic.php?f=1&t=2480>.
+
  Updated packages
      Updated system/zoneinfo.
=======================================
--- /trunk/gar-minimyth/script/perl/perl-MiniMyth/checksums     Sun Oct 11  
12:03:52 2009
+++ /trunk/gar-minimyth/script/perl/perl-MiniMyth/checksums     Wed Nov  4  
16:27:29 2009
@@ -1,1 +1,1 @@
-e0726d061327c4087c4f88025b8e49c6  download/MiniMyth.pm
+81638e8ecfa5bce584744a7b4feb54a9  download/MiniMyth.pm
=======================================
--- /trunk/gar-minimyth/script/perl/perl-MiniMyth/files/MiniMyth.pm     Sun Oct 
 
11 12:03:52 2009
+++ /trunk/gar-minimyth/script/perl/perl-MiniMyth/files/MiniMyth.pm     Wed  
Nov  4 16:27:29 2009
@@ -1068,7 +1068,7 @@
                                   'Host'    => 'localhost',
                                   'Port'    => $port,
                                   'Prompt'  => $prompt);
-    if (($telnet) && ($telnet->open()))
+    if ($telnet)
      {
          $telnet->waitfor($prompt);
          @lines = $telnet->cmd($command);

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to