1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-08 07:29:03 +00:00

note a done task and add one for the next dev release

This commit is contained in:
fyodor
2012-02-28 21:30:54 +00:00
parent 9f4fcc4da5
commit 5d45743172

View File

@@ -1,11 +1,5 @@
TODO $Id: TODO 11866 2009-01-24 23:10:05Z fyodor $ -*-text-*-
o Get RPM staticly linking to libsvn (rather than dynamic linking) so
that it isn't a requirement for installing the RPM.
- since the libsvn-devel package apparently only installs dynamic
libs, we'll probably have to install it ourselves on the CentOS
build machines.
o Make the nmap.header.tmpl wording a little more generic so it more
clearly applies to Ncat, Zenmap, Nping, etc. Then use
templatereplace.pl to apply those changes to the code. [Fyodor]
@@ -14,7 +8,7 @@ o Change Nmap copyright dates (in the file headers, etc.) from 2011 to
2012.
o Document the nsearg format changes made by Paulino (how you can
prefase an argument with a script to make it more specific, or make it
preface an argument with a script to make it more specific, or make it
general to apply to multiple scripts)
o Rough drafts:
o nmap-exp/calderon/refguide.xml
@@ -28,6 +22,8 @@ o Document the nsearg format changes made by Paulino (how you can
an argument to only apply to a specific script can give
[scriptname].[argname].
o Create CHANGELOG
o Make stable release candidate branch
o Make at least one more test release from the candidate branch
@@ -730,6 +726,15 @@ o random tip database
DONE:
o Get RPM staticly linking to libsvn (rather than dynamic linking) so
that it isn't a requirement for installing the RPM.
- We decided to just make nmap-update its own separate RPM so that
it can dynamically link to libsvn without forcing that dependency on
the whole nmap RPM package.
- since the libsvn-devel package apparently only installs dynamic
libs, we'll probably have to install it ourselves on the CentOS
build machines.
o Fix "BOGUS! Can't parse supposed IP packet" in packet trace of IPv6
packets.