1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-21 06:59:01 +00:00

just fixing a couple typos in last set of CHANGELOG entries

This commit is contained in:
kris
2007-10-29 02:20:29 +00:00
parent 39bc50f2ee
commit 0ce3c8968e

View File

@@ -5,7 +5,7 @@
o Removed the old massping() system, since the functionality has now
been migrated into the existing ultra_scan() system (which is used
for port scanning too). Thanks to David for doing the migration,
whicn involved a lot of work and testing. The new system is
which involved a lot of work and testing. The new system is
frequently faster and more accurate than massping(), and some of the
new algorithms benefit port scans too.
@@ -39,7 +39,7 @@ o In nbase, switched from GNU's getopt() replacement functions to
o Include nmap.h in portreasons.h. This fixes a compilation problem
reported on OpenBSD [David].
o Change pcre fomr an nselib module back to statically linked code due
o Change pcre from an nselib module back to statically linked code due
to OpenBSD compilation problems. See
http://seclists.org/nmap-dev/2007/q4/0085.html [David]