ChangeLog in http_spew-0.2.0 vs ChangeLog in http_spew-0.3.0
- old
+ new
@@ -1,6 +1,36 @@
ChangeLog from http://bogomips.org/http_spew.git
+ commit b53bbc7852d9788099e514b54a0b90d82a3338bb
+ Author: Eric Wong <normalperson@yhbt.net>
+ Date: Wed May 11 23:25:49 2011 +0000
+
+ http_spew 0.3.0 - ContentMD5 improvements
+
+ There are minor changes to HTTP_Spew::ContentMD5:
+ * allow optional input param to initialize
+ * update bytes_digested for incomplete xfers
+
+ Still not API-stable, but maybe it's closer...
+
+ commit 9d42089445aa2b61a50bf9a57a6f839569f4a1d4
+ Author: Eric Wong <normalperson@yhbt.net>
+ Date: Wed May 11 21:05:04 2011 +0000
+
+ content_md5: update bytes_digested for incomplete xfers
+
+ Being able to track progress is good.
+
+ commit 1a71f9204211061460e05e92c5523744b9b18afb
+ Author: Eric Wong <normalperson@yhbt.net>
+ Date: Wed May 11 20:08:20 2011 +0000
+
+ content_md5: optional input param to initialize
+
+ This allows users to specify an alternate input without
+ modifying the Rack +env+. This is potentially useful for
+ chaining other filters.
+
commit 84eaf4df3da4ef55e21649b971f2f246ab556b52
Author: Eric Wong <normalperson@yhbt.net>
Date: Tue May 10 14:40:53 2011 -0700
http_spew 0.2.0 - bugfixes and improvements