I was able to verify this build. Log file attached.

On 3/19/16 7:01 PM, Steve Dougherty wrote:
> This is the last build to support Java 6! The next build will require
> Java 7 or higher. Nodes running Java 7 or higher and using the official
> update key will now use a new update key. Nodes on Java 6 remain using
> the old update key and will not be updated to further builds. Thanks to
> yadevel for fixing the regression this release was blocking on!
>
> This version was initially partially released as build 1471 - it was
> released on GitHub but not offered from the website or auto-update.
> Build 1472 fixes a bug which when using Java 6 prevented nodes from
> starting for the first time. It did not break existing installations.
>
> Highlights:
>
> - Fix uploads stalling when using MAXIMUM physical security.
> - Fix lots of "setNativePriority(X) has failed!", which was caused by a
>   serious thread priority problem. This might fix nodes unexpectedly
>   losing peers.
> - Order alerts within a category by time: if you have lots of messages
>   from darknet peers they will remain nicely sorted.
>
> Translations:
>
> - Add partial Greek translation.
> - Update German, Bokmål, Brazilian Portuguese, Simplified Chinese, and
>   Traditional Chinese translations.
> - Fix Bokmål localization loading.
>
> Also:
>
> - Remove Gantros Index because it stopped updating.
> - Remove Linkageddon because it stopped updating.
> - Tighten security by removing old deprecated DSA-based crypto and
>   compatibility, and always include identity= in opennet noderefs.
> - Fix JVM version string parsing.
> - Fix and add test for broken localization substitution token pairs.
> - Due to node reference changes packets for setting up connections to
>   opennet seednodes are now larger. If you set Freenet's MTU lower than
>   its default (1280 bytes) this may prevent you from connecting to seed
>   nodes. If you experience this, please raise the MTU.
> - New version of UPnP to fix some instability and compatibility
>   problems. Thanks to 007pig we have a new UPnP plugin in development
>   which supports UPnP2, but it is not yet included. [2]
> - New version of KeyUtils.
>
> WebOfTrust now has an updatable testing version built and maintained by
> xor. To use it, unload WebOfTrust, then load "WebOfTrust Testing
> Versions" on the Plugins page. Versions built by xor will not work with
> Java 6.
>
> Sites can set favicons with <link ref="icon" type=... href=...>. (type
> could be "image/x-icon")
>
> Extensive review and improvement of English source strings and French
> and Spanish translations. Tests for and fixes of value substitution in
> translations. Thanks Vaughan Woodzell!
>
> The default theme is now sky-static instead of clean-dropdown. This
> looks less outdated, though not modern.
>
> There is now a caching layer on the store. This should significantly
> reduce I/O load. [0]
>
> Fix default bookmarks missing the "software" category since build 1470.
> If you don't see this category please re-add the default bookmark set
> from the bookmark editing page.
>
> Fix problems caused by bookmarks without a name. Adding bookmarks
> without a name is not allowed, and loaded bookmarks without a name will
> be renamed (otherwise they would prevent modifying any bookmarks).
> Thanks to _xiaoyu for the report!
>
> IpToCountry database is updated. (This allows providing the country
> flags on the peers pages. It is local to each instance and does not
> contact an external service.)
>
> WebOfTrust is updated to build 18. Its changelog is separate, [1] but
> one of the major changes is incremental score recomputation which
> requires roughly 3% of the time of a full recomputation.
>
> Add partial CSS3 support, including viewport lengths. Thanks, Ben
> Green! See the merge commit - 143cb856f5dc8aee7457eb027fac11c34d18bd2c
> - for details.
>
> FCP: Add Identifier to all messages sent by ListPersistentRequests.
>
> Note to plugin authors: we removed KeyListenerConstructionException
> because it was never thrown. Plugins that handled it will need to be
> updated. This is (largely) why KeyUtils updated.
>
> - Only update essential plugins if we have to. This should avoid
>   connectivity problems for installs for which plugins are necessary to
>   connect.
> - Show peer locations, not distance in peer location histogram on the
>   statistics page in advanced mode.
>
> [0] https://github.com/freenet/fred/pull/157
> [1]
> USK@QeTBVWTwBldfI-lrF~xf0nqFVDdQoSUghT~PvhyJ1NE,OjEywGD063La2H-IihD7iYtZm3rC0BP6UTvvwyF5Zh4,AQACAAE/flog/27/Content-617C8FC.html
> [2] https://github.com/freenet/plugin-UPnP2
>
>
> KeyUtils v5026:
> ---
>
> Bert Massop (1):
>       Remove references to removed KeyListenerConstructionException
>
> Steve Dougherty (1):
>       Version 5026
>
> saces (1):
>       show fpi and gh bugtracker
>
>
> UPnP 10007:
> ---
>
> Bert Massop (5):
>       Fix NPE when binding SSDP socket does not succeed.
>       Fix NPE when a service provider fails to list its services
>       Language: use UPnP instead of UP&P
>       Fix NPE when no ports have been forwarded
>       Fix connection reset on case sensitive Host HTTP header name
>
> Juiceman (2):
>       Reformat codebase using Jindent tool
>       Remove extra spaces
>
> Steve Dougherty (2):
>       Add readme
>       10007: improve stability
>
>
> Changes from 1470:
> ---
> Ben Green (8):
>       Altered test to reflect the correct values for box-sizing.
>       Added CSS Defaulting Keywords to Filter, no need to explicitly
> define: initial, inherit and unset for all CSS properties as the
> standard says they are valid for all.
>       CSS Properties: inherit, initial and unset are valid for all
> elements,     they are so-called CSS Defaulting Keywords. As such I have
> made the     CSSPropertyVerifier will always accept them if they are the
> only     property. All inherit keywords also removed from the arrays
> where     they were present in CSSTokenizerFilter.
>       Renamed function to better describe how it works.
>       Added some comments, corrected a typo and made a slight optimisation
>       Added support for more attributes related to CSS3: UI and Flexbox.
>     nav-* attributes require a valid selector which can be matched by
>   HTMLelementVerifier, made HTMLelementVerifier static so it can be
> used in CSSPropertyVerifier to verify an se type (isSelector) for
> nav-down, nav-left, nav-right and nav-up.
>       Added support for attribute box-suppress to complete support for
> CSS3 Display
>       Fixed Generic ArrayList Constructor for Java 6 compatibility.
> Changed line endings and allowed numbers to look like this: "1.em"
>
> Benjamin Green (6):
>       Added additional units to isLength() method. In CSS3 they are
> variable length 1-4 chars.
>       Added box-sizing CSS3 property to filter.
>       Added CSS3 flex attributes and values to the filter.     Added
> tests for the above.
>       Style updates (K&R Style ifs). Commented code removed (sorry).
>  Also: Changed "lengthValue = value.substring(0, value.length());"
> to "lengthValue = value;" strings are immutable.
>       Style changes again: Missed an if in the previous commit.
>       Made a mistake in the acceptable values for box-sizing attribute.
>
> Bert Massop (5):
>       Simplify RGA removeRandomExhaustiveSearch wakeupTime conditions
>       HTMLFilter: fix processing of reset input element
>       Show peer locations, not distance in peer location histogram
>       Fix JVM version comparison for version >1.9 and build >99
>       Reduce memory usage of SplitFileInserterStorageTest
>
> David ‘Bombe’ Roden (15):
>       Fix potential resource leak
>       Allow icons in <link> tags
>       Add method to wrap message with list request identifier
>       Add list request identifier to end list message
>       Send list request identifier with all replies to a list request
>       Make field “Identifier” optional for ListPersistentRequestsMessage
>       Don’t create new message if no identifier needs to be added
>       Remove check for impossible condition
>       Copy hashcode correctly
>       Use common base class for input and output streams
>       Remove useless exception rethrows
>       Remove exception that was never thrown
>       Fix wrapped FCP message
>       Override list request identifier
>       Fix wrapping a null FCP message
>
> Florent Daigniere (51):
>       How much do we bet?
>       assertTrue(false); => fail();
>       Revert "Slightly safer locking". It's not.
>       Fix CID-122355: Resource leak in Metadata.java
>       Fix CID-74397: Indefinite wait in RealCompressor
>       Fix CID-122317: Indefinite wait in FCPConnectionOutputHandler
>       RealCompressor: previous commit was wrong; better fix to land next
> release
>       Simplify RealCompressor
>       bug6591: improve compression algorithm choice
>       get rid of useless variable
>       Junit4 is already added 3 lines below
>       upgrade to BC 1.52
>       UPnP: require v10006 after purge-db4o
>       USKRetriever: remove superfluous logging
>       Improve RealCompressor
>       bug6600: minimumVersion for connection essential plugins
>       bug4490: Recommended version support in official plugins
>       Be smarter about the maximum heap size on 32bit systems
>       turns out that sun.arch.data.model might not exist
>       toad is right: this isn't what we want
>       toad thinks that this is superfluous
>       Thanks for the code review toad!
>       remove migration code from 2011
>       remove useless import (thanks bombe)
>       Fix bug #6623 : Wrapper.log: Lots of "setNativePriority(X) has
> failed!"
>       Deprecate old variables; One should use the enum
>       Document NativeThread.dontCheckRenice
>       Only update essential plugins if we have to
>       Actively prevent newer plugins from being deployed
>       Remove DiffieHellman related code (pre-neg9)
>       Remove DSA and compat code from PeerNode*
>       Stop sending a DSA signature
>       Use P256 pubkey as identity
>       Don't re-use a MD returned to the pool!
>       Remove more dead-code
>       Major modification of DSA keys in references
>       Always send/parse the identity line on opennet
>       Remove more dead code
>       Implement the workaround suggested by toad
>       Second part of the workaround
>       Setup CI at https://travis-ci.org/freenet/fred/
>       Integer.compare() is java7 ... thanks @Bombe for spotting it
>       try the container-based infrastructure
>       Critical bugfix following #440
>       Remove dead code (DHGroup)
>       Remove some more pre-negtyp9 code
>       Remove more deadcode as suggested by IDEA
>       Improve locking for nonce-handling
>       Fix logging on DarknetPeerNode
>       We need to write to the peer-file when we add a darknet peer; duh!
>       Ensure that we always write the peer file when we add a peer
>
> Lucas Phillips (1):
>       change recommendation of Truecrypt to Wikipedia's list of FDE software
>
> Matthew Toseland (115):
>       Use synchronized(this) for size etc (no need for a read/write lock
> here), check for size in pushAll loop without having to lock again.
>       We need to synchronize when accessing startJob, *NOT* when calling
> pushAllCachingStores.
>       Document a bit.
>       Do not change startJob in the "too full" case.
>       Rename and clarify queuedJob
>       runningJob prevents us from running pushAllCachingStores twice at
> once. queuedJob prevents us from queueing two or more jobs to write
> everything in the future.
>       Better for unit testing.
>       Doh!
>       Trivial tidyup of code.
>       Paranoia.
>       Clarify
>       Increase number of keys to write before rotating, add FIXME.
>       Don't queue job twice if over the limit, reduce code duplication.
>       FIXME
>       Use return value of -1 to indicate empty, and document.
>       Make isEmpty() package local so we can use it for unit tests but
> not other stuff.
>       Move CachingFreenetStore* to src/freenet/store/caching/
>       Move CachingFreenetStoreTest too
>       Doh, fix accidental change of comparison, broke caching (would
> always not cache).
>       Factor out getTotalBlockSize() to StoreCallback
>       Add testCollisionsOverMaximumSize
>       Add SleepingFreenetStore, useful for a test.
>       Test all the possibilities for pushLeastRecentlyBlock, *including
> the tricky one where it returns 0*.
>       Increase the delay. Maybe this will make Jenkins happy. It works
> here even with 200ms.
>       Try a different executor.
>       Don't use Future, it appears to confuse Jenkins. :(
>       Longer delay, again for Jenkins.
>       Javadocs.
>       Clarify
>       Create ProxyFreenetStore, base class for CachingFS, SleepingFS etc.
>       Implement WriteBlockableFreenetStore, use it to make test both
> faster and more reliable. SleepingFS is a really dirty hack, deprecate it.
>       Add waitForSomeBlocked(), wait until a write is actually blocked
> before starting another one.
>       Use Lock/Condition. Overkill, but not necessarily any uglier.
>       Use Future, now that the problem is solved.
>       block cannot be null here, thanks findbugs.
>       Always close the InputStream
>       Slightly safer locking
>       Reduce priority for updater inserts except in most critical cases.
>       Be much, much less aggressive about inserting the main jar blob.
>       Fix RGA.wakeupTime never getting set.
>       Fix
>       Delete unused code.
>       Tidy up
>       Javadocs.
>       Document
>       Add isOpennetForNoderef(), cleanup.
>       Remove some opennet-specific code from PeerNode.
>       Factor out writePeers()
>       Factor out writePeers(), don't write darknet peers for seeds
>       Move fromAnonymousInitiator to a method too.
>       Remove PeerManager argument too.
>       Get rid of OutgoingPacketMangler argument too.
>       Don't set mustCheckpoint if not checkpointing
>       Check for checkpointing in lock() too.
>       Wake up lock()'ers and clear flag (bug 6612)
>       Improve logging
>       Logging
>       Logging
>       Add test for disabling checkpointing (bug #5512)
>       Purge LocationUIDPair.
>       Cleanly handle dropping too old peers, tell the user.
>       Prevent logging code from breaking startup
>       Add missing file, sorry!
>       Re-check the stores list periodically
>       Re-check the stores list periodically
>       Cleanup: Factor out pushOffThread*
>       Only queue one job in the >90% case.
>       Move variable declaration inside look (Bombe)
>       Use spaces not tabs on changed lines
>       Replace spinning wait in test with proper wait
>       Rename variables isSelector -> isIDSelector
>       Only allow ID selectors.
>       Fix test: Class selector no longer allowed in nav-*
>       Explain issues here
>       Improve cursor handling (2 coordinates or none)
>       Do not accept empty for && expressions (+explain)
>       align-items doesn't accept content-distribution
>       Fix justify-items and add tests
>       Fix leaking a message when rejecting because not routable
>       Comments: Explain what identity is for nowadays
>       Don't reuse key material (depends on #440)
>       Fix comment
>       Remove outdated comments.
>       Indent.
>       Remove unused variables
>       Simplify and rename method
>       Match by pubkey hash, not obfuscation key
>       Match by pubkey not identity (fixes opennt bug)
>       Remove now unused getIdentity()
>       Remove unused code
>       Remove more unused obsolete code
>       Remove out of date comment
>       Remove unused method
>       Factor out dropped peers UI into a useralert
>       Rename l10n strings
>       Fix l10n string typo
>       Fix nondeterminism
>       Remove more non-determinism
>       Need slot filters for SSK tests
>       Need a real delay
>       Fix NPE on creating a new node, argh!
>       Indent.
>       Fix regression in refactoring (someBroken)
>       Log after saving the .broken file
>       Send the new format UOMAnnouncement message for legacy
>       Get rid of all the special treatment of freenet-ext.jar
>       Get rid of old UOMAnnounce message
>       Send the legacy jar if necessary in UOM
>       Remove some more old-UOM cruft
>       Fix the UOM URI as well :(
>       Argh, fix normal UOM case (no transition)!
>       Broadcast only to appropriately versioned nodes
>       Send the correct announcement on connect too
>       Send UOMAnnouncement only after we know the other side's version
>       Delete bogus/outdated check which breaks transition UOM
>
> Pascal666 (2):
>       Fix improper indenting & logging bug caused by it
>       Add instructions for installing dependencies on CentOS
>
> Simon Vocella (30):
>       improving locking in pushAll
>       add testOverMaximumSize in CachingFreenetStore that test the case
> when we are going over maximum size
>       change in textOverMaximumSize in CachingFreenetStore:
> SaltedHashFreenetStore is lossy, since it only has 5 possible places to
> put each key, so change howManyBlocks in howManyBlocks*5
>       CachingFreenetStore: use LRUMap instead of two Treemap and change
> the logic in pushAll
>       add CachingFreenetStoreTracker that It's a single counter, a
> single flush job that gets called when it's full
>       add CachingFreenetStoreTracker in Node
>       add CachingFreenetStoreTracker in CachingFreenetStore and change
> some methods
>       fix tests in CachingFreenetStoreTest
>       CachingFreenetStoreTracker: add unregisterCachingFS, lock in
> register/unregister and take snapshot in pushAllCachingStores
>       CachingFreenetStore: add unregisterCachingFS in close and add
> registerCachingFS in start
>       CachingStore: setUserAlertManager set the property in the
> *underlying* store
>       CachingFreenetStore: now pushAll return the number of bytes that
> it pushed down to the *underlying* store
>       CachingFreenetStoreTracker: fix in pushAllCachingStores and
> unregisterCachingFS, improvements and fixing in add
>       CachingFreenetStoreTest: add one check in testOnCloseSSK and
> testTimeExpireSSK and waiting the flushing of the cache in
> testOverMaximumSize
>       CachingFreenetStoreTracker: use toArray(new
> CachingFreenetStore[cachingStores.size()]) to avoid casting from Object,
> delete pushAllCachingStores call direclty in add
>       CachingStore: change pushAll in pushLeastRecentlyBlock
>       CachingFreenetStoreTracker: do while{} in unregisterCachingFS and
> pushAllCachingStores
>       CachingFreenetStoreTest: check where is the block in testOnCollisions
>       CachingFreenetStoreTest: delete two useless lines
>       CachingFreenetStore: add size to avoid useless cycles in
> CachingFreenetStoreTracker
>       CachingFreenetStoreTracker: now use the size of CachingFreenetStore
>       delete useless size in CachingFreenetStore and use isEmpty
>       use isEmpty instead of getSize in CachingFreenetStoreTracker and
> push a limited number of keys instead of one push in add
>       CachingFreenetStoreTracker: add "|| maxSize == 0" in the assert in
> add() function because if maxSize == 0 we have a queuedJob = false
>       use a "final int sizeBlock;" set at construction, instead of
> getSizeBlock() in CachingFreenetStore
>       CachingFreenetStore: peekKey() can change, if a block is re-added
> due to a collision (with overwrite=true). So push* needs to keep the key
> for the block it's just written, check that the blocks are equals(),
> check the return value from removeKey(), and THEN add the bytes to the
> counter.
>       CachingFreenetStoreTracker: add() have a lower threshold, say 90%
> of maxSize, when it will start a write job, but still accept the data.
>       CachingFreenetStore: If backDatastore.put() throws, we should
> probably still remove the key. We don't want to keep looping forever.
> This is especially important for KeyCollisionException.
>       CachingFreenetStore: always remove the key, even if we get
> IOException and check if the last version of the block are equals to the
> block pushed. it might have changed if there was a put() with
> overwrite=true. If it has changed, return 0, i.e. don't remove it
>       CachingFreenetStore: error in equals, correct
>
> Steve Dougherty (54):
>       Close output stream
>       Update Spanish, French, and Brazilian Portuguese translation
>       Refine English strings
>       MessageAuthCode: fix JVM-version-dependent test failure
>       Fix Norwegian Bokmål path and configuration
>       themes: avoid styling headers as normal text
>       l10n: remove unused strings
>       l10n: polish phrasing and fix typos
>       l10n: fix spelling of "compromised"
>       l10n: reduce configuration description aggression
>       l10n: polish phrasing and fix typos
>       Convert NEWS to Markdown
>       NEWS: remove 1468 tray download mention
>       Fix spelling of "infeasible"
>       CONTRIBUTING: document adding news entries
>       l10n: remove unused string
>       l10n: replace "meta-string" with "path component"
>       l10n: remove duplication; fix phrasing in SSL options
>       l10n: avoid duplication; fix phrasing
>       l10n: polish phrasing
>       l10n: fix mailing list address
>       l10n: clarify progress page purpose
>       Move Gantros' index to top bookmark
>       BookmarkEditor: reduce code duplication
>       BookmarkEditor: disallow empty bookmark names
>       Parse empty bookmark name as "Unnamed Bookmark"
>       Add bookmark name NEWS entry
>       default bookmarks: move Enzo's Index to the top
>       Update WebOfTrust to build 18
>       Update translations
>       Remove untranslated strings
>       Update Freemail to v0.2.7.2
>       Update FlogHelper to v35
>       Update KeyUtils to v5025
>       BaseL10n: fix Bokmål slug
>       reformat canAutoconfigureDatastoreSize()
>       fix loss of precision
>       Update translations
>       test: fix resource path on Java 6
>       l10n: remove unused somePeersDisconnectedBlockedTooLong
>       remove 1421-specific legacy updater
>       DroppedOldPeersUserAlert: fix ".broken" suffix duplication
>       Update UPnP to 10007
>       Update KeyUtils to v5026
>       l10n: add Greek translation
>       Update translations
>       l10n: fix token mismatch in Traditional Chinese
>       updater: change old update key to new for Java 7+
>       fix offering legacy jar UOM using the stable key
>       Update default bookmark editions
>       Build 1471
>       NodeUpdateManager: fix using SSK on Java 6
>       update TRANSITION_BUILD for build delay
>       Build 1472
>
> Vaughan Woodzell (16):
>       Add unit tests for BaseL10n
>       Refactor a little to combine calls to addL10nSubstitutionInner()
>       Avoid returning partially-populated node on l10n error
>       Always clone node before adding in addL10nSubstitutionInner()
>       Remove unused key parameter from addL10nSubstitutionInner()
>       Use fallback string on error in addL10nSubstitutionInner()
>       Add test for invalid l10n strings
>       Fix broken l10n substitution variables
>       Return key from addL10nSubstitution() if fallback fails
>       Pass l10n parse exception into Logger.error()
>       Separate BaseL10n.getFallbackString() from getDefaultString()
>       Separate l10n fallback logic from value handling
>       Move exception handling out of BaseL10n.tryGetL10nSubstitution()
>       Remove unneeded null check from BaseL10n.addL10nSubstitution()
>       Improve method names and javadoc in BaseL10n
>       Copy l10n test properties in unit-build
>
> drak@kaverne (23):
>       l10n: suggest store values between 100MiB and 20GiB
>       Improve suggested store size wording
>       wizard: improve datastore size selection
>       adjust indentation to using spaces
>       wizard: use 10GiB from 50GiB free to 100GiB free
>       add a NEWS file
>       add a NEWS entry about the NEWS file
>       bookmarks: indexes for default bookmarks in software category were
> wrong.
>       default bookmarks: Fix: did not adjust the documentation category
> name.
>       update NEWS
>       improve our READMEs with build instructions
>       add a note how to run the built freenet yourself.
>       switch the default theme to sky static
>       Order node-to-node message alerts by sent time
>       l10n: Simplify N2NTM useralert header
>       useralerts.N2NTM: order by received time instead of sent time
>       useralerts: order messages in each class by updated time
>       n2ntms: the composed time is the time the user hit send
>       UserAlertManager: fix the comments and make them actually useful
>       NEWS: add sorted n2ntms
>       Gantros is likely dead. Let us preserve his or her memory.
>       Linkageddon stopped updating.
>       update NEWS file
>
> oo (1):
>       CompatibilityAnalyser: fix dontCompress always being false
>
> saces (1):
>       set addItem to public
>
> xor-freenet (4):
>       Fix updating for official plugins whose JAR URI is USK
>       OfficialPlugins: Add testing versions of WOT published by xor
>       WOT testing versions' l10n: Warn user about permanent auto-update
>       Eclipe classpath: Fix sourcepath of contrib to match repository name
>
> yadevel (1):
>       Avoid claiming of unrejected messages by NodeDispatcher
>
>
>
> _______________________________________________
> Devl mailing list
> [email protected]
> https://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl

Using /tmp/tmp.NZAOx0zurt
Fetching origin
~/fred ~/fred
~/fred ~/fred ~/fred
~/fred ~/fred
~/fred
Using build build01472
Cloning into 'fred'...
done.
object 2712cdf1780ca8dcb557f02636eca5281eb04910
type commit
tag build01472
tagger Steve Dougherty <[email protected]> 1458414813 -0400

2016-03-19

Freenet 0.7.5 build 1472 is now available.

This is the last build to support Java 6! The next build will require
Java 7 or higher. Nodes running Java 7 or higher and using the official
update key will now use a new update key. Nodes on Java 6 remain using
the old update key and will not be updated to further builds. Thanks to
yadevel for fixing the regression this release was blocking on!

This version was initially partially released as build 1471 - it was
released to the website but not auto-update. Build 1472 fixes a bug
which when using Java 6 prevented nodes from starting for the first
time. It did not break existing installations.

Highlights:

- Fix uploads stalling when using MAXIMUM physical security.
- Fix lots of "setNativePriority(X) has failed!", which was caused by a
  serious thread priority problem. This might fix nodes unexpectedly
  losing peers.
- Order alerts within a category by time: if you have lots of messages
  from darknet peers they will remain nicely sorted.

Translations:

- Add partial Greek translation.
- Update German, Bokmål, Brazilian Portuguese, Simplified Chinese, and
  Traditional Chinese translations.
- Fix Bokmål localization loading.

Also:

- Remove Gantros Index because it stopped updating.
- Remove Linkageddon because it stopped updating.
- New version of UPnP to fix some instability and compatibility
  problems. Thanks to 007pig we have a new UPnP plugin in development
  which supports UPnP2, but it is not yet included. [2]
- New version of KeyUtils.

WebOfTrust now has an updatable testing version built and maintained by
xor. To use it, unload WebOfTrust, then load "WebOfTrust Testing
Versions" on the Plugins page. Versions built by xor will not work with
Java 6.

Sites can set favicons with <link ref="icon" type=... href=...>. (type
could be "image/x-icon")

Extensive review and improvement of English source strings and French
and Spanish translations. Tests for and fixes of value substitution in
translations. Thanks Vaughan Woodzell!

The default theme is now sky-static instead of clean-dropdown. This
looks less outdated, though not modern.

There is now a caching layer on the store. This should significantly
reduce I/O load. [0]

Fix default bookmarks missing the "software" category since build 1470.
If you don't see this category please re-add the default bookmark set
from the bookmark editing page.

IpToCountry database is updated. (This allows providing the country
flags on the peers pages. It is local to each instance and does not
contact an external service.)

WebOfTrust is updated to build 18. Its changelog is separate, [1] but
one of the major changes is incremental score recomputation which
requires roughly 3% of the time of a full recomputation.

Add partial CSS3 support, including viewport lengths. Thanks, Ben
Green!

[0] https://github.com/freenet/fred/pull/157
[1] 
USK@QeTBVWTwBldfI-lrF~xf0nqFVDdQoSUghT~PvhyJ1NE,OjEywGD063La2H-IihD7iYtZm3rC0BP6UTvvwyF5Zh4,AQACAAE/flog/27/Content-617C8FC.html
[2] https://github.com/freenet/plugin-UPnP2
[enumerate user-facing changes]

Thank you for using Freenet!

- Steve Dougherty

Developer changelog:

2016-03-19

Changes in 1472:

This is the last build to support Java 6! The next build will require
Java 7 or higher. Nodes running Java 7 or higher and using the official
update key will now use a new update key. Nodes on Java 6 remain using
the old update key and will not be updated to further builds. Thanks to
yadevel for fixing the regression this release was blocking on!

This version was initially partially released as build 1471 - it was
released to the website but not auto-update. Build 1472 fixes a bug
which when using Java 6 prevented nodes from starting for the first
time. It did not break existing installations.

Highlights:

- Fix uploads stalling when using MAXIMUM physical security.
- Fix lots of "setNativePriority(X) has failed!", which was caused by a
  serious thread priority problem. This might fix nodes unexpectedly
  losing peers.
- Order alerts within a category by time: if you have lots of messages
  from darknet peers they will remain nicely sorted.

Translations:

- Add partial Greek translation.
- Update German, Bokmål, Brazilian Portuguese, Simplified Chinese, and
  Traditional Chinese translations.
- Fix Bokmål localization loading.

Also:

- Remove Gantros Index because it stopped updating.
- Remove Linkageddon because it stopped updating.
- Tighten security by removing old deprecated DSA-based crypto and
  compatibility, and always include identity= in opennet noderefs.
- Fix JVM version string parsing.
- Fix and add test for broken localization substitution token pairs.
- Due to node reference changes packets for setting up connections to
  opennet seednodes are now larger. If you set Freenet's MTU lower than
  its default (1280 bytes) this may prevent you from connecting to seed
  nodes. If you experience this, please raise the MTU.
- New version of UPnP to fix some instability and compatibility
  problems. Thanks to 007pig we have a new UPnP plugin in development
  which supports UPnP2, but it is not yet included. [2]
- New version of KeyUtils.

WebOfTrust now has an updatable testing version built and maintained by
xor. To use it, unload WebOfTrust, then load "WebOfTrust Testing
Versions" on the Plugins page. Versions built by xor will not work with
Java 6.

Sites can set favicons with <link ref="icon" type=... href=...>. (type
could be "image/x-icon")

Extensive review and improvement of English source strings and French
and Spanish translations. Tests for and fixes of value substitution in
translations. Thanks Vaughan Woodzell!

The default theme is now sky-static instead of clean-dropdown. This
looks less outdated, though not modern.

There is now a caching layer on the store. This should significantly
reduce I/O load. [0]

Fix default bookmarks missing the "software" category since build 1470.
If you don't see this category please re-add the default bookmark set
from the bookmark editing page.

Fix problems caused by bookmarks without a name. Adding bookmarks
without a name is not allowed, and loaded bookmarks without a name will
be renamed (otherwise they would prevent modifying any bookmarks).
Thanks to _xiaoyu for the report!

IpToCountry database is updated. (This allows providing the country
flags on the peers pages. It is local to each instance and does not
contact an external service.)

WebOfTrust is updated to build 18. Its changelog is separate, [1] but
one of the major changes is incremental score recomputation which
requires roughly 3% of the time of a full recomputation.

Add partial CSS3 support, including viewport lengths. Thanks, Ben
Green! See the merge commit - 143cb856f5dc8aee7457eb027fac11c34d18bd2c
- for details.

FCP: Add Identifier to all messages sent by ListPersistentRequests.

Note to plugin authors: we removed KeyListenerConstructionException
because it was never thrown. Plugins that handled it will need to be
updated. This is (largely) why KeyUtils updated.

- Only update essential plugins if we have to. This should avoid
  connectivity problems for installs for which plugins are necessary to
  connect.
- Show peer locations, not distance in peer location histogram on the
  statistics page in advanced mode.

[0] https://github.com/freenet/fred/pull/157
[1] 
USK@QeTBVWTwBldfI-lrF~xf0nqFVDdQoSUghT~PvhyJ1NE,OjEywGD063La2H-IihD7iYtZm3rC0BP6UTvvwyF5Zh4,AQACAAE/flog/27/Content-617C8FC.html
[2] https://github.com/freenet/plugin-UPnP2

KeyUtils v5026:
---

Bert Massop (1):
      Remove references to removed KeyListenerConstructionException

Steve Dougherty (1):
      Version 5026

saces (1):
      show fpi and gh bugtracker

UPnP 10007:
---

Bert Massop (5):
      Fix NPE when binding SSDP socket does not succeed.
      Fix NPE when a service provider fails to list its services
      Language: use UPnP instead of UP&P
      Fix NPE when no ports have been forwarded
      Fix connection reset on case sensitive Host HTTP header name

Juiceman (2):
      Reformat codebase using Jindent tool
      Remove extra spaces

Steve Dougherty (2):
      Add readme
      10007: improve stability

Changes from 1470:
---

Ben Green (8):
      Altered test to reflect the correct values for box-sizing.
      Added CSS Defaulting Keywords to Filter, no need to explicitly define: 
initial, inherit and unset for all CSS properties as the standard says they are 
valid for all.
      CSS Properties: inherit, initial and unset are valid for all elements,    
 they are so-called CSS Defaulting Keywords. As such I have made the     
CSSPropertyVerifier will always accept them if they are the only     property. 
All inherit keywords also removed from the arrays where     they were present 
in CSSTokenizerFilter.
      Renamed function to better describe how it works.
      Added some comments, corrected a typo and made a slight optimisation
      Added support for more attributes related to CSS3: UI and Flexbox.     
nav-* attributes require a valid selector which can be matched by     
HTMLelementVerifier, made HTMLelementVerifier static so it can be     used in 
CSSPropertyVerifier to verify an se type (isSelector) for     nav-down, 
nav-left, nav-right and nav-up.
      Added support for attribute box-suppress to complete support for CSS3 
Display
      Fixed Generic ArrayList Constructor for Java 6 compatibility. Changed 
line endings and allowed numbers to look like this: "1.em"

Benjamin Green (6):
      Added additional units to isLength() method. In CSS3 they are variable 
length 1-4 chars.
      Added box-sizing CSS3 property to filter.
      Added CSS3 flex attributes and values to the filter.     Added tests for 
the above.
      Style updates (K&R Style ifs). Commented code removed (sorry).     Also: 
Changed "lengthValue = value.substring(0, value.length());"     to "lengthValue 
= value;" strings are immutable.
      Style changes again: Missed an if in the previous commit.
      Made a mistake in the acceptable values for box-sizing attribute.

Bert Massop (5):
      Simplify RGA removeRandomExhaustiveSearch wakeupTime conditions
      HTMLFilter: fix processing of reset input element
      Show peer locations, not distance in peer location histogram
      Fix JVM version comparison for version >1.9 and build >99
      Reduce memory usage of SplitFileInserterStorageTest

David ‘Bombe’ Roden (15):
      Fix potential resource leak
      Allow icons in <link> tags
      Add method to wrap message with list request identifier
      Add list request identifier to end list message
      Send list request identifier with all replies to a list request
      Make field “Identifier” optional for ListPersistentRequestsMessage
      Don’t create new message if no identifier needs to be added
      Remove check for impossible condition
      Copy hashcode correctly
      Use common base class for input and output streams
      Remove useless exception rethrows
      Remove exception that was never thrown
      Fix wrapped FCP message
      Override list request identifier
      Fix wrapping a null FCP message

Florent Daigniere (51):
      How much do we bet?
      assertTrue(false); => fail();
      Revert "Slightly safer locking". It's not.
      Fix CID-122355: Resource leak in Metadata.java
      Fix CID-74397: Indefinite wait in RealCompressor
      Fix CID-122317: Indefinite wait in FCPConnectionOutputHandler
      RealCompressor: previous commit was wrong; better fix to land next release
      Simplify RealCompressor
      bug6591: improve compression algorithm choice
      get rid of useless variable
      Junit4 is already added 3 lines below
      upgrade to BC 1.52
      UPnP: require v10006 after purge-db4o
      USKRetriever: remove superfluous logging
      Improve RealCompressor
      bug6600: minimumVersion for connection essential plugins
      bug4490: Recommended version support in official plugins
      Be smarter about the maximum heap size on 32bit systems
      turns out that sun.arch.data.model might not exist
      toad is right: this isn't what we want
      toad thinks that this is superfluous
      Thanks for the code review toad!
      remove migration code from 2011
      remove useless import (thanks bombe)
      Fix bug #6623 : Wrapper.log: Lots of "setNativePriority(X) has failed!"
      Deprecate old variables; One should use the enum
      Document NativeThread.dontCheckRenice
      Only update essential plugins if we have to
      Actively prevent newer plugins from being deployed
      Remove DiffieHellman related code (pre-neg9)
      Remove DSA and compat code from PeerNode*
      Stop sending a DSA signature
      Use P256 pubkey as identity
      Don't re-use a MD returned to the pool!
      Remove more dead-code
      Major modification of DSA keys in references
      Always send/parse the identity line on opennet
      Remove more dead code
      Implement the workaround suggested by toad
      Second part of the workaround
      Setup CI at https://travis-ci.org/freenet/fred/
      Integer.compare() is java7 ... thanks @Bombe for spotting it
      try the container-based infrastructure
      Critical bugfix following #440
      Remove dead code (DHGroup)
      Remove some more pre-negtyp9 code
      Remove more deadcode as suggested by IDEA
      Improve locking for nonce-handling
      Fix logging on DarknetPeerNode
      We need to write to the peer-file when we add a darknet peer; duh!
      Ensure that we always write the peer file when we add a peer

Lucas Phillips (1):
      change recommendation of Truecrypt to Wikipedia's list of FDE software

Matthew Toseland (115):
      Use synchronized(this) for size etc (no need for a read/write lock here), 
check for size in pushAll loop without having to lock again.
      We need to synchronize when accessing startJob, *NOT* when calling 
pushAllCachingStores.
      Document a bit.
      Do not change startJob in the "too full" case.
      Rename and clarify queuedJob
      runningJob prevents us from running pushAllCachingStores twice at once. 
queuedJob prevents us from queueing two or more jobs to write everything in the 
future.
      Better for unit testing.
      Doh!
      Trivial tidyup of code.
      Paranoia.
      Clarify
      Increase number of keys to write before rotating, add FIXME.
      Don't queue job twice if over the limit, reduce code duplication.
      FIXME
      Use return value of -1 to indicate empty, and document.
      Make isEmpty() package local so we can use it for unit tests but not 
other stuff.
      Move CachingFreenetStore* to src/freenet/store/caching/
      Move CachingFreenetStoreTest too
      Doh, fix accidental change of comparison, broke caching (would always not 
cache).
      Factor out getTotalBlockSize() to StoreCallback
      Add testCollisionsOverMaximumSize
      Add SleepingFreenetStore, useful for a test.
      Test all the possibilities for pushLeastRecentlyBlock, *including the 
tricky one where it returns 0*.
      Increase the delay. Maybe this will make Jenkins happy. It works here 
even with 200ms.
      Try a different executor.
      Don't use Future, it appears to confuse Jenkins. :(
      Longer delay, again for Jenkins.
      Javadocs.
      Clarify
      Create ProxyFreenetStore, base class for CachingFS, SleepingFS etc.
      Implement WriteBlockableFreenetStore, use it to make test both faster and 
more reliable. SleepingFS is a really dirty hack, deprecate it.
      Add waitForSomeBlocked(), wait until a write is actually blocked before 
starting another one.
      Use Lock/Condition. Overkill, but not necessarily any uglier.
      Use Future, now that the problem is solved.
      block cannot be null here, thanks findbugs.
      Always close the InputStream
      Slightly safer locking
      Reduce priority for updater inserts except in most critical cases.
      Be much, much less aggressive about inserting the main jar blob.
      Fix RGA.wakeupTime never getting set.
      Fix
      Delete unused code.
      Tidy up
      Javadocs.
      Document
      Add isOpennetForNoderef(), cleanup.
      Remove some opennet-specific code from PeerNode.
      Factor out writePeers()
      Factor out writePeers(), don't write darknet peers for seeds
      Move fromAnonymousInitiator to a method too.
      Remove PeerManager argument too.
      Get rid of OutgoingPacketMangler argument too.
      Don't set mustCheckpoint if not checkpointing
      Check for checkpointing in lock() too.
      Wake up lock()'ers and clear flag (bug 6612)
      Improve logging
      Logging
      Logging
      Add test for disabling checkpointing (bug #5512)
      Purge LocationUIDPair.
      Cleanly handle dropping too old peers, tell the user.
      Prevent logging code from breaking startup
      Add missing file, sorry!
      Re-check the stores list periodically
      Re-check the stores list periodically
      Cleanup: Factor out pushOffThread*
      Only queue one job in the >90% case.
      Move variable declaration inside look (Bombe)
      Use spaces not tabs on changed lines
      Replace spinning wait in test with proper wait
      Rename variables isSelector -> isIDSelector
      Only allow ID selectors.
      Fix test: Class selector no longer allowed in nav-*
      Explain issues here
      Improve cursor handling (2 coordinates or none)
      Do not accept empty for && expressions (+explain)
      align-items doesn't accept content-distribution
      Fix justify-items and add tests
      Fix leaking a message when rejecting because not routable
      Comments: Explain what identity is for nowadays
      Don't reuse key material (depends on #440)
      Fix comment
      Remove outdated comments.
      Indent.
      Remove unused variables
      Simplify and rename method
      Match by pubkey hash, not obfuscation key
      Match by pubkey not identity (fixes opennt bug)
      Remove now unused getIdentity()
      Remove unused code
      Remove more unused obsolete code
      Remove out of date comment
      Remove unused method
      Factor out dropped peers UI into a useralert
      Rename l10n strings
      Fix l10n string typo
      Fix nondeterminism
      Remove more non-determinism
      Need slot filters for SSK tests
      Need a real delay
      Fix NPE on creating a new node, argh!
      Indent.
      Fix regression in refactoring (someBroken)
      Log after saving the .broken file
      Send the new format UOMAnnouncement message for legacy
      Get rid of all the special treatment of freenet-ext.jar
      Get rid of old UOMAnnounce message
      Send the legacy jar if necessary in UOM
      Remove some more old-UOM cruft
      Fix the UOM URI as well :(
      Argh, fix normal UOM case (no transition)!
      Broadcast only to appropriately versioned nodes
      Send the correct announcement on connect too
      Send UOMAnnouncement only after we know the other side's version
      Delete bogus/outdated check which breaks transition UOM

Pascal666 (2):
      Fix improper indenting & logging bug caused by it
      Add instructions for installing dependencies on CentOS

Simon Vocella (30):
      improving locking in pushAll
      add testOverMaximumSize in CachingFreenetStore that test the case when we 
are going over maximum size
      change in textOverMaximumSize in CachingFreenetStore: 
SaltedHashFreenetStore is lossy, since it only has 5 possible places to put 
each key, so change howManyBlocks in howManyBlocks*5
      CachingFreenetStore: use LRUMap instead of two Treemap and change the 
logic in pushAll
      add CachingFreenetStoreTracker that It's a single counter, a single flush 
job that gets called when it's full
      add CachingFreenetStoreTracker in Node
      add CachingFreenetStoreTracker in CachingFreenetStore and change some 
methods
      fix tests in CachingFreenetStoreTest
      CachingFreenetStoreTracker: add unregisterCachingFS, lock in 
register/unregister and take snapshot in pushAllCachingStores
      CachingFreenetStore: add unregisterCachingFS in close and add 
registerCachingFS in start
      CachingStore: setUserAlertManager set the property in the *underlying* 
store
      CachingFreenetStore: now pushAll return the number of bytes that it 
pushed down to the *underlying* store
      CachingFreenetStoreTracker: fix in pushAllCachingStores and 
unregisterCachingFS, improvements and fixing in add
      CachingFreenetStoreTest: add one check in testOnCloseSSK and 
testTimeExpireSSK and waiting the flushing of the cache in testOverMaximumSize
      CachingFreenetStoreTracker: use toArray(new 
CachingFreenetStore[cachingStores.size()]) to avoid casting from Object, delete 
pushAllCachingStores call direclty in add
      CachingStore: change pushAll in pushLeastRecentlyBlock
      CachingFreenetStoreTracker: do while{} in unregisterCachingFS and 
pushAllCachingStores
      CachingFreenetStoreTest: check where is the block in testOnCollisions
      CachingFreenetStoreTest: delete two useless lines
      CachingFreenetStore: add size to avoid useless cycles in 
CachingFreenetStoreTracker
      CachingFreenetStoreTracker: now use the size of CachingFreenetStore
      delete useless size in CachingFreenetStore and use isEmpty
      use isEmpty instead of getSize in CachingFreenetStoreTracker and push a 
limited number of keys instead of one push in add
      CachingFreenetStoreTracker: add "|| maxSize == 0" in the assert in add() 
function because if maxSize == 0 we have a queuedJob = false
      use a "final int sizeBlock;" set at construction, instead of 
getSizeBlock() in CachingFreenetStore
      CachingFreenetStore: peekKey() can change, if a block is re-added due to 
a collision (with overwrite=true). So push* needs to keep the key for the block 
it's just written, check that the blocks are equals(), check the return value 
from removeKey(), and THEN add the bytes to the counter.
      CachingFreenetStoreTracker: add() have a lower threshold, say 90% of 
maxSize, when it will start a write job, but still accept the data.
      CachingFreenetStore: If backDatastore.put() throws, we should probably 
still remove the key. We don't want to keep looping forever. This is especially 
important for KeyCollisionException.
      CachingFreenetStore: always remove the key, even if we get IOException 
and check if the last version of the block are equals to the block pushed. it 
might have changed if there was a put() with overwrite=true. If it has changed, 
return 0, i.e. don't remove it
      CachingFreenetStore: error in equals, correct

Steve Dougherty (54):
      Close output stream
      Update Spanish, French, and Brazilian Portuguese translation
      Refine English strings
      MessageAuthCode: fix JVM-version-dependent test failure
      Fix Norwegian Bokmål path and configuration
      themes: avoid styling headers as normal text
      l10n: remove unused strings
      l10n: polish phrasing and fix typos
      l10n: fix spelling of "compromised"
      l10n: reduce configuration description aggression
      l10n: polish phrasing and fix typos
      Convert NEWS to Markdown
      NEWS: remove 1468 tray download mention
      Fix spelling of "infeasible"
      CONTRIBUTING: document adding news entries
      l10n: remove unused string
      l10n: replace "meta-string" with "path component"
      l10n: remove duplication; fix phrasing in SSL options
      l10n: avoid duplication; fix phrasing
      l10n: polish phrasing
      l10n: fix mailing list address
      l10n: clarify progress page purpose
      Move Gantros' index to top bookmark
      BookmarkEditor: reduce code duplication
      BookmarkEditor: disallow empty bookmark names
      Parse empty bookmark name as "Unnamed Bookmark"
      Add bookmark name NEWS entry
      default bookmarks: move Enzo's Index to the top
      Update WebOfTrust to build 18
      Update translations
      Remove untranslated strings
      Update Freemail to v0.2.7.2
      Update FlogHelper to v35
      Update KeyUtils to v5025
      BaseL10n: fix Bokmål slug
      reformat canAutoconfigureDatastoreSize()
      fix loss of precision
      Update translations
      test: fix resource path on Java 6
      l10n: remove unused somePeersDisconnectedBlockedTooLong
      remove 1421-specific legacy updater
      DroppedOldPeersUserAlert: fix ".broken" suffix duplication
      Update UPnP to 10007
      Update KeyUtils to v5026
      l10n: add Greek translation
      Update translations
      l10n: fix token mismatch in Traditional Chinese
      updater: change old update key to new for Java 7+
      fix offering legacy jar UOM using the stable key
      Update default bookmark editions
      Build 1471
      NodeUpdateManager: fix using SSK on Java 6
      update TRANSITION_BUILD for build delay
      Build 1472

Vaughan Woodzell (16):
      Add unit tests for BaseL10n
      Refactor a little to combine calls to addL10nSubstitutionInner()
      Avoid returning partially-populated node on l10n error
      Always clone node before adding in addL10nSubstitutionInner()
      Remove unused key parameter from addL10nSubstitutionInner()
      Use fallback string on error in addL10nSubstitutionInner()
      Add test for invalid l10n strings
      Fix broken l10n substitution variables
      Return key from addL10nSubstitution() if fallback fails
      Pass l10n parse exception into Logger.error()
      Separate BaseL10n.getFallbackString() from getDefaultString()
      Separate l10n fallback logic from value handling
      Move exception handling out of BaseL10n.tryGetL10nSubstitution()
      Remove unneeded null check from BaseL10n.addL10nSubstitution()
      Improve method names and javadoc in BaseL10n
      Copy l10n test properties in unit-build

drak@kaverne (23):
      l10n: suggest store values between 100MiB and 20GiB
      Improve suggested store size wording
      wizard: improve datastore size selection
      adjust indentation to using spaces
      wizard: use 10GiB from 50GiB free to 100GiB free
      add a NEWS file
      add a NEWS entry about the NEWS file
      bookmarks: indexes for default bookmarks in software category were wrong.
      default bookmarks: Fix: did not adjust the documentation category name.
      update NEWS
      improve our READMEs with build instructions
      add a note how to run the built freenet yourself.
      switch the default theme to sky static
      Order node-to-node message alerts by sent time
      l10n: Simplify N2NTM useralert header
      useralerts.N2NTM: order by received time instead of sent time
      useralerts: order messages in each class by updated time
      n2ntms: the composed time is the time the user hit send
      UserAlertManager: fix the comments and make them actually useful
      NEWS: add sorted n2ntms
      Gantros is likely dead. Let us preserve his or her memory.
      Linkageddon stopped updating.
      update NEWS file

oo (1):
      CompatibilityAnalyser: fix dontCompress always being false

saces (1):
      set addItem to public

xor-freenet (4):
      Fix updating for official plugins whose JAR URI is USK
      OfficialPlugins: Add testing versions of WOT published by xor
      WOT testing versions' l10n: Warn user about permanent auto-update
      Eclipe classpath: Fix sourcepath of contrib to match repository name

yadevel (1):
      Avoid claiming of unrejected messages by NodeDispatcher
Build number 1472
Buildfile: /tmp/tmp.NZAOx0zurt/fred/build.xml

init:
    [mkdir] Created dir: /tmp/tmp.NZAOx0zurt/fred/build/main
    [mkdir] Created dir: /tmp/tmp.NZAOx0zurt/fred/dist
    [mkdir] Created dir: /tmp/tmp.NZAOx0zurt/fred/build/test
    [mkdir] Created dir: /tmp/tmp.NZAOx0zurt/fred/run

env:

ensure-ext:

libdep-bc:

ensure-bc:

env-gjs:

ensure-gjs:

dep:

check-version-file:

build-version-file:
     [copy] Copying 1 file to /tmp/tmp.NZAOx0zurt/fred/build/main/freenet/node
     [echo] Updated build version to build01472 in 
build/main/freenet/node/Version.java

build:
    [javac] Compiling 1079 source files to /tmp/tmp.NZAOx0zurt/fred/build/main
    [javac] /tmp/tmp.NZAOx0zurt/fred/src/freenet/support/Logger.java:18: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/support/SimpleFieldSet.java:30: warning: 
[deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /tmp/tmp.NZAOx0zurt/fred/src/freenet/client/ArchiveManager.java:40: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /tmp/tmp.NZAOx0zurt/fred/src/freenet/client/Metadata.java:40: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/client/async/ClientGetter.java:50: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /tmp/tmp.NZAOx0zurt/fred/src/freenet/node/OpennetManager.java:54: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /tmp/tmp.NZAOx0zurt/fred/src/freenet/node/PeerManager.java:48: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /tmp/tmp.NZAOx0zurt/fred/src/freenet/node/Node.java:156: warning: 
[deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/clients/fcp/FCPConnectionHandler.java:33: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/client/async/USKFetcher.java:60: warning: 
[deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/client/async/USKRetriever.java:31: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /tmp/tmp.NZAOx0zurt/fred/src/freenet/node/Persister.java:13: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /tmp/tmp.NZAOx0zurt/fred/src/freenet/node/NodeCrypto.java:42: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /tmp/tmp.NZAOx0zurt/fred/src/freenet/node/Announcer.java:33: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /tmp/tmp.NZAOx0zurt/fred/src/freenet/node/MasterKeys.java:26: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /tmp/tmp.NZAOx0zurt/fred/src/freenet/node/LocationManager.java:40: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /tmp/tmp.NZAOx0zurt/fred/src/freenet/node/UptimeEstimator.java:21: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/clients/http/FProxyFetchInProgress.java:41:
 warning: [deprecation] freenet.support.io.Closer in freenet.support.io has 
been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/node/updater/MainJarDependenciesChecker.java:50:
 warning: [deprecation] freenet.support.io.Closer in freenet.support.io has 
been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/node/updater/UpdateDeployContext.java:24: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/node/updater/NodeUpdateManager.java:56: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /tmp/tmp.NZAOx0zurt/fred/src/freenet/l10n/BaseL10n.java:22: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/pluginmanager/PluginManager.java:68: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/node/TextModeClientInterface.java:63: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/clients/http/FProxyToadlet.java:68: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/clients/http/bookmark/BookmarkManager.java:32:
 warning: [deprecation] freenet.support.io.Closer in freenet.support.io has 
been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/clients/fcp/FCPConnectionInputHandler.java:16:
 warning: [deprecation] freenet.support.io.Closer in freenet.support.io has 
been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /tmp/tmp.NZAOx0zurt/fred/src/freenet/clients/fcp/ClientPut.java:38: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/node/updater/UpdateOverMandatoryManager.java:73:
 warning: [deprecation] freenet.support.io.Closer in freenet.support.io has 
been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/node/updater/MainJarUpdater.java:37: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/node/updater/NodeUpdater.java:40: warning: 
[deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/pluginmanager/PluginInfoWrapper.java:16: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/config/FilePersistentConfig.java:18: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/pluginmanager/FredPluginFCP.java:32: 
warning: [deprecation] freenet.pluginmanager.PluginReplySender in 
freenet.pluginmanager has been deprecated
    [javac]     void handle(PluginReplySender replysender, SimpleFieldSet 
params, Bucket data, int accesstype);
    [javac]                 ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/pluginmanager/PluginTalker.java:32: 
warning: [deprecation] freenet.pluginmanager.FredPluginTalker in 
freenet.pluginmanager has been deprecated
    [javac]     public PluginTalker(FredPluginTalker fpt, Node node2, String 
pluginname2, String clientSideIdentifier) throws PluginNotFoundException {
    [javac]                         ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/pluginmanager/PluginTalker.java:59: 
warning: [deprecation] freenet.pluginmanager.FredPluginFCP in 
freenet.pluginmanager has been deprecated
    [javac]     protected WeakReference<FredPluginFCP> findPlugin(String 
pluginname2) throws PluginNotFoundException {
    [javac]                             ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/client/async/ClientGetWorkerThread.java:29:
 warning: [deprecation] freenet.support.io.Closer in freenet.support.io has 
been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/client/async/ContainerInserter.java:37: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/client/async/InsertCompressor.java:24: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/client/async/SingleFileFetcher.java:51: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/client/async/SingleFileStreamGenerator.java:16:
 warning: [deprecation] freenet.support.io.Closer in freenet.support.io has 
been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/support/CountingBloomFilter.java:6: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/support/BinaryBloomFilter.java:6: warning: 
[deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/client/filter/CSSTokenizerFilter.java:23: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/client/filter/CSSReadFilter.java:23: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/client/filter/PNGFilter.java:25: warning: 
[deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /tmp/tmp.NZAOx0zurt/fred/src/freenet/clients/fcp/AddPeer.java:29: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/clients/fcp/FCPPluginClientMessage.java:13:
 warning: [deprecation] freenet.pluginmanager.PluginTalker in 
freenet.pluginmanager has been deprecated
    [javac] import freenet.pluginmanager.PluginTalker;
    [javac]                             ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/clients/fcp/FilterMessage.java:22: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/clients/http/QueueToadlet.java:89: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/clients/http/ContentFilterToadlet.java:24: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/clients/http/ConnectionsToadlet.java:51: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/clients/http/HTTPRequestImpl.java:39: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/clients/http/WelcomeToadlet.java:38: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /tmp/tmp.NZAOx0zurt/fred/src/freenet/config/WrapperConfig.java:18: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /tmp/tmp.NZAOx0zurt/fred/src/freenet/crypt/JceLoader.java:16: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /tmp/tmp.NZAOx0zurt/fred/src/freenet/crypt/SHA256.java:50: warning: 
[deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /tmp/tmp.NZAOx0zurt/fred/src/freenet/crypt/SSL.java:44: warning: 
[deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /tmp/tmp.NZAOx0zurt/fred/src/freenet/crypt/Yarrow.java:31: warning: 
[deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /tmp/tmp.NZAOx0zurt/fred/src/freenet/l10n/ISO639_3.java:13: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/node/simulator/LongTermMHKTest.java:35: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/node/simulator/LongTermManySingleBlocksTest.java:39:
 warning: [deprecation] freenet.support.io.Closer in freenet.support.io has 
been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/pluginmanager/PluginDownLoaderOfficialHTTPS.java:25:
 warning: [deprecation] freenet.support.io.Closer in freenet.support.io has 
been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/pluginmanager/PluginReplySenderDirect.java:26:
 warning: [deprecation] freenet.pluginmanager.FredPluginTalker in 
freenet.pluginmanager has been deprecated
    [javac]     public PluginReplySenderDirect(Node node2, FredPluginTalker 
target2, String pluginname2, String clientIdentifier, String 
clientSideIdentifier) {
    [javac]                                                ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/store/saltedhash/SaltedHashFreenetStore.java:58:
 warning: [deprecation] freenet.support.io.Closer in freenet.support.io has 
been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/support/compress/Bzip2Compressor.java:19: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/support/compress/DecompressorThreadManager.java:24:
 warning: [deprecation] freenet.support.io.Closer in freenet.support.io has 
been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/support/compress/GzipCompressor.java:14: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/support/compress/NewLZMACompressor.java:20:
 warning: [deprecation] freenet.support.io.Closer in freenet.support.io has 
been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/support/compress/OldLZMACompressor.java:19:
 warning: [deprecation] freenet.support.io.Closer in freenet.support.io has 
been deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/support/plugins/helpers1/AbstractFCPHandler.java:10:
 warning: [deprecation] freenet.pluginmanager.PluginReplySender in 
freenet.pluginmanager has been deprecated
    [javac] import freenet.pluginmanager.PluginReplySender;
    [javac]                             ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/support/plugins/helpers1/AbstractFCPHandler.java:47:
 warning: [deprecation] freenet.pluginmanager.PluginReplySender in 
freenet.pluginmanager has been deprecated
    [javac]     public final void handle(PluginReplySender replysender, 
SimpleFieldSet params, Bucket data, int accesstype) throws 
PluginNotFoundException {
    [javac]                              ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/support/plugins/helpers1/AbstractFCPHandler.java:83:
 warning: [deprecation] freenet.pluginmanager.PluginReplySender in 
freenet.pluginmanager has been deprecated
    [javac]     protected abstract void handle(PluginReplySender replysender, 
String command,
    [javac]                                    ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/support/plugins/helpers1/AbstractFCPHandler.java:87:
 warning: [deprecation] freenet.pluginmanager.PluginReplySender in 
freenet.pluginmanager has been deprecated
    [javac]     public static void sendErrorWithTrace(PluginReplySender 
replysender, String identifier, Exception error) throws PluginNotFoundException 
{
    [javac]                                           ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/support/plugins/helpers1/AbstractFCPHandler.java:96:
 warning: [deprecation] freenet.pluginmanager.PluginReplySender in 
freenet.pluginmanager has been deprecated
    [javac]     public static void sendError(PluginReplySender replysender, 
String identifier, FCPException error) throws PluginNotFoundException {
    [javac]                                  ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/support/plugins/helpers1/AbstractFCPHandler.java:100:
 warning: [deprecation] freenet.pluginmanager.PluginReplySender in 
freenet.pluginmanager has been deprecated
    [javac]     public static void sendError(PluginReplySender replysender, int 
code, String identifier, String description) throws PluginNotFoundException {
    [javac]                                  ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/support/plugins/helpers1/AbstractFCPHandler.java:104:
 warning: [deprecation] freenet.pluginmanager.PluginReplySender in 
freenet.pluginmanager has been deprecated
    [javac]     public static void sendError(PluginReplySender replysender, int 
code, String identifier, String description, byte[] data) throws 
PluginNotFoundException {
    [javac]                                  ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/support/plugins/helpers1/AbstractFCPHandler.java:113:
 warning: [deprecation] freenet.pluginmanager.PluginReplySender in 
freenet.pluginmanager has been deprecated
    [javac]     public static void sendNOP(PluginReplySender replysender, 
String identifier) throws PluginNotFoundException {
    [javac]                                ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/support/plugins/helpers1/AbstractFCPHandler.java:117:
 warning: [deprecation] freenet.pluginmanager.PluginReplySender in 
freenet.pluginmanager has been deprecated
    [javac]     public static void sendSuccess(PluginReplySender replysender, 
String identifier, String description) throws PluginNotFoundException {
    [javac]                                    ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/support/plugins/helpers1/AbstractFCPHandler.java:126:
 warning: [deprecation] freenet.pluginmanager.PluginReplySender in 
freenet.pluginmanager has been deprecated
    [javac]     public static void sendProgress(PluginReplySender replysender,  
String identifier, String description) throws PluginNotFoundException {
    [javac]                                     ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/tools/CleanupTranslations.java:16: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac] import freenet.support.io.Closer;
    [javac]                          ^
    [javac] /tmp/tmp.NZAOx0zurt/fred/src/freenet/support/Logger.java:88: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac]                                             Closer.close(br);
    [javac]                                             ^
    [javac] /tmp/tmp.NZAOx0zurt/fred/src/freenet/support/Logger.java:101: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac]                                     Closer.close(is);
    [javac]                                     ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/client/async/TooManyFilesInsertException.java:5:
 warning: [serial] serializable class 
freenet.client.async.TooManyFilesInsertException has no definition of 
serialVersionUID
    [javac] public class TooManyFilesInsertException extends Exception {
    [javac]        ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/support/SimpleFieldSet.java:962: warning: 
[deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac]                         Closer.close(br);
    [javac]                         ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/support/SimpleFieldSet.java:963: warning: 
[deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac]                         Closer.close(isr);
    [javac]                         ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/support/SimpleFieldSet.java:964: warning: 
[deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac]                         Closer.close(bis);
    [javac]                         ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/support/io/StorageFormatException.java:6: 
warning: [serial] serializable class freenet.support.io.StorageFormatException 
has no definition of serialVersionUID
    [javac] public class StorageFormatException extends Exception {
    [javac]        ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/client/async/ClientContext.java:191: 
warning: [deprecation] NORM_PRIORITY in freenet.support.io.NativeThread has 
been deprecated
    [javac]                     }, NativeThread.NORM_PRIORITY);
    [javac]                                    ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/client/async/ClientContext.java:218: 
warning: [deprecation] NORM_PRIORITY in freenet.support.io.NativeThread has 
been deprecated
    [javac]                     }, NativeThread.NORM_PRIORITY);
    [javac]                                    ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/client/async/ClientContext.java:245: 
warning: [deprecation] NORM_PRIORITY in freenet.support.io.NativeThread has 
been deprecated
    [javac]                     }, NativeThread.NORM_PRIORITY);
    [javac]                                    ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/support/io/ResumeFailedException.java:3: 
warning: [serial] serializable class freenet.support.io.ResumeFailedException 
has no definition of serialVersionUID
    [javac] public class ResumeFailedException extends Exception {
    [javac]        ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/client/async/ClientRequestScheduler.java:277:
 warning: [deprecation] HIGH_PRIORITY in freenet.support.io.NativeThread has 
been deprecated
    [javac]     static final int TRIP_PENDING_PRIORITY = 
NativeThread.HIGH_PRIORITY-1;
    [javac]                                                          ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/node/useralerts/UserAlertManager.java:84: 
warning: [deprecation] queue(freenet.clients.fcp.FCPMessage) in 
freenet.clients.fcp.FCPConnectionOutputHandler has been deprecated
    [javac]                                     
subscriber.outputHandler.queue(alert.getFCPMessage());
    [javac]                                                             ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/node/useralerts/UserAlertManager.java:382: 
warning: [deprecation] queue(freenet.clients.fcp.FCPMessage) in 
freenet.clients.fcp.FCPConnectionOutputHandler has been deprecated
    [javac]                                         
subscriber.outputHandler.queue(alert.getFCPMessage());
    [javac]                                                                 ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/client/ArchiveManager.java:337: warning: 
[deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac]                                                     
Closer.close(is);
    [javac]                                                     ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/client/ArchiveManager.java:364: warning: 
[deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac]                     Closer.close(is);
    [javac]                     ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/client/ArchiveManager.java:449: warning: 
[deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac]                     Closer.close(tarIS);
    [javac]                     ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/support/io/TempBucketFactory.java:149: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac]                                                     
Closer.close(is);
    [javac]                                                     ^
    [javac] 
/tmp/tmp.NZAOx0zurt/fred/src/freenet/support/io/TempBucketFactory.java:354: 
warning: [deprecation] freenet.support.io.Closer in freenet.support.io has been 
deprecated
    [javac]                                     Closer.close(currentIS);
    [javac]                                     ^
    [javac] Note: Some input files additionally use or override a deprecated 
API.
    [javac] Note: Some input files additionally use unchecked or unsafe 
operations.
    [javac] 100 warnings
     [copy] Copying 393 files to 
/tmp/tmp.NZAOx0zurt/fred/build/main/freenet/clients/http/staticfiles
     [copy] Copying 19 files to /tmp/tmp.NZAOx0zurt/fred/build/main/freenet/l10n
     [copy] Copying 1 file to /tmp/tmp.NZAOx0zurt/fred/build/main

package-only:
      [jar] Building jar: /tmp/tmp.NZAOx0zurt/fred/dist/freenet.jar

BUILD SUCCESSFUL
Total time: 10 seconds
gpg: Signature made Sat 19 Mar 2016 12:21:05 PM PDT using RSA key ID 7EDBA5E0
gpg: Good signature from "Steve Dougherty (operhiem1 Release Signing Key) 
<[email protected]>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 0046 195B 2DCA B176 D394  09CD 0010 0D89 7EDB A5E0


3990c2d1ff0b3f3a4f1a091872e9cba0568f9cbf4dffc04da1c20dd71d559279865ab21e83beabb0f55a0521bc86b98ff43c08ac2f58ec2e87d5649289745d68
  inserted-freenet.jar
Comparing: 

freenet.jar from the website and fetched from Freenet are the same.
So far OK...
unpacked-official/./META-INF/MANIFEST.MF unpacked-built/./META-INF/MANIFEST.MF 
differ: byte 50, line 2
Manifest file is different; this is expected.
Please review the differences:
2,3c2,3
< Ant-Version: Apache Ant 1.9.6
< Created-By: 1.6.0_38-b38 (Sun Microsystems Inc.)
---
> Ant-Version: Apache Ant 1.8.2
> Created-By: 1.6.0_32-b32 (Sun Microsystems Inc.)
Verification successful.
Tag build01472 / build 1472
Official jar SHA512: 
3990c2d1ff0b3f3a4f1a091872e9cba0568f9cbf4dffc04da1c20dd71d559279865ab21e83beabb0f55a0521bc86b98ff43c08ac2f58ec2e87d5649289745d68
  freenet.jar
Official jar signature SHA512: 
81e5de75749685bd4f267abaa5423a0da605263fce99bc82ca45cfa7ef1ed8d1d4c3e5e40d4f803058e71374528f4b0f92712582d8d0eafd321c68f101c8fc5c
  freenet.jar.sig
Git repository is at object 2712cdf1780ca8dcb557f02636eca5281eb04910
_______________________________________________
Devl mailing list
[email protected]
https://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to