1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-22 15:39:03 +00:00

Added a CHANGELOG entry for David's Nmap birthday ordinal fix

This commit is contained in:
fyodor
2018-09-01 21:24:25 +00:00
parent b25f9bc8ef
commit baef3f9b05

View File

@@ -1,5 +1,9 @@
#Nmap Changelog ($Id$); -*-text-*- #Nmap Changelog ($Id$); -*-text-*-
o Emergency fix to Nmap's birthday announcement so Nmap wishes itself
a "Happy 21st Birthday" rather than "Happy 21th" in verbose mode
(-v) on September 1, 2018. [David Fifield]
o [NSE] Completely removed the bit.lua NSE library. All of its functions are o [NSE] Completely removed the bit.lua NSE library. All of its functions are
replaced by native Lua bitwise operations, except for `arshift` (arithmetic replaced by native Lua bitwise operations, except for `arshift` (arithmetic
shift) which has been moved to the bits.lua library. [Daniel Miller] shift) which has been moved to the bits.lua library. [Daniel Miller]