Skip to content

Commit

Permalink
Update the ChangeLog for 0.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Feb 28, 2021
1 parent bd8a57e commit efbab81
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
### 0.5.2 / 2021-02-28

* Temporarily added the [net-telnet] gem as a dependency, since Ruby 3.0 moved
`net/telnet` out of the stdlib.
* Deprecated {Ronin::Network::Telnet}.
* {Ronin::Fuzzing::SHORT_LENGTHS} and {Ronin::Fuzzing::LONG_LENGTHS} are now
`Set` objects, instead of `SortedSet`, which Ruby 3.0 moved out of stdlib.
* Allow {Ronin::Path#initialize} to accept a separator argument.
* No longer bind new sockets to `0.0.0.0` by default in {Ronin::Network::TCP}
and {Ronin::Network::UDP}. `0.0.0.0` is the IPv4 Any address, which makes the
socket IPv4 and thus incompatible with IPv6 hosts.
* Fixed a bug in {Ronin::Network::UDP#udp_open?} where it would always timeout
and return `nil`, even when the UDP port was open.
* Filter out `nil` or empty `:query` options passed to
{Ronin::Network::HTTP.request}.
* No longer append the query String to the path in
{Ronin::Network::HTTP.expand_url}.
* Support escaping `"\`"` tick-marks in {String#sql_escape}.
* Allow setting the request body or form-data in {Ronin::Network::HTTP.request},
even for request types that typically do not use a body or form-data.

[net-telnet]: https://github.com/ruby/net-telnet

### 0.5.1 / 2012-06-29

* Added {Ronin::Binary::Template#inspect}.
Expand Down

0 comments on commit efbab81

Please sign in to comment.