OSDN Git Service

Updated Web-Updater and Elevator binary. NSIS updated again.
authorlordmulder <mulder2@gmx.de>
Thu, 29 Sep 2011 18:59:54 +0000 (20:59 +0200)
committerlordmulder <mulder2@gmx.de>
Thu, 29 Sep 2011 18:59:54 +0000 (20:59 +0200)
res/tools/elevator.exe
res/tools/wupdate.exe
src/Config.h
src/Dialog_MainWindow.cpp
src/Thread_Initialization.cpp

index ea3ba85..27a3448 100644 (file)
Binary files a/res/tools/elevator.exe and b/res/tools/elevator.exe differ
index 884241a..3add977 100644 (file)
Binary files a/res/tools/wupdate.exe and b/res/tools/wupdate.exe differ
index 20ddc47..f0b44cc 100644 (file)
@@ -29,8 +29,8 @@
 #define VER_LAMEXP_MINOR_HI                                    0
 #define VER_LAMEXP_MINOR_LO                                    3
 #define VER_LAMEXP_TYPE                                                Beta
-#define VER_LAMEXP_PATCH                                       2
-#define VER_LAMEXP_BUILD                                       705
+#define VER_LAMEXP_PATCH                                       3
+#define VER_LAMEXP_BUILD                                       706
 
 ///////////////////////////////////////////////////////////////////////////////
 // Tools versions
index 80a7ce3..f028cd3 100644 (file)
@@ -1106,7 +1106,7 @@ void MainWindow::showAnnounceBox(void)
        connect(announceTimer, SIGNAL(timeout()), button2, SLOT(hide()));
        
        announceTimer->start();
-       announceBox->exec();
+       while(announceTimer->isActive()) announceBox->exec();
        announceTimer->stop();
 
        LAMEXP_DELETE(announceTimer);
index f6cac28..e06f112 100644 (file)
@@ -67,7 +67,7 @@ g_lamexp_tools[] =
        {"29da0d3e810bc3e8d2cddb3db452325eefca0d0c1fff1379fa17806ad447752be1b88e2f", CPU_TYPE_X64_GEN, "aften.x64.exe",  8},
        {"1cca303fabd889a18fc01c32a7fd861194cfcac60ba63740ea2d7c55d049dbf8f59259fa", CPU_TYPE_ALL_ALL, "alac.exe", 20},
        {"6d22d4bbd7ce2162e38f70ac9187bc84eb28233b36ee6c0492d0a6195318782d7f05c444", CPU_TYPE_ALL_ALL, "avs2wav.exe", 13},
-       {"c6f23fb7ba18a7972802e013b66ec6ce52088bf4fe783774eb1d33dd3401fa8aad76cc8b", CPU_TYPE_ALL_ALL, "elevator.exe", UINT_MAX},
+       {"9b9cd7b7ee180ed9eec1ff61584b4c6a941e72e928140e1cada124bd5974b2a38bfe469e", CPU_TYPE_ALL_ALL, "elevator.exe", UINT_MAX},
        {"9ae98a3fc779f69ee876a3b477fbc35a709ba5066823b2eb62eeb015057c38807e4be51f", CPU_TYPE_ALL_ALL, "faad.exe", 27},
        {"446054f9a7f705f1aadc9053ca7b8a86a775499ef159978954ebdea92de056c34f8841f7", CPU_TYPE_ALL_ALL, "flac.exe", 121},
        {"dd68d074c5e13a607580f3a24595c0f3882e37211d2ca628f46e6df20fabcc832dad488a", CPU_TYPE_ALL_ALL, "gpgv.exe", 1411},
@@ -90,7 +90,7 @@ g_lamexp_tools[] =
        {"875871c942846f6ad163f9e4949bba2f4331bec678ca5aefe58c961b6825bd0d419a078b", CPU_TYPE_ALL_ALL, "valdec.exe", 31},
        {"e657331e281840878a37eb4fb357cb79f33d528ddbd5f9b2e2f7d2194bed4720e1af8eaf", CPU_TYPE_ALL_ALL, "wget.exe", 1114},
        {"437d3817072d0b9c0bf5a1cf2daf0d7bc22106571f53cf6b6fe10942cdfdc50829847d8f", CPU_TYPE_ALL_ALL, "wma2wav.exe", 20110816},
-       {"6b24fce468867eac61dc88e10ce1b962c6f7611268e66d9948bc790b161e8ee67178dd40", CPU_TYPE_ALL_ALL, "wupdate.exe", 20110924},
+       {"e3b14951b7121f12fa656c70488db6df5d07862effa243a3f3f93398ae9265bc684b74c2", CPU_TYPE_ALL_ALL, "wupdate.exe", 20110929},
        {"6b053b37d47a9c8659ebf2de43ad19dcba17b9cd868b26974b9cc8c27b6167e8bf07a5a2", CPU_TYPE_ALL_ALL, "wvunpack.exe", 4601},
        {NULL, NULL, NULL, NULL}
 };