diff options
author | Iaccidentally <coryhuckaby@gmail.com> | 2013-01-14 17:25:32 -0500 |
---|---|---|
committer | Iaccidentally <coryhuckaby@gmail.com> | 2013-01-14 17:25:32 -0500 |
commit | 32ea86bfd33b1a1cc42533cfdee9ab37be85bb40 (patch) | |
tree | 12445c20a506014d8061d4b5020e073224c5f9d4 /EssentialsGroupManager/src/Changelog.txt | |
parent | 3afe8d18f4fa789756c7045abb2d4b16fdfb5311 (diff) | |
parent | 4807fb39e5167f5388f33da25bafd1da1b6e4ba4 (diff) | |
download | Essentials-32ea86bfd33b1a1cc42533cfdee9ab37be85bb40.tar Essentials-32ea86bfd33b1a1cc42533cfdee9ab37be85bb40.tar.gz Essentials-32ea86bfd33b1a1cc42533cfdee9ab37be85bb40.tar.lz Essentials-32ea86bfd33b1a1cc42533cfdee9ab37be85bb40.tar.xz Essentials-32ea86bfd33b1a1cc42533cfdee9ab37be85bb40.zip |
Merge branch '2.9' of https://github.com/essentials/Essentials into 2.9
Diffstat (limited to 'EssentialsGroupManager/src/Changelog.txt')
-rw-r--r-- | EssentialsGroupManager/src/Changelog.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt index 175d59959..bbdab6a4f 100644 --- a/EssentialsGroupManager/src/Changelog.txt +++ b/EssentialsGroupManager/src/Changelog.txt @@ -205,4 +205,6 @@ v 2.0: - Add support for Rcon.
- Prevent GM commands from being used on CommandBlocks.
- Clear our attachment map upon a manload so we correctly reconfigure a players new permissions.
- - Synchronize the raising of GroupManager events to Bukkit.getServer() (should prevent deadlocks).
\ No newline at end of file + - Synchronize the raising of GroupManager events to Bukkit.getServer() (should prevent deadlocks).
+ - Synchronize pushing to Bukkit perms to prevent any ConcurrentModificationException.
+ - Do not grant any permissions (nor update Bukkit) if the server is in offline mode and the player has the permission node 'groupmanager.noofflineperms'.
\ No newline at end of file |