Vous pouvez charger la version stable (1.8.6) sous license GPL modifiée (identique à celle de GNAT). En particulier, cela signifie que vous pouvez librement utiliser AdaSockets dans une application propriétaire sans que cela ne contamine votre code.
Une liste de diffusion technique reçoit les questions des utilisateurs concernant AdaSockets. Il suffit de cliquer pour s'abonner ou lire les archives. Vous pouvez également y participer dans un groupe de discussion Usenet.
Vous pouvez récupérer la version en cours de développement à l'aide de GIT.
* New in AdaSockets 1.8.6
Add RTEMS port from Joel Sherrill <joel.sherrill@oarcorp.com>.
Fix style issues and warnings from newer GNAT versions.
Use a LIBVERSION of 1:0:0 as is done in the Debian package.
* New in AdaSockets 1.8.5
Fix locking race condition in naming routines. Bug found and fix sent by
Dmitriy Anisimkov <anisimkov@ada-ru.org>.
Allow explicit interface selection for multicast sockets. Patch sent by
Guillaume Foliard <guifo@wanadoo.fr>.
Use inet_aton instead of inet_addr. Patch sent by Guillaume Foliard
<guifo@wanadoo.fr>.
Use -lresolv on Solaris for inet_aton.
Update build process with latest autotools.
Use stdlib.h and string.h in constants.c when appropriate.
* New in AdaSockets 1.8.4.7
Packaging glitch is now fixed, thanks to Dani <danielcheagle@ig.com.br>
for reporting it.
* New in AdaSockets 1.8.4.6
Fix documentation, thanks to <odyssee.tremoulis@atosorigin.com>.
Do not require a C++ compiler to be present because it is of no use.
Request from Dmitriy Anisimkov <anisimkov@ada-ru.org>.
* New in AdaSockets 1.8.4.5
The Sockets.Naming.Value function now checks that a correct dotted IP address
is given.
Add a new example "value" to test the Sockets.Naming.Value function.
* New in AdaSockets 1.8.4.4
Fix bug an offset-by-one error in Sockets.Receive_Some. Bug found and fix
sent by Dmitriy Anisimkov <anisimkov@omsknet.ru>.
Fix typo in documentation, thanks to Vladimir <elwan@isc.tsu.ru>.
* New in AdaSockets 1.8.4.3
Fix bug in Sockets.Receive in presence of connection errors. Bug found
and fix sent by Dmitriy Anisimkov <anisimkov@omsknet.ru>.
* New in AdaSockets 1.8.4.2
In-source-tree build for AdaSockets was broken, this is now fixed.
* New in AdaSockets 1.8.4.1
AdaSockets now has two build options: --disable-doc and --disable-examples.
* New in AdaSockets 1.8.4
This version only fix some builds problems when gnatmake cannot be found.
* New in AdaSockets 1.8.3
Fix several bugs and glitches with older versions of GNAT.
* New in AdaSockets 1.8.2
To remove the risk of using two different versions of GNAT, gnatmake
is now used as the only driver to compile Ada code.
* New in AdaSockets 1.8.1
The change in AdaSockets 1.8 broke compilation with versions of GNAT
older than 5.01. This version restores it for every GNAT version.
Bug found by Duncan Sands <duncan.sands@math.u-psud.fr>.
* New in AdaSockets 1.8
A change in the `gnatkr' program for GNAT 5.01 required a change in
AdaSockets. Patch sent by Dmitriy Anisimkov <anisimkov@omsknet.ru>.
* New in AdaSockets 1.7
A bug in multicast sockets handling has been fixed (which could cause
incompatibities on heterogeneous architectures). Bug found and fix sent
by Guillaume Foliard <guifo@wanadoo.fr>.
A new Create_Multicast_Socket function allows you to choose the local
port to use.
* New in AdaSockets 1.6
A new procedure Get_Line looks like Ada.Text_IO equivalent. The Get_Line
function also now takes a default argument.
* New in AdaSockets 1.5.1
Interface change: some types have been moved in Sockets.Types, a new
package. Also, the sa_len and sin_len fields have been introduced
respectively in Sockaddr and Sockaddr_In types when applicable.
Autoconf file has been renamed from configure.in to configure.ac to
use newest autoconf file naming conventions.
* New in AdaSockets 1.5
AdaSockets don't check the version string of GNAT anymore as it works with
any decently recent version.
Also, remove two useless copies in some of the Receive_ routines which
could penalize large transfers.
* New in AdaSockets 1.4.1
Work with GNAT 3.15p (the version string has yet another format).
Thanks to Jean-Pierre Rosen <rosen@adalog.fr> for signalling this problem.
* New in AdaSockets 1.4
AdaSockets now supports GNAT 3.2 from the GCC tree and Windows XP. Windows patch sent by Jeffrey Creem <jeff@thecreems.com>.
* New in AdaSockets 1.3
AdaSockets now supports OpenVMS. Support added by Dominik Madon
<dominik@acm.org>.