Repository: karaf Updated Branches: refs/heads/karaf-2.3.x e05044cb2 -> e1867bc0e
[KARAF-3647] Release Apache Karaf 2.3.11. Update release notes. Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/e1867bc0 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/e1867bc0 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/e1867bc0 Branch: refs/heads/karaf-2.3.x Commit: e1867bc0e5b1414a4f2b11aecd0b45b9e237474d Parents: e05044c Author: jgoodyear <[email protected]> Authored: Tue Apr 7 23:09:08 2015 -0230 Committer: jgoodyear <[email protected]> Committed: Tue Apr 7 23:09:08 2015 -0230 ---------------------------------------------------------------------- RELEASE-NOTES | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/e1867bc0/RELEASE-NOTES ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index f0e0be8..93d3efb 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,25 @@ * limitations under the License. */ + Apache Karaf 2.3.11 + =================== + Overview + -------- + + This is an update patch for Apache Karaf 2.3.11, containing several bug fixes. Amoung them are a fix for password encryption, txlog files locked during admin clone on windows, and an issue with using LDAPLoginModule with ActiveDirectory is resolved. For more information, please read the below changelog. + + Changelog + --------- + +** Bug + * [KARAF-2678|https://issues.apache.org/jira/browse/KARAF-2678] - txlog files locked during admin clone on windows + * [KARAF-3105|https://issues.apache.org/jira/browse/KARAF-3105] - Cannot use LDAPLoginModule with ActiveDirectory + * [KARAF-3136|https://issues.apache.org/jira/browse/KARAF-3136] - Karaf can't start if you have whitespaces in brackets in JAVA_OPTS + * [KARAF-3507|https://issues.apache.org/jira/browse/KARAF-3507] - jms:create url and username options share the same -u alias + * [KARAF-3562|https://issues.apache.org/jira/browse/KARAF-3562] - DefaultJDBCLock case sensitive issue + * [KARAF-3564|https://issues.apache.org/jira/browse/KARAF-3564] - bin/stop fails for slave in case of Lock strategies + * [KARAF-3625|https://issues.apache.org/jira/browse/KARAF-3625] - Password encryption doesn't work + Apache Karaf 2.3.10 ===================
