You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2013/07/12 09:03:15 UTC

svn commit: r1502442 - /syncope/branches/1_1_X/CHANGES

Author: ilgrosso
Date: Fri Jul 12 07:03:15 2013
New Revision: 1502442

URL: http://svn.apache.org/r1502442
Log:
Updating CHANGES for release

Modified:
    syncope/branches/1_1_X/CHANGES

Modified: syncope/branches/1_1_X/CHANGES
URL: http://svn.apache.org/viewvc/syncope/branches/1_1_X/CHANGES?rev=1502442&r1=1502441&r2=1502442&view=diff
==============================================================================
--- syncope/branches/1_1_X/CHANGES (original)
+++ syncope/branches/1_1_X/CHANGES Fri Jul 12 07:03:15 2013
@@ -2,6 +2,21 @@ Apache Syncope - CHANGES
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
+Release Notes - Syncope - Version 1.1.3
+================================================================================
+** Bug
+    * [SYNCOPE-370] - HTTP Status 404 adding a role to a user with IE8 
+    * [SYNCOPE-394] - Scheduled tasks are executed without transaction support
+    * [SYNCOPE-396] - removeAll and retainAll in PropagationByResource dont evaluate correctly boolean expression
+    * [SYNCOPE-397] - Double update propagation with virtual attributes on already associated resource when changing password and adding new resource
+    * [SYNCOPE-398] - secretKey does not get resolved during archetype:generate
+    * [SYNCOPE-399] - Role attribute mapping for user mapping item doesn't result in a multivalue property
+    * [SYNCOPE-400] - Poor search performance on MySQL
+    * [SYNCOPE-401] - Deploying syncope.war with MSSQL server settings to Tomcat on Windows results in Error listenerStart
+
+** Improvement
+    * [SYNCOPE-395] - Role Reportlet
+
 Release Notes - Syncope - Version 1.1.2
 ================================================================================
 ** Bug