summaryrefslogtreecommitdiffstats
path: root/src/windows/installer
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>2006-04-11 21:28:48 +0000
committerSam Hartman <hartmans@mit.edu>2006-04-11 21:28:48 +0000
commit779066fca01df6c4354ccd4f80dcafe4e96d891c (patch)
tree45813dea9d0492f0411ea537cd3b521544767a94 /src/windows/installer
parent4e4c10590e698cfbb138bfb85bd1455b74919ec7 (diff)
downloadkrb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.tar.gz
krb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.tar.xz
krb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.zip
Remove ChangeLog files from the source tree. From now on, the
subversion commit log entry needs to include information that would have been in the changelog. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17893 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/installer')
-rw-r--r--src/windows/installer/nsis/ChangeLog85
-rw-r--r--src/windows/installer/wix/Binary/ChangeLog3
-rw-r--r--src/windows/installer/wix/ChangeLog43
-rw-r--r--src/windows/installer/wix/custom/ChangeLog3
-rw-r--r--src/windows/installer/wix/lang/ChangeLog12
5 files changed, 0 insertions, 146 deletions
diff --git a/src/windows/installer/nsis/ChangeLog b/src/windows/installer/nsis/ChangeLog
deleted file mode 100644
index 719ae365e..000000000
--- a/src/windows/installer/nsis/ChangeLog
+++ /dev/null
@@ -1,85 +0,0 @@
-2006-03-10 Jeffrey Altman <jaltman@mit.edu>
-
-KFW 3.1 Beta 1
-
-- replace Leash Icon with NetIDMgr Icon
-
-- Update Leash References with NetIDMgr
-
-2005-11-29 Jeffrey Altman <jaltman@mit.edu>
-
-KFW 3.0 Beta 2
-
-- adds KFW Logon Network Provider
-- adds Documentation links for NetIdMgr.chm
-
-2005-11-01 Jeffrey Altman <jaltman@mit.edu>
-
-KFW 3.0 Beta 1
-
-- adds support for Network Identity Manager Framework
-- removes leash32.exe
-
-2004-12-18 Jeffrey Altman <jaltman@mit.edu>
-
-* kfw-fixed.nsi:
- Add "Debug Symbols" as a new category. It defaults to on
- in debug builds and off in release builds.
-
-2004-12-15 Jeffrey Altman <jaltman@mit.edu>
-
-* kfw-fixed.nsi
- Add kcpytkt.exe, kdeltkt.exe, k5sprt32.dll, mit2ms.exe
-
-2004-09-17 Jeffrey Altman <jaltman@mit.edu>
-
-* kfw-fixed.nsi:
- The version of MSIEXEC which ships with Windows 2000 does
- not accept the /passive and /promptreboot command line
- options. On Windows 2000 only, do not specify them.
-
-2004-09-13 Jeffrey Altman <jaltman@mit.edu>
-
-* kfw-fixed.nsi:
-
- Detect the Wix MSI, the SWRT MSI, and the Pismere MSI
- If found, uninstall the MSI before installing NSIS
-
-2004-09-07 Jeffrey Altman <jaltman@mit.edu>
-
-* kfw-fixed.nsi:
- Include all subdirectories of KFW_INSTALL_DIR
-
-2004-07-07 Jeffrey Altman <jaltman@mit.edu>
-
-* kfw-fixed.nsi:
- Create registry entries to provide Terminal Service application
- compatibility flags for all executables
- http://support.microsoft.com/default.aspx?scid=kb;EN-US;186499
-
-2004-07-07 Jeffrey Altman <jaltman@mit.edu>
-
-* kfw-fixed.nsi:
- Microsoft did not place the AllowTGTSessionKey in the same place
- for both XP SP2 and the server platforms. Even though they said
- they would. Modify the installer to set both locations.
-
-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
-
diff --git a/src/windows/installer/wix/Binary/ChangeLog b/src/windows/installer/wix/Binary/ChangeLog
deleted file mode 100644
index f8aa27c9a..000000000
--- a/src/windows/installer/wix/Binary/ChangeLog
+++ /dev/null
@@ -1,3 +0,0 @@
-2004-08-20 Asanka Herath <asanka@mit.edu>
-
- New WiX 2.0 MSI for KFW \ No newline at end of file
diff --git a/src/windows/installer/wix/ChangeLog b/src/windows/installer/wix/ChangeLog
deleted file mode 100644
index 38f463566..000000000
--- a/src/windows/installer/wix/ChangeLog
+++ /dev/null
@@ -1,43 +0,0 @@
-2005-12-30 Jeffrey Altman <jaltman@mit.edu>
-
- Remove impersonation from the network provider installation
- to allow installation on Vista
-
-2005-11-01 Jeffrey Altman <jaltman@mit.edu>
-
- Add support for Network Identity Manager Framework
-
- Move leash32.exe to component that is disabled by default
-
-2004-12-18 Jeffrey Altman <jaltman@mit.edu>
-
- Add Debug Symbols as an optional install feature for
- release builds of KFW
-
-2004-12-15 Jeffrey Altman <jaltman@mit.edu>
-
- Add kcpytkt.exe, kdeltkt.exe, k5sprt32.dll mit2ms.exe
-
- Update to Wix 2.1 installer
-
-2004-09-16 Jeffrey Altman <jaltman@mit.edu>
-
- Remove trailing slash from PATH
-
- Minimize Leash32.exe on startup
-
- Update msi-deployment guide to explain how to replace
- the configuration files in greater detail
-
-2004-09-14 Asanka Herath <asanka@mit.edu>
-
- Change installation default of Documentation to enable it
-
-2004-09-12 Asanka Herath <asanka@mit.edu>
-
- Updates to Wix installer to satisfy the needs of MIT SWRT
- Add msi-deployment-guide.txt
-
-2004-08-20 Asanka Herath <asanka@mit.edu>
-
- New WiX 2.0 MSI for KFW \ No newline at end of file
diff --git a/src/windows/installer/wix/custom/ChangeLog b/src/windows/installer/wix/custom/ChangeLog
deleted file mode 100644
index f8aa27c9a..000000000
--- a/src/windows/installer/wix/custom/ChangeLog
+++ /dev/null
@@ -1,3 +0,0 @@
-2004-08-20 Asanka Herath <asanka@mit.edu>
-
- New WiX 2.0 MSI for KFW \ No newline at end of file
diff --git a/src/windows/installer/wix/lang/ChangeLog b/src/windows/installer/wix/lang/ChangeLog
deleted file mode 100644
index 23a6add21..000000000
--- a/src/windows/installer/wix/lang/ChangeLog
+++ /dev/null
@@ -1,12 +0,0 @@
-2004-12-18 Jeffrey Altman <jaltman@mit.edu>
-
- Add Debug Symbols as an optional install feature for
- release builds of KFW2004-08-20 Jeffrey Altman <jaltman@mit.edu>
-
-2004-12-15 Jeffrey Altman <jaltman@mit.edu>
-
- Update for WiX 2.1 installer
-
-2004-08-20 Asanka Herath <asanka@mit.edu>
-
- New WiX 2.0 MSI for KFW \ No newline at end of file