fix packaging problem -- not including all of the shell-scripts

git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@105 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e
This commit is contained in:
David Blacka 2006-10-10 23:18:28 +00:00
parent ddd612231a
commit 661f31cdba
3 changed files with 14 additions and 8 deletions

View File

@ -1,3 +1,15 @@
2006-10-10 David Blacka <davidb@verisignlabs.com>
* Released version 0.8.3
* ZoneFormat: fix RRSIG ordering issue when dealing with multiple
RRSIGs for a given RRset.
* ZoneFormat: lowercase all names in the zone.
* Fix packaging errors.
2006-09-12 David Blacka <davidb@verisignlabs.com>
* Released version 0.8.0.

View File

@ -1,2 +1 @@
version=0.8.2
version=0.8.3

View File

@ -108,12 +108,7 @@
</target>
<patternset id="exec.files">
<!-- FIXME: when we get more command line tools built, make sure
to include them here -->
<include name="${sectools-distname}/bin/jdnssec-signzone" />
<include name="${sectools-distname}/bin/jdnssec-keygen" />
<include name="${sectools-distname}/bin/jdnssec-verifyzone" />
<include name="${sectools-distname}/bin/jdnssec-zoneformat" />
<include name="${sectools-distname}/bin/jdnssec-*" />
</patternset>
<patternset id="src.files">