RELEASE-NOTES.rdoc in inetmgr-0.5.0 vs RELEASE-NOTES.rdoc in inetmgr-0.6.0
- old
+ new
@@ -1,11 +1,15 @@
= inetmgr Release Notes
-== Latest Version (0.5.0)
+== Latest Version (0.6.0)
-- Added support for managing remote IIS instances (added server argument to COnfiguration class)
+- Merged pull request from Scott Baldwin (https://github.com/scottsbaldwin) who was so kind to add support for configuring site log files.
== Previous Versions
+
+== 0.5.0
+
+- Added support for managing remote IIS instances (added server argument to Configuration class)
=== 0.4.0
- removed mswin32 platform indfication from gemspec, this setting turned out to be a bit too inconsistent
- added method_missing override and conventional ruby_style to camelCase conversion, this avoid declaring properties that just change due to naming conventions