From def44349093a20a57f8a35c3515c8f4865906cb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Brunner?= Date: Thu, 22 Mar 2018 18:46:01 +0100 Subject: [PATCH] Windows Installer: Updates for Lithium Luna i.e. 0.12.0.0 --- installers/windows/Monero.iss | 53 +++++++++++++++------------- installers/windows/README.md | 8 ++--- installers/windows/ReadMe.htm | 12 +++---- installers/windows/WelcomeImage.bmp | Bin 450054 -> 450054 bytes 4 files changed, 38 insertions(+), 35 deletions(-) diff --git a/installers/windows/Monero.iss b/installers/windows/Monero.iss index 02dd17bd..f3bdd146 100644 --- a/installers/windows/Monero.iss +++ b/installers/windows/Monero.iss @@ -1,4 +1,4 @@ -; Monero Helium Hydra GUI Wallet Installer for Windows +; Monero Lithium Luna GUI Wallet Installer for Windows ; Copyright (c) 2014-2018, The Monero Project ; See LICENSE @@ -8,7 +8,7 @@ AppName=Monero GUI Wallet ; Thus it's important to keep this stable over releases ; With a different "AppName" InnoSetup would treat a mere update as a completely new application and thus mess up -AppVersion=0.11.1.0 +AppVersion=0.12.0.0 DefaultDirName={pf}\Monero GUI Wallet DefaultGroupName=Monero GUI Wallet UninstallDisplayIcon={app}\monero-wallet-gui.exe @@ -39,7 +39,7 @@ Name: "en"; MessagesFile: "compiler:Default.isl" ; .exe/.dll file possibly with version info). ; ; This is far more robust than relying on version info or on file dates (flag "comparetimestamp"). -; As of version 0.11.1.0, the Monero .exe files do not carry version info anyway in their .exe headers. +; As of version 0.12.0.0, the Monero .exe files do not carry version info anyway in their .exe headers. ; The only small drawback seems to be somewhat longer update times because each and every file is ; copied again, even if already present with correct file date and identical content. ; @@ -74,23 +74,16 @@ Source: "monero-daemon.bat"; DestDir: "{app}"; Flags: ignoreversion; Source: "bin\monero-blockchain-export.exe"; DestDir: "{app}"; Flags: ignoreversion Source: "bin\monero-blockchain-import.exe"; DestDir: "{app}"; Flags: ignoreversion -; was present in 0.10.3.1, not present anymore in 0.11.1.0 +; was present in 0.10.3.1, not present anymore in 0.11.1.0 and after ; Source: "bin\monero-utils-deserialize.exe"; DestDir: "{app}"; Flags: ignoreversion ; Various .qm files for translating the wallet UI "on the fly" into all supported languages Source: "bin\translations\*"; DestDir: "{app}\translations"; Flags: recursesubdirs ignoreversion ; Core Qt runtime -Source: "bin\Qt5Core.dll"; DestDir: "{app}"; Flags: ignoreversion -Source: "bin\Qt5Gui.dll"; DestDir: "{app}"; Flags: ignoreversion -Source: "bin\Qt5Multimedia.dll"; DestDir: "{app}"; Flags: ignoreversion -Source: "bin\Qt5MultimediaQuick_p.dll"; DestDir: "{app}"; Flags: ignoreversion -Source: "bin\Qt5Network.dll"; DestDir: "{app}"; Flags: ignoreversion -Source: "bin\Qt5Qml.dll"; DestDir: "{app}"; Flags: ignoreversion -Source: "bin\Qt5Quick.dll"; DestDir: "{app}"; Flags: ignoreversion -Source: "bin\Qt5Svg.dll"; DestDir: "{app}"; Flags: ignoreversion -Source: "bin\Qt5Widgets.dll"; DestDir: "{app}"; Flags: ignoreversion -Source: "bin\Qt5XmlPatterns.dll"; DestDir: "{app}"; Flags: ignoreversion +; Use wildcards to deal with differences in those files between Qt version, like +; "Qt5MultimediaQuick_p.dll" versus "Qt5MultimediaQuick.dll" and "Qt5RemoteObjects.dll" as new file +Source: "bin\Qt5*.dll"; DestDir: "{app}"; Flags: ignoreversion ; Qt QML elements like the local files selector "FolderListModel" and "Settings" Source: "bin\Qt\*"; DestDir: "{app}\Qt"; Flags: recursesubdirs ignoreversion @@ -101,8 +94,10 @@ Source: "bin\audio\*"; DestDir: "{app}\audio"; Flags: recursesubdirs ignoreversi ; Qt bearer / network connection management Source: "bin\bearer\*"; DestDir: "{app}\bearer"; Flags: recursesubdirs ignoreversion -; Qt Windows platform plugin -Source: "bin\platforms\qwindows.dll"; DestDir: "{app}\platforms"; Flags: ignoreversion +; Qt Windows platform plugins +Source: "bin\platforms\*"; DestDir: "{app}\platforms"; Flags: recursesubdirs ignoreversion +Source: "bin\platforminputcontexts\*"; DestDir: "{app}\platforminputcontexts"; Flags: recursesubdirs ignoreversion +Source: "bin\styles\*"; DestDir: "{app}\styles"; Flags: recursesubdirs ignoreversion ; Qt support for SVG icons Source: "bin\iconengines\*"; DestDir: "{app}\iconengines"; Flags: recursesubdirs ignoreversion @@ -121,9 +116,7 @@ Source: "bin\playlistformats\*"; DestDir: "{app}\playlistformats"; Flags: recurs ; Qt graphical effects as part of the core runtime, effects like blurring and blending Source: "bin\QtGraphicalEffects\*"; DestDir: "{app}\QtGraphicalEffects"; Flags: recursesubdirs ignoreversion -; Some more Qt graphical effects -; "private" as a name for this directory looks a little strange. Historical reasons? -Source: "bin\private\*"; DestDir: "{app}\private"; Flags: recursesubdirs ignoreversion +; No more Qt "private" directory in 0.12.0.0 ; Qt QML files Source: "bin\QtQml\*"; DestDir: "{app}\QtQml"; Flags: recursesubdirs ignoreversion @@ -172,16 +165,20 @@ Source: "bin\libharfbuzz-0.dll"; DestDir: "{app}"; Flags: ignoreversion ; LibIconv, conversions between character encodings Source: "bin\libiconv-2.dll"; DestDir: "{app}"; Flags: ignoreversion -; Part of cygwin? Needed by Qt somehow? -Source: "bin\libicudt57.dll"; DestDir: "{app}"; Flags: ignoreversion -Source: "bin\libicuin57.dll"; DestDir: "{app}"; Flags: ignoreversion -Source: "bin\libicuuc57.dll"; DestDir: "{app}"; Flags: ignoreversion +; ICU, International Components for Unicode +; After changes for supporting UTF-8 path and file names by using Boost Locale, all those 5 +; ICU libraries are needed in 0.12.0.0 +Source: "bin\libicudt58.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "bin\libicuin58.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "bin\libicuio58.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "bin\libicutu58.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "bin\libicuuc58.dll"; DestDir: "{app}"; Flags: ignoreversion ; Library for native language support, part of GNU gettext Source: "bin\libintl-8.dll"; DestDir: "{app}"; Flags: ignoreversion ; JasPer, support for JPEG-2000 -; was present in 0.10.3.1, not present anymore in 0.11.1.0 +; was present in 0.10.3.1, not present anymore in 0.11.1.0 and after ; Source: "bin\libjasper-1.dll"; DestDir: "{app}"; Flags: ignoreversion ; libjpeg, C library for reading and writing JPEG image files @@ -197,8 +194,10 @@ Source: "bin\liblzma-5.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "bin\libmng-2.dll"; DestDir: "{app}"; Flags: ignoreversion ; PCRE, Perl Compatible Regular Expressions +; "libpcre2-16-0.dll" is new for 0.12.0.0; unclear whether "libpcre16-0.dll" is still needed Source: "bin\libpcre-1.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "bin\libpcre16-0.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "bin\libpcre2-16-0.dll"; DestDir: "{app}"; Flags: ignoreversion ; libpng, the official PNG reference library Source: "bin\libpng16-16.dll"; DestDir: "{app}"; Flags: ignoreversion @@ -215,6 +214,10 @@ Source: "bin\libwinpthread-1.dll"; DestDir: "{app}"; Flags: ignoreversion ; zlib compression library Source: "bin\zlib1.dll"; DestDir: "{app}"; Flags: ignoreversion +; Stack protection +; New for 0.12.0.0 +Source: "bin\libssp-0.dll"; DestDir: "{app}"; Flags: ignoreversion + [Tasks] Name: desktopicon; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; @@ -249,7 +252,7 @@ begin // Additional wizard page for entering a special blockchain location blockChainDefaultDir := ExpandConstant('{commonappdata}\bitmonero'); s := 'The default folder to store the Monero blockchain is ' + blockChainDefaultDir; - s := s + '. As this will need more than 30 GB of free space, you may want to use a folder on a different drive.'; + s := s + '. As this will need more than 50 GB of free space, you may want to use a folder on a different drive.'; s := s + ' If yes, specify that folder here.'; BlockChainDirPage := CreateInputDirPage(wpSelectDir, diff --git a/installers/windows/README.md b/installers/windows/README.md index b4642d9e..a1c9f574 100644 --- a/installers/windows/README.md +++ b/installers/windows/README.md @@ -6,7 +6,7 @@ Copyright (c) 2014-2018, The Monero Project This is a *Inno Setup* script `Monero.iss` plus some related files that allows you to build a standalone Windows installer (.exe) for -the GUI wallet that comes with the Helium Hydra release of Monero. +the GUI wallet that comes with the Lithium Luna release of Monero. This turns the GUI wallet into a more or less standard Windows program, by default installed into a subdirectory of `C:\Program Files`, a @@ -18,7 +18,7 @@ Monero. As the setup script in file [Monero.iss](Monero.iss) has to list every single file of the GUI wallet package to install by name, this version of the script only works with exactly the GUI wallet -for Monero release *Helium Hydra* that you find on +for Monero release *Lithium Luna* that you find on [the official download page](https://getmonero.org/downloads/). But of course it will be easy to modify the script for future @@ -32,13 +32,13 @@ See [LICENSE](LICENSE). You can only build on Windows, and the result is always a Windows .exe file that can act as a standalone installer for the -Helium Hydra GUI wallet. +Lithium Luna GUI wallet. The build steps in detail: 1. Install *Inno Setup*. You can get it from [here](http://www.jrsoftware.org/isdl.php) 2. Get the Inno Setup script plus related files by cloning the whole [monero-core GitHub repository](https://github.com/monero-project/monero-core); you will only need the files in the installer directory `installers\windows` however -3. The setup script is written to take the GUI wallet files from a subdirectory named `bin`; so create `installers\windows\bin`, get the zip file of the GUI wallet from [here](https://getmonero.org/downloads/), unpack it somewhere, and copy all the files and subdirectories in the `monero-gui-0.11.1.0` directory to this `bin` subdirectory +3. The setup script is written to take the GUI wallet files from a subdirectory named `bin`; so create `installers\windows\bin`, get the zip file of the GUI wallet from [here](https://getmonero.org/downloads/), unpack it somewhere, and copy all the files and subdirectories in the `monero-gui-0.12.0.0` directory to this `bin` subdirectory 4. Start Inno Setup, load `Monero.iss` and compile it 5. The result i.e. the finished installer will be the file `mysetup.exe` in the `installers\windows\Output` subdirectory diff --git a/installers/windows/ReadMe.htm b/installers/windows/ReadMe.htm index c1dfa010..8332bedc 100644 --- a/installers/windows/ReadMe.htm +++ b/installers/windows/ReadMe.htm @@ -1,13 +1,13 @@ -Monero Helium Hydra GUI Wallet +Monero Lithium Luna GUI Wallet -

Monero Helium Hydra GUI Wallet

+

Monero Lithium Luna GUI Wallet

Copyright (c) 2014-2018, The Monero Project
- Date: September 19, 2017

+ Date: March 18, 2018

Preface

@@ -23,7 +23,7 @@

Content of the Package

-

You just installed the Monero GUI wallet for Windows, release Helium Hydra, more exact version 0.11.1.0. +

You just installed the Monero GUI wallet for Windows, release Lithium Luna, more exact version 0.12.0.0. The wallet enables you to send and receive Moneroj in a secure and very private way.

@@ -61,9 +61,9 @@ provides the most security and privacy possible for you.

However if your Internet access makes it difficult to run a full node, or if you have simply no room to store - the blockchain locally (over 30 GB in fall 2017, and of course growing), you can compromise and try to connect + the blockchain locally (around 50 GB in spring 2018, and of course growing), you can compromise and try to connect to a remote node. One way of finding such a node is checking - this page. + this page.

Initial Blockchain Download

diff --git a/installers/windows/WelcomeImage.bmp b/installers/windows/WelcomeImage.bmp index c4493b7054e029f0624c8d0e05950db78b16f78c..b85e21ef703adae03491a536e966d4e799270b15 100644 GIT binary patch delta 3888 zcmb_fe`u6t9PfSJx_Ir?+YXKnj;6=X7K5XMnJ`edrnTjd`3j0Kik#I%aXGPO8s>$i zTejSr%&+~JP91#vd=FAKMAnY5}>7Sd7FJhRcXxNw%WFk}Z8^LnnWYcXoEt}DPVW{=fu*MTSr-R$EYZNE2HjQA|B)uw{6PJqS%d5ic>+9<~ zeE9J4<;$Ol``{;CsS;B;Ngzo=F^H~lnQ-moZ52PJM4CZ)hcuHeZU#lgOR;+P8{tce zi)~SFjVO@pQ2k!O>{+N~P-F?}ZP!B0P32v}Z(CiABA~e2c|yx@+_pG21^{U|tBQ}h zXz(3iC@e$qCUTRju>Q1t7y}HO^!*m$vn{vs_u2*ian5Pj!NrmyI~nxuCNx&dP1MG+ z{V7~c?A1cFs~KpX{#kfc%oTs&MBN?yLt>tMNjl?j{nWJ&SdMg}(1FTu&U`D{Q^xG) zK&0<%Dn6cAoWPx{T$Jw?udweq(kdq>M3HU6MJ=5$aJ@=|hqCT-D)x$h#_%Yk1@>&R z4xn6jZ_~Wo@30+WstcH`T+07W6f1u+LORJ4#>?CqG{0PndgF4JHI_xSd$8&m5Lvbr zbh;0S)nkBovkZIdcMG`oj)?=Tgb9r#TM=`OeO%w8p+tN<=2_rYskrwA@|P^?%0=)i_m68+*W6GI%aBtTN?p}yN5R{?63wqVt+63JcDxSckw!9P@foX*9 ziW`9e=cOJokPMTXn)sfO7u&tlA{ihz4Xnf#o+^4~W+wIT!VQ8U>81Vwff3}1BMrz# zS@d$wVmEQH9AxxB$W~svSn1hO~(PFLVX0 zBG{-mJc){#n5)uKz8Ac48Imxeb5c2qo!xc<%^_KVzVUez#SKJgRNSCtLMqcMN|<^k zlSLkN7a<8MMFs~QRAqgp2pq7Wv@L^Hy^cLr1hT4T4_04UXpFE0{a40O zNJZzPc}F3fLzTkRftPA6+?o^Wl8#_g%EMoa(DD#cCN*vX1cfIwk`|NBZV&;eQWx6_ zD$$ZmV0w6@W;vH`#cQ`1CbtV!0EX%B0?nthp43)?lEj3&DW?~uC>gpR!K%grDGFP7 zBsMoqyeTq&l|p${vOqeK`UmafPpwnVE5 zi^Yo|8plVm5o-)do&kEo)z9`^uGCMVma<1GvolFGQ#{fw@3XQ~~1V+EWu>H5&5 zG(ZZ7z=!Oa=>6e$IYj9rWZxkBIenFF)v{X^0A`E43G!?!6oa3m^z7}6kS`dwkV!*t zg|LL)VO)-av2?^90QdDrT3{{l?)kp%z% delta 4637 zcmbVPYiv}<6=vqvw_0?Yg_Sm4b(O8RtZH?oEmn+Np`tptt!zPoi=ah9G&nzEpiLU1 zDnW9a2$TY~c-Wi7K5l{3gerza2Cs{AV<7P+PDo-xaf@V76*rEk$|EE;N~5+)`uNVw zeJwHAttGGSYtDSM6QQM(8&^B2}>a%cy5aShVE<5ii&; zmr>WKc(`D1D5E(K;&IQItSs1v%4q8)EZOp=%ogk;_~;_;b~lKMf_)5Ml88`Uqev9& zlV#NV0q*|3S5y`3je?r?$edd2)NGd*1kL%9u~0ueVH$C|ydAIcO@b;fh%C)-ku`jk zqskX$DsRX522a#Y(tp^t1Y6i`BAK_-bjRn7TK;SiuTIk99Ws}i{99&u~)OPrFr{TY`%gfJ_5p@ zUW4U1A4!V_>#^JV-GHZEF{yY%#>n0-QbfZ7o|^Q~I`CcmmrQhg8*7_Cktr&FLLT)Q z%apE3`hKLTp&xsU^NLnsq^5NyPVaL3zW%(-Sg?SK1PWIkW8y9d z{fbTytd+OOXx?t)oifCFaGu>S#{)DeWrk`F$nS>GC>8JT0>T-JZ1R`Vq<^-HIBT)% z8EF}F=gy^VXGD^|`83EX9*}X$`Ouy`0Mj98E+?IDiIjuYuLk&%)NlxFB@TrInbdi8 z=Lhh4T_e=+$oGXxjN7I|RImE*Q;F~(V>z1|get&cr^k+P_HN_7!4S)OU`V8SQN+3Ts5})QO>lvV(C|^Y zlm`ES4@Y()9ty6Ca;^`NpDxOl;x2-iUcY{Q)22=sr=Aw63(NV!ad|Zi^xPqds<9{_wBtp&d!q!MHf**v&P28{-gfZtXV^g8&S?0dLWawW8kaz_Y&r#)HI4XZ9%?jxa^hc7R)Z% z!ExR{PLH-DhDekOezuxHB+O${kRhxa(tY-F3EwL(8suzuAWi=-?$9ms%#JSL0+f; zHChiI=D0srg5*(fslp6@gTCQn-Ebd7s!XA)U?5X%F72GY!UfPns@QaW-gvd71qZ=b zy?-I+O0O_X>KzghW8S=Z^vWJI*HF<#rwr2@*SqsP%oR(G%J04m-TIwbJ!avI{1JUw zWrY$6rk^zRUiF)^+Z{2lBpvuW805NAnniUJq3H(1`w69>pIHv*Jbs!$Ju)&vK{#6$x@2ZOacd|;?|BXRk0V1^Pc!c?Q{y1^rvnhzCTwM!eJsqX_2m+Bm~9fSap z6G=sc>)m$Pt-=lIo6 z(8F6=THvPcN4UT(4{OCf3^c0RjX#DF5-w|Ce40VIcTX}2j;KY=AIoIa-v!H=w-S#d z?QKTHMBl@kj$N>YCAGfqiZ4Acnpy|z_aVj;wP53@!LzwyT-8@h-i8t5))7^Q5SGPf z4gqibl{BLfmaGX6XEK~_^BJVx;h>U==Ve9z1I7zM)GOLA8o|LUh3Tv(XF$75pYjnD3rf4j5&yn+AE;lIpjKW}cH{a+vdYd8P^