ChangeLog.md in ruby-nmap-0.9.1 vs ChangeLog.md in ruby-nmap-0.9.2
- old
+ new
@@ -1,4 +1,10 @@
+### 0.9.2 / 2017-01-13
+
+* Fix file descriptor leak in {Nmap::XML#initialize} by using
+ `File.open(path) { |file| ... }` instead of `File.new(path)`, which keeps the
+ file descriptor open until GC collects the `File` instance.
+
### 0.9.1 / 2016-07-18
* Fixed {Nmap::Host#ipv6} when there are no `ipv6` type addresses.
* Fixed {Nmap::OS#fingerprint} when there is no `osfingerprint` element.