]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- changed windows setup compression to be more transparent.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 31 Aug 2015 07:44:36 +0000 (07:44 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 31 Aug 2015 07:44:36 +0000 (07:44 +0000)
git-svn-id: file:///svn/unbound/trunk@3484 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
winrc/setup.nsi

index 2a5a161b7c039394a1af787d76d4440332d7160e..2256449a22433fe679c8714e4ea4e2b4b324cd44 100644 (file)
@@ -1,3 +1,6 @@
+31 August 2015: Wouter
+       - changed windows setup compression to be more transparent.
+
 28 August 2015: Wouter
        - Fix #697: Get PY_MAJOR_VERSION failure at configure for python
          2.4 to 2.6.
index bf47165f385a28e4fa6f3b28e674465c48c5452d..b291b9f6b3d0a645093abe4f3bf409136e7db7e4 100644 (file)
@@ -1,6 +1,8 @@
 # The NSIS (http://nsis.sourceforge.net) install script.
 # This script is BSD licensed.
-SetCompressor /solid /final lzma
+
+# use the default compression to help anti-virus in scanning us
+#SetCompressor /solid /final lzma
 
 !include LogicLib.nsh
 !include MUI2.nsh