You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2018/02/13 13:08:10 UTC

[isis] 02/02: ISIS-1813: adds outline release notes for 1.16.1

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

danhaywood pushed a commit to branch maint-1.16.1
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 94c8429d3e7f57d1bbda60420652b55314720785
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Feb 13 13:07:57 2018 +0000

    ISIS-1813: adds outline release notes for 1.16.1
---
 .../release-notes/_release-notes_1.16.1.adoc       | 24 ++++++++++++++++++++++
 .../main/asciidoc/release-notes/release-notes.adoc | 11 +++++++++-
 2 files changed, 34 insertions(+), 1 deletion(-)

diff --git a/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.16.1.adoc b/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.16.1.adoc
new file mode 100644
index 0000000..6f3d27d
--- /dev/null
+++ b/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.16.1.adoc
@@ -0,0 +1,24 @@
+[[_release-notes_1.16.1]]
+= 1.16.1
+:notice: licensed to the apache software foundation (asf) under one or more contributor license agreements. see the notice file distributed with this work for additional information regarding copyright ownership. the asf licenses this file to you under the apache license, version 2.0 (the "license"); you may not use this file except in compliance with the license. you may obtain a copy of the license at. http://www.apache.org/licenses/license-2.0 . unless required by applicable law or ag [...]
+:_basedir: ../
+:_imagesdir: images/
+:toc: right
+
+
+
+
+This release is primarily a bug fix release, but does introduce a couple of notable new features and improvements:
+
+* link:https://issues.apache.org/jira/browse/ISIS-1585[ISIS-1585] supports checkboxes on parented (rather than standalone) collections.
+The selected items are used as the default values for any associated actions with collection parameters.
++
+As part of this change, the new `@Action(associateWith="...")` attribute can be used instead of `@MemberOrder(...)` as a way to associate actions with either collections or properties.
+
+* link:https://issues.apache.org/jira/browse/ISIS-1569[ISIS-1569] provides infrastructure to enable commands to be replayed from master to slave (for regression testing purposes).
+
++
+The majority of the implementation is provided in the (non-ASF) (non-ASF) link:http://platform.incode.org[Incode Platform]'s new link:http://platform.incode.org/modules/spi/command/spi-command-replay.html[command replay] library.
+
+Applications written against v1.16.0 should run against v1.16.1 with few if any changes.
+
diff --git a/adocs/documentation/src/main/asciidoc/release-notes/release-notes.adoc b/adocs/documentation/src/main/asciidoc/release-notes/release-notes.adoc
index 5cd74c3..8d0b71d 100644
--- a/adocs/documentation/src/main/asciidoc/release-notes/release-notes.adoc
+++ b/adocs/documentation/src/main/asciidoc/release-notes/release-notes.adoc
@@ -3,7 +3,7 @@
 :notice: licensed to the apache software foundation (asf) under one or more contributor license agreements. see the notice file distributed with this work for additional information regarding copyright ownership. the asf licenses this file to you under the apache license, version 2.0 (the "license"); you may not use this file except in compliance with the license. you may obtain a copy of the license at. http://www.apache.org/licenses/license-2.0 . unless required by applicable law or ag [...]
 :_basedir: ../
 :_imagesdir: images/
-:toc: right
+#:toc: right
 
 
 [[__release-notes_summary]]
@@ -21,6 +21,14 @@ This table summarises all releases of Apache Isis to date.
 | Bugs
 | JIRA relnotes
 
+| xref:release-notes.adoc#_release-notes_1.16.1[1.16.1]
+| xx-02-2018
+| Parented collections with checkboxes, replay module
+| .
+| .
+| .
+| ...
+
 | xref:release-notes.adoc#_release-notes_1.16.0[1.16.0]
 | 08-01-2018
 | Modules, simplified bootstrapping, menubars.layout.xml
@@ -305,6 +313,7 @@ This table summarises all releases of Apache Isis to date.
 
 
 
+include::_release-notes_1.16.1.adoc[leveloffset=+1]
 include::_release-notes_1.16.0.adoc[leveloffset=+1]
 include::_release-notes_1.15.1.adoc[leveloffset=+1]
 include::_release-notes_1.15.0.adoc[leveloffset=+1]

-- 
To stop receiving notification emails like this one, please contact
danhaywood@apache.org.