Author: ilgrosso
Date: Tue Dec 11 14:02:12 2012
New Revision: 1420168

URL: http://svn.apache.org/viewvc?rev=1420168&view=rev
Log:
Merge from trunk

Modified:
    syncope/branches/DEV_ROLE_PROVISIONING/   (props changed)
    syncope/branches/DEV_ROLE_PROVISIONING/CHANGES
    syncope/branches/DEV_ROLE_PROVISIONING/pom.xml

Propchange: syncope/branches/DEV_ROLE_PROVISIONING/
------------------------------------------------------------------------------
  Merged /syncope/trunk:r1420124-1420167
  Merged /syncope/branches/1_0_X:r1419298-1420166

Modified: syncope/branches/DEV_ROLE_PROVISIONING/CHANGES
URL: 
http://svn.apache.org/viewvc/syncope/branches/DEV_ROLE_PROVISIONING/CHANGES?rev=1420168&r1=1420167&r2=1420168&view=diff
==============================================================================
--- syncope/branches/DEV_ROLE_PROVISIONING/CHANGES (original)
+++ syncope/branches/DEV_ROLE_PROVISIONING/CHANGES Tue Dec 11 14:02:12 2012
@@ -2,6 +2,22 @@ Apache Syncope - CHANGES
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 
--------------------------------------------------------------------------------
 
+Release Notes - Syncope - Version 1.0.4
+================================================================================
+** Bug
+    * [SYNCOPE-232] - "Connection is read-only" during initialization
+    * [SYNCOPE-233] - Authentication failure using password with special 
characters
+    * [SYNCOPE-234] - Failures upgrading OpenJPA
+    * [SYNCOPE-235] - CSVDir connector fails during check connection
+    * [SYNCOPE-236] - Username and password not evaluated from user template 
during synchronization
+    * [SYNCOPE-237] - Users with no entitlements cannot edit their own profile 
via console
+    * [SYNCOPE-238] - With an high number of users, the admin console's 'TODO' 
tab is extremely slow
+    * [SYNCOPE-240] - Missed CREATE status into 
org.apache.syncope.console.commons.StatusUtils.Status
+
+** Improvement
+    * [SYNCOPE-239] - Add OSGi support for the client
+    * [SYNCOPE-243] - Extended org.apache.rat exclude list for eclipse IDE
+
 Release Notes - Syncope - Version 1.0.3-incubating
 
================================================================================
 ** Bug

Modified: syncope/branches/DEV_ROLE_PROVISIONING/pom.xml
URL: 
http://svn.apache.org/viewvc/syncope/branches/DEV_ROLE_PROVISIONING/pom.xml?rev=1420168&r1=1420167&r2=1420168&view=diff
==============================================================================
--- syncope/branches/DEV_ROLE_PROVISIONING/pom.xml (original)
+++ syncope/branches/DEV_ROLE_PROVISIONING/pom.xml Tue Dec 11 14:02:12 2012
@@ -83,6 +83,7 @@ under the License.
       <otherArchives>
         <otherArchive>http://syncope.markmail.org/</otherArchive>
         <otherArchive>http://syncope-user.1051894.n5.nabble.com/</otherArchive>
+        
<otherArchive>http://www.mail-archive.com/user@syncope.apache.org/</otherArchive>
       </otherArchives>
     </mailingList>
     <mailingList>
@@ -94,6 +95,7 @@ under the License.
       <otherArchives>
         <otherArchive>http://syncope.markmail.org/</otherArchive>
         <otherArchive>http://syncope-dev.1063484.n5.nabble.com/</otherArchive>
+        
<otherArchive>http://www.mail-archive.com/dev@syncope.apache.org/</otherArchive>
       </otherArchives>
     </mailingList>
     <mailingList>
@@ -104,6 +106,7 @@ under the License.
       
<archive>http://mail-archives.apache.org/mod_mbox/syncope-commits/</archive>
       <otherArchives>
         <otherArchive>http://syncope.markmail.org/</otherArchive>
+        
<otherArchive>http://www.mail-archive.com/commits@syncope.apache.org/</otherArchive>
       </otherArchives>
     </mailingList>
   </mailingLists>


Reply via email to