ChangeLog.rdoc in rtsp-0.4.4 vs ChangeLog.rdoc in rtsp-0.4.5
- old
+ new
@@ -1,13 +1,19 @@
+=== 0.4.5 / 2013-10-21
+
+* Bug fixes
+ * {gh-22}[https://github.com/turboladen/rtsp/pull/22] Fixed to work with most
+ recent rtp gem release. Thanks {tindron}[http://github.com/tindron]!
+
=== 0.4.4 / 2013-07-01
* Improvements
- * {gh-21}[htts://github.com/turboladen/rtsp/issues/21] Transport header
+ * {gh-21}[https://github.com/turboladen/rtsp/issues/21] Transport header
parser is now a little more flexible. This functionality really needs a
rewrite, and should be done as part of
{gh-15}[htts://github.com/turboladen/rtsp/issues/15]. Thanks
- {nmccready}[http:github.com/nmccready]!
+ {nmccready}[http://github.com/nmccready]!
=== 0.4.3 / 2012-11-20
* Bug fixes
* Increased rtp dependency to version 0.1.2 in order to fix problems with
@@ -85,16 +91,16 @@
* Bug fixes
* gh-5[https://github.com/turboladen/rtsp/issues/5]: Fixed 'Bad file
descriptor' bug when capturing to file.
* Improvements
- * If {RTSP::Capturer} can't open port 9000, it increments by 1 and tries again,
+ * If +RTSP::Capturer+ can't open port 9000, it increments by 1 and tries again,
50 times, then raises.
* gh-4[https://github.com/turboladen/rtsp/issues/4]: Remove dependency on ore
en lieu of standard gem commands.
* Participate in http://test.rubygems.org!
- * Changed {RTSP::Capturer} init_*_server methods to take params in order to reduce
+ * Changed +RTSP::Capturer+ init_*_server methods to take params in order to reduce
dependency on state of the Capturer object.
=== 0.1.2 / 2011-04-14
* Bug fixes
@@ -107,10 +113,10 @@
+Socket::SO_REUSEADDR+ or +Socket::SO_REUSEPORT+.
* gh-2[https://github.com/turboladen/rtsp/issues/2]: rtsp_client now requires
the installed rtsp/client.
* Improvements
- * {RTSP::Capturer#run}'s log message now says what it's logging.
+ * +RTSP::Capturer#run+'s log message now says what it's logging.
* bin/rtsp_client:
* Fixed bad description for --stream.
* Added --version.
* Updated README.rdoc:
* ...to clarify that +REDIRECT+ isn't yet supported.