- Password strength enforcement PR #5 (grabbed from Matt Brookings' 5.5.0-dev version)
- Dropped min pwd length feature.
- vmysql.h: tables' layout changed in order to have VARCHAR instead of CHAR.
Fields containing ip addresses enlarged to VARCHAR(39), to create room for ipv6.
Unix timestamps definition changed from BIGINT(20) to INT(11).
44bad58
Full Changelog: v5.6.3...v5.6.4