Version 0.03.01

The main objective for this release is the impementation of the general meeting management.

Important notes

Database manual changes

The DT_MESLINK.SEC_ID column now needs to accept NULL values. On MySQL, the SQL to execute is:

alter table DT_MESLINK change SEC_ID SEC_ID int(11) NULL;
commit;