You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2018/05/08 12:49:08 UTC

[myfaces] 21/23: final (minor) modifications before release

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

deki pushed a commit to branch 1_1_3
in repository https://gitbox.apache.org/repos/asf/myfaces.git

commit 81194a20096d32bc8f69a31e8d77275c967eee70
Author: Sean Schofield <sc...@apache.org>
AuthorDate: Sat May 6 22:04:10 2006 +0000

    final (minor) modifications before release
---
 assembly/pom.xml                              |  2 +-
 assembly/src/main/resources/RELEASE NOTES.txt | 12 ++++++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/assembly/pom.xml b/assembly/pom.xml
index b252cbd..4d7fc49 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.1.3-SNAPSHOT</version>
+    <version>1.1.3</version>
   </parent>
 
   <scm>
diff --git a/assembly/src/main/resources/RELEASE NOTES.txt b/assembly/src/main/resources/RELEASE NOTES.txt
new file mode 100644
index 0000000..b38c695
--- /dev/null
+++ b/assembly/src/main/resources/RELEASE NOTES.txt	
@@ -0,0 +1,12 @@
+
+Release Notes - MyFaces Core - Version 1.1.3
+
+** Bug
+    * [MYFACES-1092] - HtmlTableRendererBase.encodeInnerHtml() fails when data model returns -1 for getRowCount()
+    * [MYFACES-1270] - Hot deployment in exploded mode is broken due to FacesConfigurator
+    * [MYFACES-1289] - selectBooleanCheckbox does not call endElement("input")
+    * [MYFACES-1290] - ServletFacesContextImpl.release() doesn't reset
+    * [MYFACES-1299] - <f:facet name="header"/> doesn't allow multiple <h:outputText> inside
+
+** Improvement
+    * [MYFACES-1276] - Add new methods to HtmlFormBaseRenderer to ease integration support with AjaxAnywhere
\ No newline at end of file

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