From f04505c0f2afeccc319b9326bcc6dbc41db309f0 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 5 Feb 2009 16:02:38 +0000 Subject: [PATCH] (trunk libT) add notation explaining the status between resume.c and fastresume.c --- libtransmission/fastresume.c | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 ***********************************************************************