Matthew Toseland wrote: > On Friday 17 October 2008 14:17, Daniel Cheng wrote: >> On Fri, Oct 3, 2008 at 4:22 AM, <[EMAIL PROTECTED]> wrote: >>> Author: nextgens >>> Date: 2008-10-02 20:22:20 +0000 (Thu, 02 Oct 2008) >>> New Revision: 22917 >>> >>> Modified: >>> trunk/freenet/src/freenet/client/ArchiveManager.java >>> trunk/freenet/src/freenet/client/HighLevelSimpleClientImpl.java >>> trunk/freenet/src/freenet/client/Metadata.java >>> trunk/freenet/src/freenet/client/async/SimpleManifestPutter.java >>> trunk/freenet/src/freenet/client/async/SingleFileFetcher.java >>> trunk/freenet/src/freenet/client/async/SingleFileInserter.java >>> trunk/freenet/src/freenet/client/async/SplitFileInserter.java >>> trunk/freenet/src/freenet/node/fcp/ClientPut.java >>> Log: >>> fix bug #71: enable TAR archive manifests by default. >>> >>> *** IT NEEDS TESTING! *** >>> Freesites inserted using this build won't be fetchable from a stable node. >> We need one madatory version before setting it as default. >> People report they can't fetch bombe's freesite with 1165. > > We need to fix the metadata first. The current metadata uses a single code in > the container type for tar.bz2. The .bz2 should be separate, using the > compression type, from the container type of .tar. > > After that, well it's an open question really. >
The current HEAD (post r23014) has consistent metadatas... but is still using TAR by default. Freesites inserted with previous builds won't be fetchable by next stable anyway. IMHO breaking compatibility with last-stable or in between stable is not a problem. We are talking about a minor update which leads to a major performance gain here. _______________________________________________ Devl mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
