gnunet-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GNUnet-developers] GNUnet 0.11.0 released


From: Schanzenbach, Martin
Subject: Re: [GNUnet-developers] GNUnet 0.11.0 released
Date: Thu, 28 Feb 2019 16:28:28 +0100

Okay. I am asking because 0.12 is scheduled for 04/2020 for now. But GSoC ends 
a lot earlier and it might make sense to release 0.12 after that.
If not, GSoC might need to happen in the 0.11.x branch.

> On 28. Feb 2019, at 16:05, Christian Grothoff <address@hidden> wrote:
> 
> Signed PGP part
> On 2/28/19 2:21 PM, Schanzenbach, Martin wrote:
>> I fixed in in HEAD, but we will have to wait for 0.11.1 in a few weeks for 
>> it to land to land.
>> Since it is experimental, it's not the end of the world, but annoying.
>> 
>> @grothoff: Did you already branch the 0.11.x?
> 
> Not yet. I figured this could be done once truly incompatible changes
> start to hit master.
> 
>>> On 28. Feb 2019, at 14:14, Schanzenbach, Martin <address@hidden> wrote:
>>> 
>>> Signed PGP part
>>> :/ seems like --enable-experimental FTBFS
>>> 
>>>> On 28. Feb 2019, at 13:53, Daniel Golle <address@hidden> wrote:
>>>> 
>>>> On Thu, Feb 28, 2019 at 12:39:12PM +0100, Christian Grothoff wrote:
>>>>> Dear all,
>>>>> 
>>>>> We are pleased to announce the release of GNUnet 0.11.0.
>>>>> 
>>>>> This is a major release after about five years of development. In terms
>>>>> of usability, users should be aware that there are still a large number
>>>>> of known open issues in particular with respect to ease of use, but also
>>>>> some critical privacy issues especially for mobile users. Also, the
>>>>> nascent network is tiny (about 200 peers) and thus unlikely to provide
>>>>> good anonymity or extensive amounts of interesting information. As a
>>>>> result, the 0.11.0 release is still only suitable for early adopters
>>>>> with some reasonable pain tolerance.
>>>> 
>>>> Seems like the release is somehow incomplete :(
>>>> 
>>>> CC       credential_api.lo
>>>> CC       credential_serialization.lo
>>>> CC       credential_misc.lo
>>>> CC       plugin_gnsrecord_credential.lo
>>>> credential_serialization.c:31:10: fatal error: 
>>>> gnunet_credential_service.h: No such file or directory
>>>> #include "gnunet_credential_service.h"
>>>>        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>>> compilation terminated.
>>>> credential_api.c:32:10: fatal error: credential.h: No such file or 
>>>> directory
>>>> #include "credential.h"
>>>>        ^~~~~~~~~~~~~~
>>>> compilation terminated.
>>>> plugin_gnsrecord_credential.c:30:10: fatal error: 
>>>> gnunet_credential_service.h: No such file or directory
>>>> #include "gnunet_credential_service.h"
>>>>        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>>> compilation terminated.
>>>> make[7]: *** [Makefile:968: credential_api.lo] Error 1
>>>> make[7]: *** Waiting for unfinished jobs....
>>>> make[7]: *** [Makefile:968: plugin_gnsrecord_credential.lo] Error 1
>>>> make[7]: *** [Makefile:968: credential_serialization.lo] Error 1
>>>> credential_misc.c:31:10: fatal error: gnunet_credential_service.h: No such 
>>>> file or directory
>>>> #include "gnunet_credential_service.h"
>>>>        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>>> compilation terminated.
>>>> 
>>>> 
>>>>> 
>>>>> Download links
>>>>> ==============
>>>>> 
>>>>> http://ftpmirror.gnu.org/gnunet/gnunet-0.11.0.tar.gz
>>>>> http://ftpmirror.gnu.org/gnunet/gnunet-0.11.0.tar.gz.sig
>>>>> http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.0.tar.gz
>>>>> http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.0.tar.gz.sig
>>>>> http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.11.0.tar.gz
>>>>> http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.11.0.tar.gz.sig
>>>>> 
>>>>> Note that GNUnet is now started using gnunet-arm -s. GNUnet should be
>>>>> stopped using gnunet-arm -e.
>>>>> 
>>>>> 
>>>>> Noteworthy changes
>>>>> ==================
>>>>> 
>>>>> * The Web site and manuals have undergone significant rework. You can
>>>>> find an archive of the old Web site at https://old.gnunet.org/.
>>>>> 
>>>>> * The code now builds again on macOS. GNUnet on macOS is experimental.
>>>>> While it builds and seems to run fine, some tests are known to fail.
>>>>> * Build process now works properly with libidn2
>>>>> * Except for gnunet-qr, all Python code was migrated to Python 3.7.
>>>>> * Fixed security issues in secret sharing cryptography logic
>>>>> * Services running out of file descriptors on accept() no longer busy
>>>>> wait
>>>>> * Fixed crash in gnunet-gns2dns proxy
>>>>> * GNS responses are now padded to minimize information disclosure from
>>>>> the size
>>>>> * Fixed API issues and (rare) crash bugs in CADET
>>>>> * The experimental SecuShare code is not included in the release, you
>>>>> can now find it in the gnunet-secushare Git repository.
>>>>> * The Ascension tool (separate download) now allows importing DNS zones
>>>>> into GNS via AXFR.
>>>>> * GNUnet now includes a decentralised identity attribute sharing
>>>>> service: reclaimID. A ready-to-use client can be found in an external
>>>>> repo.
>>>>> * The code now builds again on NetBSD. GNUnet on NetBSD is experimental.
>>>>> While it builds and seems to run fine, full support requires more
>>>>> changes in the core of GNUnet It will soon be available via pkgsrc.
>>>>> * Many things changed on the build system side. If you package GNUnet
>>>>> for an operating system or otherwise package manager, make sure that
>>>>> you read the README.
>>>>> 
>>>>> The above is just the short list, our bugtracker lists over 100
>>>>> individual issues that were resolved since 0.11.0pre66.
>>>>> 
>>>>> 
>>>>> Known Issues
>>>>> ============
>>>>> 
>>>>> * There are known major design issues in the TRANSPORT, ATS and CORE
>>>>> subsystems which will need to be addressed in the future to achieve
>>>>> acceptable usability, performance and security.
>>>>> * There are known moderate implementation limitations in CADET that
>>>>> negatively impact performance. Also CADET may unexpectedly deliver
>>>>> messages out-of-order.
>>>>> * There are known moderate design issues in FS that also impact
>>>>> usability and performance.
>>>>> * There are minor implementation limitations in SET that create
>>>>> unnecessary attack surface for availability.
>>>>> * The RPS subsystem remains experimental.
>>>>> * Some high-level tests in the test-suite fail non-deterministically due
>>>>> to the low-level TRANSPORT issues.
>>>>> 
>>>>> In addition to this list, you may also want to consult our bug tracker
>>>>> at https://bugs.gnunet.org which lists about 150 more specific issues.
>>>>> 
>>>>> 
>>>>> Thanks
>>>>> ======
>>>>> 
>>>>> This release was the work of many people. The following people
>>>>> contributed code and were thus easily identified: Christian Grothoff,
>>>>> Matthias Wachs, Bart Polot, Sree Harsha Totakura, Nathan S. Evans,
>>>>> Martin Schanzenbach, Julius Bünger, ng0, Philipp Tölke, Florian Dold,
>>>>> Руслан Ижбулатов, tg(x), David Barksdale, Christian Fuchs, Nils Durner,
>>>>> Omar Tarabai, Maximilian Szengel, Supriti Singh, lurchi, David Brodski,
>>>>> xrs, Fabian Oehlmann, Carlo von lynX, Christophe Genevey Metat, Jeffrey
>>>>> Burdges, Safey A.Halim, Daniel Golle, Phil, Bruno Cabral, Ji Lu, Heikki
>>>>> Lindholm, Markus Teich, t3sserakt, Claudiu Olteanu, Marcello Stanisci,
>>>>> Moon, Hernani Marques, anryko, Arthur Dewarumez, Julien Morvan, Adnan H,
>>>>> rexxnor, Lin Tong, Andreas Fuchs, Christian Rupp, jah, Alejandra
>>>>> Morales, Bernd Fix, Feideus, Matthias Kolja Miehl, Andrew Cann, Antonio
>>>>> Ojea, Pascal Mainini, amirouche and hark. Special thanks to Florian 
>>>>> Weimer.
>>>>> 
>>>>> 
>>>>> Happy hacking!
>>>>> 
>>>>> Christian
>>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>>> _______________________________________________
>>>>> GNUnet-developers mailing list
>>>>> address@hidden
>>>>> https://lists.gnu.org/mailman/listinfo/gnunet-developers
>>>> 
>>> 
>>> 
>>> 
>> 
>> 
>> _______________________________________________
>> GNUnet-developers mailing list
>> address@hidden
>> https://lists.gnu.org/mailman/listinfo/gnunet-developers
>> 
> 
> 
> 

Attachment: signature.asc
Description: Message signed with OpenPGP


reply via email to

[Prev in Thread] Current Thread [Next in Thread]