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/03/13 14:24:50 UTC

[1/2] syncope git commit: Updating CHANGES for release

Repository: syncope
Updated Branches:
  refs/heads/1_2_X 44a5ca0fb -> 1583964bf


Updating CHANGES for release


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/2b2e94cc
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/2b2e94cc
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/2b2e94cc

Branch: refs/heads/1_2_X
Commit: 2b2e94cc77792ff8264a3e358925ad41de6021a6
Parents: 44a5ca0
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Mar 13 15:20:32 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Mar 13 15:20:32 2018 +0100

----------------------------------------------------------------------
 CHANGES | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/2b2e94cc/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index a79f41d..76e85fb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.2.11
+================================================================================
+
+** Bug
+    * [SYNCOPE-1070] - Conversion pattern ignored for date, long and double values during propagation
+    * [SYNCOPE-1102] - Unique attribute update inserts additional value
+    * [SYNCOPE-1128] - Content exporter does not sort for internal foreign keys
+    * [SYNCOPE-1168] - Encryptor pads short secret keys with "0" instead of random characters
+    * [SYNCOPE-1210] - Random password generation fails for push tasks
+
+** Improvement
+    * [SYNCOPE-1083] - ConnInstance location is not normalized
+    * [SYNCOPE-1086] - Avoid to read whole entities to check ETag
+    * [SYNCOPE-1087] - Avoid to read input entities if no notification or audit are requested
+    * [SYNCOPE-1103] - Option to disable Quartz instances across cluster
+
 Release Notes - Syncope - Version 1.2.10
 ================================================================================
 


[2/2] syncope git commit: [maven-release-plugin] prepare release syncope-1.2.11

Posted by il...@apache.org.
[maven-release-plugin] prepare release syncope-1.2.11


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/1583964b
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/1583964b
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/1583964b

Branch: refs/heads/1_2_X
Commit: 1583964bffaf14ec90641a11523bb75aef8097e3
Parents: 2b2e94c
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Mar 13 15:24:45 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Mar 13 15:24:45 2018 +0100

----------------------------------------------------------------------
 archetype/pom.xml     | 2 +-
 build-tools/pom.xml   | 2 +-
 client/pom.xml        | 2 +-
 common/pom.xml        | 2 +-
 console/pom.xml       | 2 +-
 core-upgrader/pom.xml | 2 +-
 core/pom.xml          | 2 +-
 deb/console/pom.xml   | 2 +-
 deb/core/pom.xml      | 2 +-
 deb/pom.xml           | 2 +-
 installer/pom.xml     | 2 +-
 pom.xml               | 4 ++--
 standalone/pom.xml    | 2 +-
 13 files changed, 14 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/1583964b/archetype/pom.xml
----------------------------------------------------------------------
diff --git a/archetype/pom.xml b/archetype/pom.xml
index bcbeef8..803e47a 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.11-SNAPSHOT</version>
+    <version>1.2.11</version>
   </parent>
 
   <name>Apache Syncope Archetype</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/1583964b/build-tools/pom.xml
----------------------------------------------------------------------
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index 536e49c..9b9ef93 100644
--- a/build-tools/pom.xml
+++ b/build-tools/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.11-SNAPSHOT</version>
+    <version>1.2.11</version>
   </parent>
 
   <name>Apache Syncope Build Tools</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/1583964b/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index 9b4c603..9af0e34 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.11-SNAPSHOT</version>
+    <version>1.2.11</version>
   </parent>
 
   <name>Apache Syncope Client</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/1583964b/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index d651f13..0dc9e1a 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.11-SNAPSHOT</version>
+    <version>1.2.11</version>
   </parent>
 
   <name>Apache Syncope Common</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/1583964b/console/pom.xml
----------------------------------------------------------------------
diff --git a/console/pom.xml b/console/pom.xml
index af9690c..7dce27e 100644
--- a/console/pom.xml
+++ b/console/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.11-SNAPSHOT</version>
+    <version>1.2.11</version>
   </parent>
 
   <name>Apache Syncope Console</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/1583964b/core-upgrader/pom.xml
----------------------------------------------------------------------
diff --git a/core-upgrader/pom.xml b/core-upgrader/pom.xml
index 18d057d..f7619e7 100644
--- a/core-upgrader/pom.xml
+++ b/core-upgrader/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.11-SNAPSHOT</version>
+    <version>1.2.11</version>
   </parent>
  
   <groupId>org.apache.syncope</groupId>

http://git-wip-us.apache.org/repos/asf/syncope/blob/1583964b/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index e9075f2..4ca37bf 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.11-SNAPSHOT</version>
+    <version>1.2.11</version>
   </parent>
 
   <name>Apache Syncope Core</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/1583964b/deb/console/pom.xml
----------------------------------------------------------------------
diff --git a/deb/console/pom.xml b/deb/console/pom.xml
index 1d3f6d0..a8f8724 100644
--- a/deb/console/pom.xml
+++ b/deb/console/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-deb</artifactId>
-    <version>1.2.11-SNAPSHOT</version>
+    <version>1.2.11</version>
   </parent>
 
   <name>Apache Syncope Deb Console</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/1583964b/deb/core/pom.xml
----------------------------------------------------------------------
diff --git a/deb/core/pom.xml b/deb/core/pom.xml
index 4911042..dd1004c 100644
--- a/deb/core/pom.xml
+++ b/deb/core/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-deb</artifactId>
-    <version>1.2.11-SNAPSHOT</version>
+    <version>1.2.11</version>
   </parent>
 
   <name>Apache Syncope Deb Core</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/1583964b/deb/pom.xml
----------------------------------------------------------------------
diff --git a/deb/pom.xml b/deb/pom.xml
index 4cba1ca..143d772 100644
--- a/deb/pom.xml
+++ b/deb/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.11-SNAPSHOT</version>
+    <version>1.2.11</version>
   </parent>
 
   <name>Apache Syncope Deb</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/1583964b/installer/pom.xml
----------------------------------------------------------------------
diff --git a/installer/pom.xml b/installer/pom.xml
index 4908d0e..04f6fbb 100644
--- a/installer/pom.xml
+++ b/installer/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.11-SNAPSHOT</version>
+    <version>1.2.11</version>
   </parent>
 
   <name>Apache Syncope Installer</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/1583964b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 098cf9b..2bd08c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@ under the License.
 
   <groupId>org.apache.syncope</groupId>
   <artifactId>syncope</artifactId>
-  <version>1.2.11-SNAPSHOT</version>
+  <version>1.2.11</version>
   <packaging>pom</packaging>
 
   <parent>
@@ -52,7 +52,7 @@ under the License.
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/syncope.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/syncope.git</developerConnection>
     <url>https://git-wip-us.apache.org/repos/asf?p=syncope.git</url>
-    <tag>HEAD</tag>
+    <tag>syncope-1.2.11</tag>
   </scm>
 
   <issueManagement>

http://git-wip-us.apache.org/repos/asf/syncope/blob/1583964b/standalone/pom.xml
----------------------------------------------------------------------
diff --git a/standalone/pom.xml b/standalone/pom.xml
index 75ae4fe..34dc098 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.11-SNAPSHOT</version>
+    <version>1.2.11</version>
   </parent>
 
   <name>Apache Syncope Standalone Distribution</name>