From 2c6eeb7fce2ada760f98a62f61fcebe3431d7cc7 Mon Sep 17 00:00:00 2001 From: Joe Wicentowski Date: Sat, 13 Apr 2019 20:29:15 -0400 Subject: [PATCH] Prepare 2.4.7 release & notes --- build.properties | 2 +- repo.xml | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/build.properties b/build.properties index 35c46b1a..9760a90b 100644 --- a/build.properties +++ b/build.properties @@ -1 +1 @@ -project.version=2.4.7-SNAPSHOT +project.version=2.4.7 diff --git a/repo.xml b/repo.xml index c2f25a6b..cdc728fe 100644 --- a/repo.xml +++ b/repo.xml @@ -12,6 +12,17 @@ + +
    +
  • Fixed: Compatibility with Internet Explorer
  • +
  • Fixed: Removed use of deprecated xmldb functions for compatibility with eXist 5.0
  • +
  • Fixed: Mime type and template for HTML5 and XHTML5 - #198
  • +
  • Fixed: URL used for downloading r.js - #200
  • +
  • Fixed: Recognize .xslt files as XML documents - #212
  • +
  • Fixed: XQuery 'output' and 'html' snippeds - #213
  • +
  • New: Added continuous integration facility for testing builds
  • +
+
  • Fixed: Deletion of resources via DB Manager - #193