From fbb73ab679d399bd4f2b5943b0c6f3bf7ab2fe84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 10 Jun 2017 14:18:35 +0200 Subject: New upstream version 3.0.5 --- doc/UserGuide | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/UserGuide') diff --git a/doc/UserGuide b/doc/UserGuide index eb86edc..ef89695 100644 --- a/doc/UserGuide +++ b/doc/UserGuide @@ -1,6 +1,6 @@ IPMIUTIL USER GUIDE - VERSION 3.0.4 + VERSION 3.0.5 An easy-to-use IPMI server management utility -- cgit v1.2.3 From dcc89cc2006fea0ca21fbe267930a0ac3c850b52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 13 Aug 2017 17:06:45 +0200 Subject: New upstream version 3.0.6 --- doc/UserGuide | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/UserGuide') diff --git a/doc/UserGuide b/doc/UserGuide index ef89695..fb4ce49 100644 --- a/doc/UserGuide +++ b/doc/UserGuide @@ -1,6 +1,6 @@ IPMIUTIL USER GUIDE - VERSION 3.0.5 + VERSION 3.0.6 An easy-to-use IPMI server management utility -- cgit v1.2.3 From 4b28a392fa890390755f58e0755ab56e8edaa295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 26 Sep 2017 05:07:36 +0200 Subject: New upstream version 3.0.7 --- doc/UserGuide | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) (limited to 'doc/UserGuide') diff --git a/doc/UserGuide b/doc/UserGuide index fb4ce49..e5681f1 100644 --- a/doc/UserGuide +++ b/doc/UserGuide @@ -1,6 +1,6 @@ IPMIUTIL USER GUIDE - VERSION 3.0.6 + VERSION 3.0.7 An easy-to-use IPMI server management utility @@ -5496,14 +5496,27 @@ or C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64\vcvarsamd64.bat -5.2.7 Run buildwin.cmd -buildwin.cmd will build all of the Windows EXE and DLL files. +5.2.7 For Windows builds, run buildwin.cmd -If you are using ipmiutil for a bootable WinPE environment, and do not need -Serial-Over-LAN functionality, the buildwin2.cmd will build the Windows EXE -files without using the openssl libraries, to simplify the process. The -openssl libraries are required for the IPMI LAN 2.0 crypto functions that -Serial-Over-LAN requires. +buildwin.cmd will build all of the Windows EXE and DLL files. It will detect +whether the vcvars has been run with 32bit or 64bit. + +buildwin32.cmd will build only the 32-bit Windows EXE and DLL files. + +buildwin64.cmd will build only the 64-bit Windows EXE and DLL files. + +5.2.8 For WinPE builds, run buildmin.cmd + +If you are using ipmiutil for a bootable WinPE environment, you will not need +Serial-Over-LAN functionality, the buildmin.cmd will build the Windows ipmiutil +EXE files without using the openssl libraries, to simplify the process. +The openssl libraries are required for the IPMI LANplus 2.0 crypto functions +that Serial-Over-LAN uses. + +buildmin.cmd will build the ipmiutil.exe in a minimal standalone configuration. + +For WinPE 64-bit, if you do want openssl for some reason, see +http://www.indyproject.org/Sockets/fpc/OpenSSLforWin64.en.aspx ---------------------------------- 5.3 WINDOWS COMMAND USAGE -- cgit v1.2.3