Skip to content
This repository has been archived by the owner on Feb 18, 2018. It is now read-only.

Commit

Permalink
Added changes so far for 1.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
djberg96 committed Jun 19, 2010
1 parent ab93cec commit fb51f2c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
== 1.3.3 - ??
* The Net::Ping::HTTP class will no longer fail because a root URI
is missing a trailing slash. If the URI#path is empty, it now defaults
to the root path.
* The Net::Ping::UDP class now handles SocketError explicitly since
JRuby does not raise a system exception on a failed udp ping.
* There's now a single version test instead of one per class.
* Refactored the Rakefile a bit.

== 1.3.2 - 21-Sep-2009
* Doing a 'require "net/ping"' was not automatically loading the
Net::Ping::WMI class on MS Windows. This has been fixed. Thanks go to
Expand Down

0 comments on commit fb51f2c

Please sign in to comment.