ChangeLog.rdoc in rtsp-0.3.0 vs ChangeLog.rdoc in rtsp-0.4.0
- old
+ new
@@ -1,4 +1,23 @@
+=== 0.4.0 / 2012-03-08
+
+* gh-11: Transport header parser bolstering:
+ * values that should be caps, will parse OK as lowercase now.
+ * :broadcast_type now parses 'multicast'.
+ * :destination now returns the value of the destination instead of
+ "destination=x.x.x.x"
+ * :source now returns the value of the source instead of "source=x.x.x.x"
+ * Added parsing for fields:
+ * ttl
+ * port
+ * ssrc
+ * channel
+ * address
+ * mode
+* gh-10: Session header now detects timeout value. This means that where use
+ of the value extracted from this header used to be a simple Integer, now you
+ have a session Hash with :session_id and :timeout keys.
+
=== 0.3.0 / 2012-03-02
* Extracted RTP-esque functionality to an +rtp+ gem, on which this gem is now
dependent on version 0.0.1 of that.
* Laxed dependency requirement on parslet.