Hi,

Poweradmin 2.1.6 has just been released. It is available for download
from GitHub:
https://github.com/poweradmin/poweradmin/tarball/v2.1.6

I would like to thank everyone who contributed code or patches, reported
bugs, tested snapshots.


Changes since Poweradmin 2.1.6
==============================

This is primarily a bugfix release. You can find a summary of changes here:
https://www.poweradmin.org/trac/wiki/News/CallfortestingPoweradmin2.1.6

Upgrading:
==========

Updating instructions for 2.1.5:
1. Download latest tarball from GitHub
2. Backup old files, replace everything with content from downloaded file
3. From backup restore only inc/config.inc.php
4. Update database structure:

- MySQL:
ALTER TABLE users MODIFY username VARCHAR(64) NOT NULL DEFAULT '0';
ALTER TABLE users MODIFY password VARCHAR(128) NOT NULL DEFAULT '0';

- PostgreSQL:
ALTER TABLE users ALTER COLUMN username TYPE VARCHAR(64);
ALTER TABLE users ALTER COLUMN password TYPE VARCHAR(128);


Please use GitHub's issue tracker to report bugs or create new feature
requests.

--
Edmondas

_______________________________________________
poweradmin-users mailing list
[email protected]
http://lists.poweradmin.org/cgi-bin/mailman/listinfo/poweradmin-users

Reply via email to