ChangeLog.rdoc in rtsp-0.1.2 vs ChangeLog.rdoc in rtsp-0.2.0
- old
+ new
@@ -1,4 +1,16 @@
+=== 0.2.0 / 2011-09-19
+
+* Changed RTSP::Capturer init_*_server methods to take params in order to reduce
+ dependency on state of the Capturer object.
+* Improvements:
+ * If RTSP::Capturer can't open port 9000, it increments by 1 and tries again,
+ 50 times, then raises.
+ * gh-4: Remove dependency on ore en lieu of standard gem commands.
+ * Participate in http://test.rubygems.org!
+* Fixed bugs:
+ * gh-5: Fixed 'Bad file descriptor' bug when capturing to file.
+
=== 0.1.2 / 2011-04-14
* Manually released; the gemspec that Ore created didn't install bin/rtsp_client.
=== 0.1.1 / 2011-04-14