Code

Updated changelog
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 25 Oct 2011 10:56:20 +0000 (10:56 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 25 Oct 2011 10:56:20 +0000 (10:56 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@21013 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/Changelog
gosa-core/include/class_configRegistry.inc

index a1a89124e45da4c12c2261ef43688d1a7f859bd9..2b05e633aec74b8a6879a74a2d31cc97ed22ff67 100644 (file)
@@ -2,7 +2,15 @@ GOsa2 changelog
 ===============
 
 * gosa 2.7.2
-   - Updated bundeled smarty to 3.0.8
+  - Updated bundeled smarty to 3.0.8
+  - Introduced sortable listing to ACL and posix dialogs
+  - Fixed problem with mail-method parameters read from ldap
+  - Added flag to allow modification of generated uid proposals
+  - Improved dyngroup to not write dynamic values back to the ldap
+  - Hardening: Replaced in_array calls with a method that uses a strict matching
+  - Updated samba password hashing and its error handling
+  - Updated Kolab tab, to use a sortable list for mynetworks entries
+  - Updated cleansing of FAI object in ldap, thanks to psc
 
 * gosa 2.7.1
   - Updated passwordHook behaviour
index ca23f4b003d65b7c7ed0853ac2230c3c54408a33..b84fe08aa04790c0365d539657dae13cd2b44295 100644 (file)
@@ -225,6 +225,7 @@ class configRegistry{
      */
     function getDisabledPlugins()
     {
+        return(array());
         return($this->pluginsDeactivated);
     }