]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- makedist.sh: pgp sig echo commands.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 28 Sep 2015 14:46:38 +0000 (14:46 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 28 Sep 2015 14:46:38 +0000 (14:46 +0000)
git-svn-id: file:///svn/unbound/trunk@3497 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
makedist.sh

index 63be589f59a934f6552bf7f89f96394ce597d7b3..3f3b245940bd700491194ff54c6f670782884117 100644 (file)
@@ -2,6 +2,7 @@
        - MAX_TARGET_COUNT increased to 64, to fix up sporadic resolution
          failures.
        - tag for 1.5.5rc1 release.
+       - makedist.sh: pgp sig echo commands.
 
 25 September 2015: Wouter
        - Fix unbound-control flush that does not succeed in removing data.
index 23c89fc3d56270e85c0255d5eae0e6cda0b3037a..17510c0905b09e7fb862d8bac21cc2af5108c8f9 100755 (executable)
@@ -451,6 +451,10 @@ tar czf ../unbound-$version.tar.gz unbound-$version || error_cleanup "Failed to
 cleanup
 
 storehash unbound-$version.tar.gz
+echo "create unbound-$version.tar.gz.asc with:"
+echo "  gpg --armor --detach-sign unbound-$version.tar.gz"
+echo "  gpg --armor --detach-sign unbound-$version.zip"
+echo "  gpg --armor --detach-sign unbound_setup_$version.exe"
 
 info "Unbound distribution created successfully."