aboutsummaryrefslogtreecommitdiff
path: root/src/windows/installer/nsis/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/installer/nsis/ChangeLog')
-rw-r--r--src/windows/installer/nsis/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/windows/installer/nsis/ChangeLog b/src/windows/installer/nsis/ChangeLog
new file mode 100644
index 0000000..8041458
--- /dev/null
+++ b/src/windows/installer/nsis/ChangeLog
@@ -0,0 +1,19 @@
+2004-05-17 Jeffrey Altman <jaltman@mit.edu>
+
+* kfw.nsi, kfw-fixed.nsi, utils.nsi:
+ - replace the UpdateDLL macro with the ReplaceDLL macro
+ - use ReplaceDLL to install all .exe and .dll files
+ this will allow the installer to work even when some files
+ are loaded by modules which cannot be terminated such as
+ Network Providers (afslogon.dll for example)
+
+2004-04-14 Jeffrey Altman <jaltman@mit.edu>
+
+* nsi-includes.nsi: update version to 2.6.1
+
+* kfw-fixed.nsi: add kvno.exe, gss-client.exe, gss-server.exe
+
+2004-03-31 Jeffrey Altman <jaltman@mit.edu>
+
+* Add the NSIS installer for KFW 2.6 to the repository
+