|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
GNUnet 0.8.0c releasedWe are pleased to announce that GNUnet 0.8.0c has been released. This is
primarily a bugfix release fixing major bugs as well as cosmetic issues. Noteworthy improvements ======================= * Migrated HTTP transport to libmicrohttpd 0.4.0a API * Fixed problem with MySQL disconnects causing crashes * Fixed problem in DHT client protocol that could cause requests to be lost * Fixed problem with struct sizes on 64-bit platforms * Fixed Qt detection in configure script * Fixed off-by-one error in file-sharing code * Fixed handling of spaces in gnunet-auto-share * Fixed parsing of IPv6 network specifications * Fixed various other minor bugs Updating ======== After installing the new version, simply run gnunet-update. Availability ============ GNUnet 0.8.0c is available from http://gnunet.org/download.php and all GNU mirrors. Direct links: * http://gnunet.org/download/GNUnet-0.8.0c.tar.gz * http://gnunet.org/download/gnunet-gtk-0.8.0c.tar.gz * http://gnunet.org/download/gnunet-qt-0.8.0b.tar.gz * http://gnunet.org/download/gnunet-fuse-0.8.0.tar.gz * http://gnunet.org/download/win32/Setup-0.8.0c.exe [available soon] Contact ======= Homepage: http://gnunet.org/ Forum: https://gnunet.org/drupal/ Bug tracker: https://gnunet.org/mantis/ IRC: irc://irc.freenode.net/#gnunet _______________________________________________ GNUnet-developers mailing list GNUnet-developers@... http://lists.gnu.org/mailman/listinfo/gnunet-developers |
|
|
Re: [Help-gnunet] GNUnet 0.8.0c releasedI have tested gnunet 0.8.0c and it produces some errors.
Should I open a new gnunet defect ticket? I guess that path "Data aplikací" gets somehow wrong. III 08 22:00:34 WARNING: `write' failed on file `C:\Documents and Settings\All U sers.WINDOWS\Data aplikacÝ\GNU\GNUnet\var\lib\gnunet\data\hosts\S24P35GPACUA7N4C DTM15D9QALHDBE425DVF3G9MIUTMG0NS8LR9ITG6AQ6C8FR5PNB2QT3ENUCPF39M8720QBK46A4S5PFO LMI6CAG.6' at storage.c:468 with error: Invalid argument III 08 22:00:34 WARNING: Message ``unlink' failed on file `C:\Documents and Sett ings\All Users.WINDOWS\Data aplikacÝ\GNU\GNUnet\var\lib\gnunet\data\hosts\TT99V6 KBGOL7D0LV7RB61A07QMEEANQRH10BMCFFT7N60OK8NC61PVTESGI9V24BK8I9LI1NVJ54EFBE2HUTCP HKG795PSOPO8SS9DO.6' at identity.c:533 with error:' repeated 33 times in the las t 30691s III 08 22:00:34 WARNING: `close' failed on file `C:\Documents and Settings\All U sers.WINDOWS\Data aplikacÝ\GNU\GNUnet\var\lib\gnunet\data\hosts\S24P35GPACUA7N4C DTM15D9QALHDBE425DVF3G9MIUTMG0NS8LR9ITG6AQ6C8FR5PNB2QT3ENUCPF39M8720QBK46A4S5PFO LMI6CAG.6' at storage.c:636 with error: Bad file number III 08 22:11:03 WARNING: `unlink' failed on file `C:\Documents and Settings\All Users.WINDOWS\Data aplikacÝ\GNU\GNUnet\var\lib\gnunet\data\hosts\TT99V6KBGOL7D0L V7RB61A07QMEEANQRH10BMCFFT7N60OK8NC61PVTESGI9V24BK8I9LI1NVJ54EFBE2HUTCPHKG795PSO PO8SS9DO.6' at identity.c:533 with error: Permission denied On 28 Feb 2009 at 7:14, Christian Grothoff wrote: > We are pleased to announce that GNUnet 0.8.0c has been released. This is > primarily a bugfix release fixing major bugs as well as cosmetic issues. > > Noteworthy improvements > ======================= > > * Migrated HTTP transport to libmicrohttpd 0.4.0a API > * Fixed problem with MySQL disconnects causing crashes > * Fixed problem in DHT client protocol that could cause requests to be lost > * Fixed problem with struct sizes on 64-bit platforms > * Fixed Qt detection in configure script > * Fixed off-by-one error in file-sharing code > * Fixed handling of spaces in gnunet-auto-share > * Fixed parsing of IPv6 network specifications > * Fixed various other minor bugs > > > Updating > ======== > > > After installing the new version, simply run gnunet-update. > > > Availability > ============ > > GNUnet 0.8.0c is available from http://gnunet.org/download.php and all GNU > mirrors. Direct links: > > * http://gnunet.org/download/GNUnet-0.8.0c.tar.gz > * http://gnunet.org/download/gnunet-gtk-0.8.0c.tar.gz > * http://gnunet.org/download/gnunet-qt-0.8.0b.tar.gz > * http://gnunet.org/download/gnunet-fuse-0.8.0.tar.gz > * http://gnunet.org/download/win32/Setup-0.8.0c.exe [available soon] > > > > Contact > ======= > > > Homepage: http://gnunet.org/ > Forum: https://gnunet.org/drupal/ > Bug tracker: https://gnunet.org/mantis/ > IRC: irc://irc.freenode.net/#gnunet > > > > _______________________________________________ > Help-gnunet mailing list > Help-gnunet@... > http://lists.gnu.org/mailman/listinfo/help-gnunet _______________________________________________ GNUnet-developers mailing list GNUnet-developers@... http://lists.gnu.org/mailman/listinfo/gnunet-developers |
|
|
|
|
|
Re: Re: [Help-gnunet] GNUnet 0.8.0c releasedLe lundi 09 mars 2009 à 21:39 -0600, Christian Grothoff a écrit :
> I'd say yes. There are two other reports about internationalized characters > causing problems with various GNUnet-apps on W32 -- maybe a general plibc > problem with certain character sets. It would probably be good if you could > describe a way how Nils could go about reproducing the problem (which I > suspect doesn't happen with German -- maybe a multi-byte character issue!?). Could be, in UTF-8, í is represented using two bytes, 0xC3 0xAD, so that may be the problem here. But it could also be a more general problem that UTf-8 strings are considered as locale-encoded ones: í uses 221 as decimal representation, which is the code for Ý in ISO 8859-2 (Latin 2) or in Windows codepage 1250. So I'd say there's a missing transcoding somewhere... _______________________________________________ GNUnet-developers mailing list GNUnet-developers@... http://lists.gnu.org/mailman/listinfo/gnunet-developers |
|
|
Re: Re: [Help-gnunet] GNUnet 0.8.0c released> So I'd say there's a missing transcoding somewhere... > Transcoding should not be required here. The path is looked up from the registry, so please to point GNUnet explicitely to the directory (gnunetd.conf: GNUNETD_HOME = c:\...) and report whether this works (it does on a German Windows). Thanks, Nils _______________________________________________ GNUnet-developers mailing list GNUnet-developers@... http://lists.gnu.org/mailman/listinfo/gnunet-developers |
| Free embeddable forum powered by Nabble | Forum Help |