diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-05-13 19:59:35 -0400 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-05-13 21:11:38 -0400 |
commit | 6e33efbe23d1791f182c428cd92ecc8935d3ca51 (patch) | |
tree | c0789afb6a688e23e2bc4df1689f53a4e5b6ba93 /docs | |
parent | f661e4f6cf1e159888e16ddbb169c7126899f203 (diff) | |
download | ampache-6e33efbe23d1791f182c428cd92ecc8935d3ca51.tar.gz ampache-6e33efbe23d1791f182c428cd92ecc8935d3ca51.tar.bz2 ampache-6e33efbe23d1791f182c428cd92ecc8935d3ca51.zip |
Increase the field size in the ACL entry form
It wasn't large enough to enter IPv6 addresses.
Fixes GH #24
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c6838359..4a41c7bd 100755 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,6 +3,8 @@ CHANGELOG 3.6-FUTURE ---------- +- Fixed ACL text field length to allow entry of IPv6 addresses (reported + by Baggypants) - Fixed regression preventing the use of an existing database during installation (reported by cjsmo) - Fixed operating on all catalogs via the web interface |