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.