Simon Josefsson | 15 Jun 23:56

GnuTLS 2.3.15 - fourth and final (?) release candidate for 2.4.0

Version 2.3.15 will hopefully be the final release candidate for the
next stable release v2.4.0.  Please test v2.3.15 as if it were a stable
release!  I'm cc'ing help-gnutls as well, to reach wider audience.
Please report problems to gnutls-devel only.

See below for the v2.4.0 release notes, comments and suggestions are
welcome!

This weekend is Midsommar in Sweden, and I'm leaving town on Thursday,
thus expect the final 2.4.0 release on Thursday.

Here are the compressed sources:
  http://alpha.gnu.org/gnu/gnutls/gnutls-2.3.15.tar.bz2
  ftp://alpha.gnu.org/gnu/gnutls/gnutls-2.3.15.tar.bz2

Here is the Windows binaries:
  http://josefsson.org/gnutls4win/gnutls-2.3.15.exe
  http://josefsson.org/gnutls4win/gnutls-2.3.15.zip

Thanks to Enrico Tassi, we also have mingw32 *.deb's available:
  http://josefsson.org/gnutls4win/mingw32-gnutls_2.3.15-1_all.deb

What's New
==========

Major end-user visible changes compared to the v2.2 branch:

* The PSK sub-system has been improved and now supports password
  derivation and PSK identity hints.

(Continue reading)

Massimo Gaspari | 18 Jun 22:39

Re: GnuTLS 2.3.15 - fourth and final (?) release candidate for 2.4.0

Simon Josefsson wrote:
> Version 2.3.15 will hopefully be the final release candidate for the
> next stable release v2.4.0.  Please test v2.3.15 as if it were a stable
> release!  I'm cc'ing help-gnutls as well, to reach wider audience.
> Please report problems to gnutls-devel only.
>
> See below for the v2.4.0 release notes, comments and suggestions are
> welcome!
>
> This weekend is Midsommar in Sweden, and I'm leaving town on Thursday,
> thus expect the final 2.4.0 release on Thursday.
>
> Here are the compressed sources:
>   http://alpha.gnu.org/gnu/gnutls/gnutls-2.3.15.tar.bz2
>   ftp://alpha.gnu.org/gnu/gnutls/gnutls-2.3.15.tar.bz2
>
>   
I compiled the source with the following configuration

libgpg-error 1.6 => ./configure --disable-shared --disable-rpath
libgcrypt 1.4.1 => ./configure --disable-shared --enable-random=w32 
--disable-dev-random
CFLAGS = -O2
gnutls 2.3.15 => ./configure --disable-shared --disable-rpath 
--disable-cxx --disable-guile
MinGW- Gcc 4.2.1 on Windows XP SP2

I just got the following warnings

 gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. 
(Continue reading)

Simon Josefsson | 18 Jun 22:57

Re: GnuTLS 2.3.15 - fourth and final (?) release candidate for 2.4.0

Massimo Gaspari <massimo.gaspari <at> alice.it> writes:

> I compiled the source with the following configuration
>
> libgpg-error 1.6 => ./configure --disable-shared --disable-rpath
> libgcrypt 1.4.1 => ./configure --disable-shared --enable-random=w32
> --disable-dev-random
> CFLAGS = -O2
> gnutls 2.3.15 => ./configure --disable-shared --disable-rpath
> --disable-cxx --disable-guile
> MinGW- Gcc 4.2.1 on Windows XP SP2
>
>
> I just got the following warnings
...
> The  "make test" ended successfully. No errors.

Thanks for the feedback.  Unfortunately it is too late to fix it for
v2.4.0, but I have fixed the warnings in the 2.5.x branch.

/Simon
Simon Josefsson | 19 Jun 12:37

Re: GnuTLS 2.3.15 - fourth and final (?) release candidate for 2.4.0

Simon Josefsson <simon <at> josefsson.org> writes:

> Massimo Gaspari <massimo.gaspari <at> alice.it> writes:
>
>> I compiled the source with the following configuration
>>
>> libgpg-error 1.6 => ./configure --disable-shared --disable-rpath
>> libgcrypt 1.4.1 => ./configure --disable-shared --enable-random=w32
>> --disable-dev-random
>> CFLAGS = -O2
>> gnutls 2.3.15 => ./configure --disable-shared --disable-rpath
>> --disable-cxx --disable-guile
>> MinGW- Gcc 4.2.1 on Windows XP SP2
>>
>>
>> I just got the following warnings
> ...
>> The  "make test" ended successfully. No errors.
>
> Thanks for the feedback.  Unfortunately it is too late to fix it for
> v2.4.0, but I have fixed the warnings in the 2.5.x branch.

I've back-ported these fixes to the 2.4.x branch as well.

/Simon

Gmane