Add to CHANGELOG:

o The Zenmap installer and uninstaller are more careful about escaping
  filenames and dealing with an installation root (DESTDIR). [David]
This commit is contained in:
david 2008-05-05 17:33:23 +00:00
parent 10b54b773b
commit 298fe63173

View file

@ -1,5 +1,8 @@
# Nmap Changelog ($Id$); -*-text-*-
o The Zenmap installer and uninstaller are more careful about escaping
filenames and dealing with an installation root (DESTDIR). [David]
o Since assert() calls are used for various security-related tests,
their safety is now ensured by keeping NDEBUG undefined throughout
Nmap, Nbase and Nsock. [Kris]