summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/Changelog.txt
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2012-04-05 23:37:33 +0100
committerKHobbits <rob@khobbits.co.uk>2012-04-05 23:37:33 +0100
commit6a75d6fe86c78d2f5b5b3716291b7b81171b330e (patch)
tree33d31861f9854348d54225405aa282d617080dab /EssentialsGroupManager/src/Changelog.txt
parentbc876611d0df5be116c280996add50725083142c (diff)
parent798ea777365d13a8970e4c55c2fafefefd1e166a (diff)
downloadEssentials-6a75d6fe86c78d2f5b5b3716291b7b81171b330e.tar
Essentials-6a75d6fe86c78d2f5b5b3716291b7b81171b330e.tar.gz
Essentials-6a75d6fe86c78d2f5b5b3716291b7b81171b330e.tar.lz
Essentials-6a75d6fe86c78d2f5b5b3716291b7b81171b330e.tar.xz
Essentials-6a75d6fe86c78d2f5b5b3716291b7b81171b330e.zip
Merge branch 'master' of github.com:essentials/Essentials
Diffstat (limited to 'EssentialsGroupManager/src/Changelog.txt')
-rw-r--r--EssentialsGroupManager/src/Changelog.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt
index c57b050c3..c5fe5564d 100644
--- a/EssentialsGroupManager/src/Changelog.txt
+++ b/EssentialsGroupManager/src/Changelog.txt
@@ -156,4 +156,11 @@ v 1.9:
- Auto rename all case sensitive world folders to lower case (if possible).
- Update GlobalGroups.yml for new/changed Towny permission nodes.
- Stop attempting to push empty permissions when players edit the yml's incorrectly.
- - Catch errors caused by bad indentation in yml's. \ No newline at end of file
+ - Catch errors caused by bad indentation in yml's.
+ - Force remove player attachments on disconnect, and tidyup during player join in case of any errors. Fixes a bug of losing permissions.
+ - Added a new permission node 'groupmanager.op'. This will cause players with this node to be treated as op's when
+ using GroupManager commands (they will still require each commands permission node to use them).
+ - Prevent Null entries in group inheritance from throwing errors.
+v 2.0:
+ - Fix GM reporting of permission inheritance to retain the correct order. Lower inheritance groups can no longer negate a higher groups permissions.
+ - Fix an error I caused trying to modify an unmodifiable list when parsing '*' permissions. \ No newline at end of file