* A zone type is introduced. Currently this is a list
of RRs, so it will not scale.
* [beta] Zonefile parsing was added
- * [beta] Some Lua binding were created (not complete, nor does it
- compile on all platforms)
* [tools] Drill was added to ldns - see drill/
* [tools] signer was added
* [building] better check for ssl
snapshot: realclean
(rm -rf ../ldns-snap-$(DATE)/)
(cd .. ; cp -r $(basesrcdir)/ ldns-snap-$(DATE)/)
- (cd .. ; tar --verbose --exclude ".svn" --exclude "*.key" --exclude "*.private" --create --file ldns-snap-$(DATE).tar.gz --gzip ldns-snap-$(DATE)/)
+ (cd .. ; tar --verbose --exclude ".svn" --exclude "*.key" --exclude "*.private" --create --exclude "lua" --file ldns-snap-$(DATE).tar.gz --gzip ldns-snap-$(DATE)/)
(rm -rf ../ldns-snap-$(DATE)/)
release: realclean
- (cd drill ; make allclean)
+ (cd drill ; make allclean; exit 0)
(rm -rf ../ldns-$(VERSION)/)
(cd .. ; cp -r $(basesrcdir)/ ldns-$(VERSION)/)
- (cd .. ; tar --verbose --exclude ".svn" --exclude "*.key" --exclude "*.private" --create --file ldns-$(VERSION).tar.gz --gzip ldns-$(VERSION)/)
+ (cd .. ; tar --verbose --exclude ".svn" --exclude "*.key" --exclude "*.private" --create --exclude "lua" --file ldns-$(VERSION).tar.gz --gzip ldns-$(VERSION)/)
(rm -rf ../ldns-$(VERSION)/)
mx: mx.o $(LIBDNS_OBJECTS) $(LIBOBJS)