From 3b1400109ae801de7f65d760f909f45e3859c06f Mon Sep 17 00:00:00 2001 From: Scott Crosby Date: Sat, 11 Dec 2010 11:36:17 -0600 Subject: [PATCH] Leave the LZMA support enabled, so that existing implementations will compile. --- src/fileformat.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fileformat.proto b/src/fileformat.proto index 54be8fe..7cc76ab 100644 --- a/src/fileformat.proto +++ b/src/fileformat.proto @@ -15,8 +15,8 @@ message Blob { // Possible compressed versions of the data. optional bytes zlib_data = 3; - // PROPOSED feature for LZMA compressed data. - // optional bytes lzma_data = 4; // Do not change this tag number. + // PROPOSED feature for LZMA compressed data. SUPPORT IS NOT REQUIRED. + optional bytes lzma_data = 4; // Formerly used for bzip2 compressed data. Depreciated in 2010. optional bytes OBSOLETE_bzip2_data = 5 [deprecated=true]; // Don't reuse this tag number.