diff --git a/libtransmission/fastresume.c b/libtransmission/fastresume.c index 6c127ba10..6fbc6c1a3 100644 --- a/libtransmission/fastresume.c +++ b/libtransmission/fastresume.c @@ -22,6 +22,17 @@ * DEALINGS IN THE SOFTWARE. *****************************************************************************/ +/* + * NOTE: THIS FILE IS DEPRECATED + * + * The fastresume file format is brittle and was replaced in Transmission 1.20 + * with the benc-formatted ".resume" files implemented in resume.[ch]. + * + * This older format is kept only for reading older resume files for users + * who upgrade from older versions of Transmission, and may be removed + * after more time has passed. + */ + /*********************************************************************** * Fast resume ***********************************************************************