Version changes are described here.

From 0.6 to 0.6.0.1

Details added. Some skills, like the forgetSkill, are added.

From 0.6 to 0.6.0.1

Command line excludePrefix system property has been added. Use it with -D java option :
java -DexcludePrefix=org.apache,foo fr.lifl.magique.Start YourMainClass args...
This property enumerates the prefix of the classnames that must be handled by system classloader (these classes could not be dynamically exchanged between agents), here all classes whose name begins org.apache or foo will be ignored.
By default the property contains the prefixes java, org.omg et fr.lifl.magique .

From 0.5 to 0.6

Tools to achieve and manage dynamic organization of multi-agent systems are provided. At now a special class of Agent "AcquAgent" has been created... this will probably disappear and only Agent should remain.

From 0.3 to 0.5

see the new draft tutorial for details on these points

From 0.3 to 0.3.0.1

some minor bugs fixed.

From 0.2 to 0.3

NOTE : compatiblity with older application is no more certified but only minor modifications have to be done to correct it.

From 0.1.0.5 to 0.2

Major modification in low layer : now RMI is used for comunication and a platform must be created on each host and agents must be added to the platform and platforms manage the communications. API has not been changed a lot. Note that for connection, the name of the agent you want to connect to is required.

From 0.1.0.4 to 0.1.0.5

From 0.1.0.3 to 0.1.0.4

From 0.1.0.2 to 0.1.0.3

From 0.1.0.1 to 0.1.0.2

From 0.1 to 0.1.0.1