<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Simone Carletti&#039;s Blog &#187; dns</title>
	<atom:link href="http://www.simonecarletti.com/blog/tags/dns/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simonecarletti.com/blog</link>
	<description>Simone Carletti&#039;s personal ramblings on programming, syndication, search engines &#38; marketing.</description>
	<lastBuildDate>Thu, 12 Jan 2012 09:16:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Ruby Net::DNS 0.6.1 released</title>
		<link>http://www.simonecarletti.com/blog/2010/01/ruby-netdns-0-6-1-released/</link>
		<comments>http://www.simonecarletti.com/blog/2010/01/ruby-netdns-0-6-1-released/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 19:29:43 +0000</pubDate>
		<dc:creator>Simone Carletti</dc:creator>
				<category><![CDATA[Hosting / Domains]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Server / Apache]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[net-dns]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.simonecarletti.com/blog/?p=955</guid>
		<description><![CDATA[Relesed Net::DNS 0.6.1, the first maintenance release for the Net::DNS 0.6.x series.]]></description>
			<content:encoded><![CDATA[<p><code>Net::DNS 0.6.1</code> is the first maintenance release for the <a href="http://www.simonecarletti.com/blog/2009/11/ruby-netdns-0-6-0/"><code>Net::DNS</code> 0.6.x series</a>.</p>
<p>It doesn&#8217;t provide any new feature, just delicious bug fixes including a major issue with Reverse DNS (<a href="http://github.com/bluemonk/net-dns/issues/issue/6">#6</a>) and <code>IPAddr</code> handling (<a href="http://github.com/bluemonk/net-dns/issues/issue/5">#5</a>). We also improved the test suite to ensure those bugs won&#8217;t show up in the future.<span id="more-955"></span></p>
<p>We are already working on the Net::DNS 0.7.x family. The new minor version will include some major internal refactoring to <a href="http://www.simonecarletti.com/blog/2010/01/how-slow-are-ruby-exceptions/">improve performance</a> and reliability. There are also some <a href="http://github.com/bluemonk/net-dns/issues/issue/9">open</a> <a href="http://github.com/bluemonk/net-dns/issues/issue/7">tickets</a> we would like to address.</p>
<p>As usual, upgrade/install with</p>
<div class="codecolorer-container text default code-bash" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$ gem install net-dns</div></td></tr></tbody></table></div>
<p>Related posts<ol>
<li><a href='http://www.simonecarletti.com/blog/2009/11/ruby-netdns-0-6-0/' rel='bookmark' title='Ruby Net::DNS 0.6.0'>Ruby Net::DNS 0.6.0</a></li>
<li><a href='http://www.simonecarletti.com/blog/2011/03/whois-2-0/' rel='bookmark' title='Whois 2.0'>Whois 2.0</a></li>
<li><a href='http://www.simonecarletti.com/blog/2010/02/ruby-whois-moved-to-ruby-whois-org/' rel='bookmark' title='Ruby Whois moved to ruby-whois.org'>Ruby Whois moved to ruby-whois.org</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.simonecarletti.com/blog/2010/01/ruby-netdns-0-6-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby Net::DNS 0.6.0</title>
		<link>http://www.simonecarletti.com/blog/2009/11/ruby-netdns-0-6-0/</link>
		<comments>http://www.simonecarletti.com/blog/2009/11/ruby-netdns-0-6-0/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 16:32:15 +0000</pubDate>
		<dc:creator>Simone Carletti</dc:creator>
				<category><![CDATA[Hosting / Domains]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[net-dns]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.simonecarletti.com/blog/?p=710</guid>
		<description><![CDATA[Net::DNS is a DNS library written in pure Ruby. Net::DNS 0.6.0 is now available.]]></description>
			<content:encoded><![CDATA[<p>Over the last 5 months I have been actively contributing to the <a title="bluemonk's net-dns at master - GitHub" href="http://github.com/bluemonk/net-dns">Net::DNS</a> Ruby library and today I&#8217;m happy to announce the immediate availability of <strong>Net::DNS 0.6.0</strong>.</p>
<p><strong>Net::DNS</strong> is a DNS library written in pure Ruby and created by <strong>Marco Ceresa</strong>, an other Italian Rubyist. Marco started Net::DNS as a Ruby port of Perl Net::DNS module but it eventually evolved into a full Ruby library. <span id="more-710"></span></p>
<p>I met Net::DNS about 6 month ago, when I was looking for a more powerful replacement for the <a title="resolv: Ruby Standard Library Documentation" href="http://ruby-doc.org/stdlib/libdoc/resolv/rdoc/index.html">Resolv</a> standard library. Net::DNS was exactly what I was looking for my <a title="RoboDomain" href="http://www.robodomain.com/">RoboDomain</a> project: an object oriented interface to the DNS world.</p>
<p>Unfortunately, the first approach failed: a weird bug prevented Net::DNS to be used with Mac OS X. I <a title="Commit 26b7bccf8b7c717e4619f960c716643ebf57d0d4 to bluemonk's net-dns - GitHub" href="http://github.com/bluemonk/net-dns/commit/26b7bccf8b7c717e4619f960c716643ebf57d0d4">fixed the issue</a> and I sent the patch to Marco. After that I continued to actively contribute to the library and all these improvements are now available in the Net::DNS 0.6.0 version:</p>
<ul>
<li>Full compatibility with <strong>Ruby 1.8.7</strong> and <strong>Ruby 1.9</strong></li>
<li>Better exception handling</li>
<li>Huge internal refactoring and code optimization</li>
</ul>
<p>I know Marco has some exiting ideas about the future of <code>Net::DNS</code> and I&#8217;ll probably continue to contribute to help him creating a powerful DNS library.</p>
<p>Net::DNS is already available via RubyForge and Gemcutter. To install/upgrade:</p>
<div class="codecolorer-container text default code-bash" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$ gem install net-dns</div></td></tr></tbody></table></div>
<p>Patches and feedback are welcomed. You can <a title="Issues - bluemonk/net-dns - GitHub" href="http://github.com/bluemonk/net-dns/issues">open an issue on GitHub</a> or <a title="bluemonk's net-dns at master - GitHub" href="http://github.com/bluemonk/net-dns">fork the repository</a> and send a pull request.</p>
<p>Related posts<ol>
<li><a href='http://www.simonecarletti.com/blog/2010/01/ruby-netdns-0-6-1-released/' rel='bookmark' title='Ruby Net::DNS 0.6.1 released'>Ruby Net::DNS 0.6.1 released</a></li>
<li><a href='http://www.simonecarletti.com/blog/2009/08/ruby-has-a-new-whois-library/' rel='bookmark' title='Ruby has a new WHOIS library'>Ruby has a new WHOIS library</a></li>
<li><a href='http://www.simonecarletti.com/blog/2010/02/ruby-whois-1-0-is-here/' rel='bookmark' title='Ruby Whois 1.0 is here!'>Ruby Whois 1.0 is here!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.simonecarletti.com/blog/2009/11/ruby-netdns-0-6-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

