ChangeLog.rdoc in rtsp-0.4.0 vs ChangeLog.rdoc in rtsp-0.4.1
- old
+ new
@@ -1,22 +1,27 @@
+=== 0.4.1 / 2012-11-14
+
+* gh-16: Can now parse Session IDs to be alpha characters. Thanks @greywolf-colorado!
+* gh-17: Responses now handle HTTP responses.
+
=== 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
+ * :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.
+ 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.