]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- For 724: Add Changelog to windows binary dist.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 2 Dec 2015 17:55:03 +0000 (17:55 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 2 Dec 2015 17:55:03 +0000 (17:55 +0000)
git-svn-id: file:///svn/unbound/trunk@3566 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
makedist.sh
winrc/setup.nsi

index e3262993da34156e4507b2a230ff0b389abda32e..e0b02cd751ccd4537c04e253a961204a1ca5ee7e 100644 (file)
@@ -1,6 +1,7 @@
 2 December 2015: Wouter
        - Fixup 724: Fix PCA prompt for unbound-service-install.exe.
          re-enable stdout printout.
+       - For 724: Add Changelog to windows binary dist.
 
 1 December 2015: Ralph
        - Qname minimisation review fixes
index 77f59b09258020a7a219749c2f54634c499a6e00..5f19dfb682b99e0305e9206431fa4d92952d2c9e 100755 (executable)
@@ -328,10 +328,10 @@ if [ "$DOWIN" = "yes" ]; then
     $strip unbound-service-install.exe
     $strip unbound-service-remove.exe
     cd tmp.$$
-    cp ../doc/example.conf example.conf
+    cp ../doc/example.conf ../doc/Changelog .
     cp ../unbound.exe ../unbound-anchor.exe ../unbound-host.exe ../unbound-control.exe ../unbound-checkconf.exe ../unbound-service-install.exe ../unbound-service-remove.exe ../LICENSE ../winrc/unbound-control-setup.cmd ../winrc/unbound-website.url ../winrc/service.conf ../winrc/README.txt ../contrib/create_unbound_ad_servers.cmd ../contrib/warmup.cmd ../contrib/unbound_cache.cmd .
     # zipfile
-    zip ../$file LICENSE README.txt unbound.exe unbound-anchor.exe unbound-host.exe unbound-control.exe unbound-checkconf.exe unbound-service-install.exe unbound-service-remove.exe unbound-control-setup.cmd example.conf service.conf unbound-website.url create_unbound_ad_servers.cmd warmup.cmd unbound_cache.cmd
+    zip ../$file LICENSE README.txt unbound.exe unbound-anchor.exe unbound-host.exe unbound-control.exe unbound-checkconf.exe unbound-service-install.exe unbound-service-remove.exe unbound-control-setup.cmd example.conf service.conf unbound-website.url create_unbound_ad_servers.cmd warmup.cmd unbound_cache.cmd Changelog
     info "Testing $file"
     (cd .. ; zip -T $file )
     # installer
index b291b9f6b3d0a645093abe4f3bf409136e7db7e4..513b30015b85a6ffc19cb86bca99bfc9377994d0 100644 (file)
@@ -94,6 +94,7 @@ section "-hidden.postinstall"
        File "unbound-website.url"
        File "service.conf"
        File "..\doc\example.conf"
+       File "..\doc\Changelog"
 
        # Store Root Key choice
        SectionGetFlags ${SectionRootKey} $R0
@@ -180,6 +181,7 @@ section "un.Unbound"
        Delete "$INSTDIR\unbound-website.url"
        Delete "$INSTDIR\service.conf"
        Delete "$INSTDIR\example.conf"
+       Delete "$INSTDIR\Changelog"
        Delete "$INSTDIR\root.key"
        RMDir "$INSTDIR"