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 2018/11/02 13:58:45 UTC

[syncope] branch 2_0_X updated (89c6df7 -> 19410a6)

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a change to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git.


    from 89c6df7  Updating docs with OpenJPA customization
     new 7fd56c8  Updating CHANGES for release
     new 19410a6  Updating Eclipse files for release

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES                                            | 31 ++++++++++++++++++++++
 .../META-INF/MANIFEST.MF                           |  2 +-
 .../META-INF/MANIFEST.MF                           |  2 +-
 .../category.xml                                   |  2 +-
 4 files changed, 34 insertions(+), 3 deletions(-)


[syncope] 02/02: Updating Eclipse files for release

Posted by il...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 19410a65891e1f0bbcd867e44a82dc65386a2bd1
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Nov 2 14:58:28 2018 +0100

    Updating Eclipse files for release
---
 .../bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF  | 2 +-
 .../bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF   | 2 +-
 ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF
index 1ebc5d1..bc46f8d 100644
--- a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF
+++ b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: Apache Syncope Eclipse Plugin
 Bundle-SymbolicName: org.apache.syncope.ide.eclipse.plugin;singleton:=true
-Bundle-Version: 2.0.11.qualifier
+Bundle-Version: 2.0.11
 Bundle-Activator: org.apache.syncope.ide.eclipse.plugin.Activator
 Require-Bundle: org.eclipse.ui,
       org.eclipse.core.runtime,
diff --git a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF
index 8b9b516..ff5a58d 100644
--- a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF
+++ b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: org.apache.syncope.ide.eclipse.tests
 Bundle-SymbolicName: org.apache.syncope.ide.eclipse.tests;singleton:=true
-Bundle-Version: 2.0.11.qualifier
+Bundle-Version: 2.0.11
 Bundle-ActivationPolicy: lazy
 Bundle-Vendor: 
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml b/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml
index 877957f..7fb11c4 100644
--- a/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml
+++ b/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml
@@ -18,7 +18,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 <site>
-   <bundle id="org.apache.syncope.ide.eclipse.plugin" version="2.0.11.qualifier">
+   <bundle id="org.apache.syncope.ide.eclipse.plugin" version="2.0.11">
       <category name="apachesyncope"/>
    </bundle>
    <category-def name="apachesyncope" label="Apache Syncope">


[syncope] 01/02: Updating CHANGES for release

Posted by il...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 7fd56c8ff33ea91c945fe072db54f0f97d975840
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Nov 2 14:58:23 2018 +0100

    Updating CHANGES for release
---
 CHANGES | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/CHANGES b/CHANGES
index 70fa4ae..a018252 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,37 @@ Apache Syncope - CHANGES
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
+Release Notes - Syncope - Version 2.0.11
+================================================================================
+
+** Bug
+    * [SYNCOPE-1360] - Delegated administration to Dynamic Realms not possible
+    * [SYNCOPE-1361] - Custom audit appender does not work after a restart
+    * [SYNCOPE-1366] - Audit events ownership always set to admin user
+    * [SYNCOPE-1370] - Password reset succeeds also on wrong captcha
+    * [SYNCOPE-1372] - Password history checks not effective
+    * [SYNCOPE-1373] - Custom task schedule is reset after update
+    * [SYNCOPE-1374] - Concurrent propagation tasks for non-Master domains not saved
+    * [SYNCOPE-1375] - The existence of a membership attribute mapping implies membership creation during pull
+    * [SYNCOPE-1376] - swagger-ui server URL incorrect behind ssl reverse proxy
+    * [SYNCOPE-1377] - Wrong X-Syncope-Domain header does not throw an error
+    * [SYNCOPE-1380] - During Push or Pull, if policy with conflict resolution IGNORE is set, the process is interrupted as soon as such setting applies
+    * [SYNCOPE-1383] - Exception during "getObject" from external resource
+    * [SYNCOPE-1387] - ClassCast exception when pull realms
+    * [SYNCOPE-1388] - mustChangePassword flag does not prevent user from invoking actions
+    * [SYNCOPE-1389] - In case of virtual attribute mapping, propagation is always set as UPDATE also in case of CREATE
+    * [SYNCOPE-1390] - Pull Realms: pull task with Unmatching Rules: PROVISION shouldn't create propagation task
+
+** New Feature
+    * [SYNCOPE-1019] - Template mechanism for Enduser UI
+    * [SYNCOPE-1367] - Add some accessibility features to Enduser
+
+** Improvement
+    * [SYNCOPE-1379] - Make configurable resource check timeout
+    * [SYNCOPE-1382] - Failure specifying push task filters including db column mapped as integer
+    * [SYNCOPE-1384] - SAML 2.0: Allow to customize RequestedAuthnContext for a given Service Provider
+    * [SYNCOPE-1385] - Priority propagation timeout hard coded into PriorityPropagationTaskExecutor
+
 Release Notes - Syncope - Version 2.0.10
 ================================================================================