From cd00603e2dfef12556ce8eeb478de6805d4f5b6a Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Thu, 13 Oct 2011 14:10:43 -0700 Subject: [PATCH] mongodb.gridfs: leave an unmaintained-reason.txt --- unmaintained/mongodb/gridfs/gridfs/unmaintained-reason.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 unmaintained/mongodb/gridfs/gridfs/unmaintained-reason.txt diff --git a/unmaintained/mongodb/gridfs/gridfs/unmaintained-reason.txt b/unmaintained/mongodb/gridfs/gridfs/unmaintained-reason.txt new file mode 100644 index 0000000000..6503cc3ba1 --- /dev/null +++ b/unmaintained/mongodb/gridfs/gridfs/unmaintained-reason.txt @@ -0,0 +1,6 @@ +Moved to unmaintained by Joe Groff October 13, 2011 + +The input stream protocol was changed; streams should now provide methods for +stream-read-unsafe and stream-read-partial-unsafe, which read into a caller- +provided buffer. This module has no tests so I didn't want to break it in the +process of updating it.