Re: [freenet-dev] Freenet 0.7.5 build 1466 released
Whoops. The subject should say build 1467. signature.asc Description: OpenPGP digital signature ___ Devl mailing list Devl@freenetproject.org https://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
Re: [freenet-dev] Freenet 0.7.5 build 1466 released
Whoops. That should say build 1467. signature.asc Description: OpenPGP digital signature ___ Devl mailing list Devl@freenetproject.org https://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
[freenet-dev] Freenet 0.7.5 build 1466 released
This release fixes a bug introduced in build 1466 which can erase the list of plugins to load when Freenet starts if it crashes. [0] Thanks to anonymous for the report and Eleriseth for diagnosing the problem! purge-db4o was going to be in this release if there weren't surprises, but this was a surprise. Barring even more surprises, purge-db4o will be released in build 1468. - Steve Dougherty [0] https://bugs.freenetproject.org/view.php?id=6411 Windows installer: --- Arthur Blot (2): Prevent Java from installing the Ask! toolbar Fix README.md AutoHotKey build instructions Steve Dougherty (5): README: use more concise wording README: fix typo READMEs: remove trailing whitespace Document ending newline policy Add Finnish language entry and convert to ANSI oselotti (1): Add Finnish translation romnGit (2): README: remove obsolete build history Add a Readme for FreenetInstaller_InnoSetup_library fred: --- Eleriseth (1): Remove unnecessary logging Steve Dougherty (6): Default bookmarks: fix operhiem1's blog not appearing PluginManager: fix plugin configuration corruption PluginManager: use idomatic collection addition Add updated translations Update default bookmark editions Build 1467 signature.asc Description: OpenPGP digital signature ___ Devl mailing list Devl@freenetproject.org https://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
Re: [freenet-dev] Freenet 0.7.5 build 1466 released
On 10/11/14 18:43, Arne Babenhauserheide wrote: > Very cool! Thank you for taking up the releases! Agreed, looking forward to having my work out there! If there are problems I may be able to do some bug fixing over Christmas. Until then I can't do much more than answer the odd email query. Thanks! > > Best wishes, > Arne > > Am Sonntag, 9. November 2014, 20:34:28 schrieb Steve Dougherty: >> Highlights for this build: signature.asc Description: OpenPGP digital signature ___ Devl mailing list Devl@freenetproject.org https://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
Re: [freenet-dev] Freenet 0.7.5 build 1466 released
Very cool! Thank you for taking up the releases! Best wishes, Arne Am Sonntag, 9. November 2014, 20:34:28 schrieb Steve Dougherty: > Highlights for this build: signature.asc Description: This is a digitally signed message part. ___ Devl mailing list Devl@freenetproject.org https://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
Re: [freenet-dev] Freenet 0.7.5 build 1466 released
Whoops, this is the wrong list for the user-facing release notes. Sending these out really ought to be automated. signature.asc Description: OpenPGP digital signature ___ Devl mailing list Devl@freenetproject.org https://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
[freenet-dev] Freenet 0.7.5 build 1466 released
Barring surprises this is the second-to-last version of Freenet to support Java 6. If all goes according to plan, the next version will merge purge-db4o, and the next will require Java 7. The version with purge-db4o will refuse to upgrade unless running on a version of Java recent enough to run the next version. Support for this behavior is part of a larger effort to allow separate official update channels - stable, testing, and unstable - as well as make it easier to publish unofficial update channels and further improve deployment security. The coding standards are now being enforced on incoming code and commit messages. [0] These focus both on higher code quality and more descriptive commit messages. The latter make it easier to understand changes between versions and to provide descriptive release information automatically. Highlights for this build: * Add Hungarian Windows installer translation. Thanks drezzium! * Update to Bouncy Castle 1.51. * Allow hiding the Java version EOL alert. (I'm sorry for the excessive annoyingness. Still - please upgrade Java!) * Fix external container redirect path. When large files are moved into external containers they will no longer give a spurious "Not in archive" error. [1] * Add more opennet seed nodes. Thanks saces and juiceman! * Remove bloom filter false positive logging. * Starting Freenet on operating systems that put Java behind a script (Gentoo; Arch) should work by default more often. * Upgrades to the next version (that is, when running this build's upgrade code) should no longer get stuck in an upgrade loop. [2] * Increase opennet peer limit to 142 peers. This now has more math behind it and will change when network parameters are adjusted. [3] * This build will be mandatory starting 2014-11-16, because old nodes will reject new nodes with more than 110 peers. Updates only take a few hours to spread, so this should only cause short term disruption. The next steps: toad_'s summer work on replacing db4o with a custom on-disk format is done and will be in the next release. This is designed for less disk activity and better behavior when corrupted. Plugins will have to be updated due to accompanying API changes. KeyExplorer is ready for the API change, FlogHelper has some work done, and I don't know about the rest. Further plans are detailed in a short-term roadmap. [4] - Steve Dougherty [0] https://wiki.freenetproject.org/Coding_standards [1] https://github.com/freenet/fred/pull/282 [2] https://bugs.freenetproject.org/view.php?id=3208 [3] https://github.com/freenet/fred/pull/286 [4] USK@pxtehd-TmfJwyNUAW2Clk4pwv7Nshyg21NNfXcqzFv4,LTjcTWqvsq3ju6pMGe9Cqb3scvQgECG81hRdgj5WO4s,AQACAAE/blog/23/Content-626611C.html "Release Roadmap 1466--1468" signature.asc Description: OpenPGP digital signature ___ Devl mailing list Devl@freenetproject.org https://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
[freenet-dev] Freenet 0.7.5 build 1466 released
This release is planned to be the second-to-last version of Freenet to support Java 6. The version after this one will refuse to upgrade unless running on Java 7 or later. Support for this behavior is part of a larger effort to allow separate official update channels - stable, testing, and unstable - as well as make it easier to publish unofficial update channels and further improve deployment security. Highlights for this build: * Add Hungarian Windows installer translation. Thanks drezzium! * Allow hiding the Java version End Of Life alert. (I'm sorry for the excessive annoyingness. Still - please upgrade Java!) * Upgrades to the next version (that is, when running this build's upgrade code) should no longer get stuck in an upgrade loop. [0] * Increase opennet peer limit to 142 peers. This now has more math behind it and will change when network parameters are adjusted. [1] * Add more opennet seed nodes. Thanks saces and juiceman! * This build will be mandatory starting 2014-11-16, because old nodes will reject new nodes with more than 110 peers. Updates only take a few hours to spread, so this should only cause short term disruption. Additionally Matthew's (toad_'s) summer work on a custom on-disk format is done. This release lays the groundwork to include the results of that work in the next release. [2] This is designed for less disk activity and better behavior when corrupted. This release coincides with the 25th anniversary of the demolition of the Berlin wall (Mauerfall), which marked the beginning of the end of a large censorship and surveillance regime. May censorship be demolished everywhere! Thank you for using Freenet! - Steve Dougherty and Arne Babenhauserheide [0] https://bugs.freenetproject.org/view.php?id=3208 [1] https://github.com/freenet/fred/pull/286 [2] http://127.0.0.1:/USK@pxtehd-TmfJwyNUAW2Clk4pwv7Nshyg21NNfXcqzFv4,LTjcTWqvsq3ju6pMGe9Cqb3scvQgECG81hRdgj5WO4s,AQACAAE/blog/23/Content-626611C.html "Release Roadmap 1466--1468" http://127.0.0.1: works for default Freenet nodes, but will not work for some setups. If you have a nonstandard setup, you should know the correct URL to use. signature.asc Description: OpenPGP digital signature ___ Devl mailing list Devl@freenetproject.org https://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl