Skip to content

Commit

Permalink
Merge branch 'main' of github.com:hyphanet/website
Browse files Browse the repository at this point in the history
  • Loading branch information
Thynix committed Sep 24, 2024
2 parents 6ccb734 + b3d0345 commit ee074ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 6 additions & 2 deletions content/2024-06-23-build-1498.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ categories: release
---
Freenet / Hyphanet 0.7.5 build 1498 is now available.

> **Install Freenet / Hyphanet** for **[Windows][windows-installer]**, for **[GNU/Linux, macOS and other *nixes][linux-installer]**, or for **[Android][android-package]**. See the [download page][download page] for more information and other platforms.
> **Install Freenet / Hyphanet** for **[Windows][windows-installer]**, for **[GNU/Linux, macOS and other *nixes][linux-installer]**, or for **[Android][android-package]**. See the [download page][download page] for more information and other platforms (Apple Silicon needs library updates to work).
This release resolves the last blocker for Freenet / Hyphanet 0.8 by
providing an [official Debian package][debian-package]. Additionally it optimizes the
Expand All @@ -19,13 +19,14 @@ There are five larger areas of improvements:
<div style="float: right; width: 30%; max-width: 300px;"><img src="./theme/images/logo-large.png" width="100%" style="filter: invert(30%)" /></div>

- provide a debian package
- optimizes the networking and data transfer core
- optimize the networking and data transfer core
- more possibilities for website authors
- improve the user experience
- validated Windows installer signing workflow

<div style="clear: both"></div>


## Debian Package: Hyphanet as backend service

_Hyphanet as privacy core._
Expand Down Expand Up @@ -78,6 +79,7 @@ close to the nodes location — and it reduces the network load of
healing, because the specialized healing inserts need fewer hops to
reach the optimal storage location in the network.


## Possibilities for website authors

_Optimized core features._
Expand All @@ -99,6 +101,7 @@ segments of up to 200MiB.
And using `-1` as version in a USK now properly finds version `0`, if
this is the only existing version.


## User experience improvements

_Far from the core, but essential for usage._
Expand Down Expand Up @@ -159,6 +162,7 @@ Time-dependence of compressor selection was removed. This caused
non-determinism for inserts and could cause keys to be
non-reproducible on systems with faster or slower network.


## Validated Windows installer signing workflow

_Recovered core safety on Windows._
Expand Down
4 changes: 4 additions & 0 deletions content/pages/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ You can start Hyphanet manually there, but you then don’t have
auto-updates. After installation you find the relevant classpath
arguments in wrapper.conf. Then call java directly with a command like `java -Xmx1500m -Xss512k -Dnetworkaddress.cache.ttl=0 -Dnetworkaddress.cache.negative.ttl=0 --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED -cp bcprov-jdk15on-1.59.jar:freenet-ext.jar:freenet.jar:jna-4.5.2.jar:jna-platform-4.5.2.jar:pebble-3.1.5.jar:unbescape-1.1.6.RELEASE.jar:slf4j-api-1.7.25.jar freenet.node.NodeStarter`

**Note**: _Apple Silicon_ needs library updates to work, so you’ll have to download and use a new version of jna….jar and jna-platform….jar in the command above.



## Release Mirror

Our releases are provided via Lysator. You can try the
Expand Down

0 comments on commit ee074ab

Please sign in to comment.