diff options
author | unknown <iggy@amd64.(none)> | 2007-07-25 13:18:12 -0400 |
---|---|---|
committer | unknown <iggy@amd64.(none)> | 2007-07-25 13:18:12 -0400 |
commit | a34879ebd2c6c02f77a2df080c4696f0039ebffa (patch) | |
tree | 623fcc797d96706b72d917a9c10fd8f6c7fc0c05 /.bzrignore | |
parent | 1370b325c65337bbe79ad0e7739e9e663444c481 (diff) | |
download | mariadb-git-a34879ebd2c6c02f77a2df080c4696f0039ebffa.tar.gz |
Bug#24732 Executables do not include Vista manifests
- Sign executables with MySQL AB security certificate.
BitKeeper/etc/ignore:
Bug#24732 Executables do not include Vista manifests
- Ignore security catalog descriptions
CMakeLists.txt:
Bug#24732 Executables do not include Vista manifests
- Search for additional tools necessary to embed, catalog and sign
targets.
win/README:
Bug#24732 Executables do not include Vista manifests
- Add internal only note to EMBED_MANIFESTS option.
win/create_manifest.js:
Bug#24732 Executables do not include Vista manifests
- Added publicKeyToken attribute to manifest.
win/mysql_manifest.cmake:
Bug#24732 Executables do not include Vista manifests
- Add additional commands to create security catalog and sign
targets.
- Add parameters to add appropiate hash attribute to manifest
and create security content description of the security catalog.
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index e7a7a1c27dc..759ca4a20bf 100644 --- a/.bzrignore +++ b/.bzrignore @@ -6,6 +6,7 @@ *.bin *.vcproj.cmake cmake_install.cmake +*.cdf *.core *.d *.da |