Repository: incubator-juneau Updated Branches: refs/heads/master 68dffad1d -> 904b957b6
6.1.0 release notes. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/904b957b Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/904b957b Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/904b957b Branch: refs/heads/master Commit: 904b957b636e6635f36edbdf714c6397271ec287 Parents: 68dffad Author: JamesBognar <[email protected]> Authored: Thu Feb 9 12:43:08 2017 -0500 Committer: JamesBognar <[email protected]> Committed: Thu Feb 9 12:43:08 2017 -0500 ---------------------------------------------------------------------- RELEASE-NOTES.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/904b957b/RELEASE-NOTES.txt ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 6fdf837..75c3af8 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -11,6 +11,24 @@ * specific language governing permissions and limitations under the License. * *************************************************************************************************************************** +Release Notes - Juneau - Version 6.1.0 + +** Bug + * [JUNEAU-25] - Minor release issues in 6.0.1 RC3 + * [JUNEAU-28] - Separate out RDF-code into separate juneau.core.rdf project. + +** Improvement + * [JUNEAU-26] - Add support for date localization. + * [JUNEAU-27] - Rename projects. + * [JUNEAU-31] - Separate out JAX-RS support from server/rest component + * [JUNEAU-34] - Remove <string> tags from HTML serialization. + * [JUNEAU-35] - Add StringSwap and MapSwap convenience classes. + * [JUNEAU-36] - Examples improvements + +** New Feature + * [JUNEAU-33] - HTML5 DOM objects. + + Release Notes - Juneau - Version 6.0.1 ** Bug
