Author: ilgrosso
Date: Thu Jan 24 07:39:00 2013
New Revision: 1437878
URL: http://svn.apache.org/viewvc?rev=1437878&view=rev
Log:
Merge from 1_0_X
Modified:
syncope/trunk/ (props changed)
syncope/trunk/CHANGES
syncope/trunk/pom.xml
Propchange: syncope/trunk/
------------------------------------------------------------------------------
Merged /syncope/branches/1_0_X:r1437393-1437877
Modified: syncope/trunk/CHANGES
URL:
http://svn.apache.org/viewvc/syncope/trunk/CHANGES?rev=1437878&r1=1437877&r2=1437878&view=diff
==============================================================================
--- syncope/trunk/CHANGES (original)
+++ syncope/trunk/CHANGES Thu Jan 24 07:39:00 2013
@@ -2,6 +2,29 @@ Apache Syncope - CHANGES
Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
--------------------------------------------------------------------------------
+Release Notes - Syncope - Version 1.0.5
+================================================================================
+** Bug
+ * [SYNCOPE-260] - Update propagation with null virtual attribute values
+ * [SYNCOPE-267] - Possible NullPointerException into
SchemaMappingUtil.getAccountIdValue()
+ * [SYNCOPE-269] - AES encryption key defined in source code
+ * [SYNCOPE-272] - During sync null attributes from template are considered
+ * [SYNCOPE-273] - Role deletion inhibits notification update
+ * [SYNCOPE-274] - Sync: during update with user template existing
memberships break update
+
+
+
+** Improvement
+ * [SYNCOPE-14] - Solve some warnings and verify if generated projects
still work
+ * [SYNCOPE-67] - Display all Execute Tasks (Propagation, Notification and
Scheduled) and related Execution history items sortered in descending order
+ * [SYNCOPE-201] - AbstractSchema enumerationValues and enumerationKeys too
short
+ * [SYNCOPE-255] - Hide Global Password/Account/Sync policy in security
resource selections
+ * [SYNCOPE-263] - Inject Recipient and Event variable in Velocity Email
Notification Template
+ * [SYNCOPE-264] - Email Notification Templates Documentation
+ * [SYNCOPE-266] - Password should be provided again at resource
subscription time if a "Password" schema mapping for that resource exists
+ * [SYNCOPE-279] - Connector instance timeout
+ * [SYNCOPE-283] - website edits
+
Release Notes - Syncope - Version 1.0.4
================================================================================
** Bug
Modified: syncope/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/syncope/trunk/pom.xml?rev=1437878&r1=1437877&r2=1437878&view=diff
==============================================================================
--- syncope/trunk/pom.xml (original)
+++ syncope/trunk/pom.xml Thu Jan 24 07:39:00 2013
@@ -292,7 +292,7 @@ under the License.
<activiti.version>5.11</activiti.version>
<cxf.version>2.7.0</cxf.version>
- <spring.version>3.1.3.RELEASE</spring.version>
+ <spring.version>3.1.4.RELEASE</spring.version>
<spring-security.version>3.1.3.RELEASE</spring-security.version>
<aspectj.version>1.7.1</aspectj.version>
<jackson.version>1.9.11</jackson.version>