Repository: incubator-juneau Updated Branches: refs/heads/master 0f76a0fa5 -> 15fb30c87
Update 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/15fb30c8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/15fb30c8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/15fb30c8 Branch: refs/heads/master Commit: 15fb30c872ba7911ec27db3ad92422ab7e6772fc Parents: 0f76a0f Author: JamesBognar <[email protected]> Authored: Sun Jun 18 19:19:46 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Sun Jun 18 19:19:46 2017 -0400 ---------------------------------------------------------------------- RELEASE-NOTES.txt | 12 ++++++++++++ juneau-core/src/main/javadoc/overview.html | 6 +++--- 2 files changed, 15 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/15fb30c8/RELEASE-NOTES.txt ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index e93b357..98cdd92 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -11,6 +11,18 @@ * specific language governing permissions and limitations under the License. * *************************************************************************************************************************** +Release Notes - Juneau - Version 6.3.0 + +** Bug + * [JUNEAU-38] - Testcase failure in UK + * [JUNEAU-45] - Rebrand web pages with new incubator logo. + * [JUNEAU-47] - Fix RAT check failure with logs generated during build + * [JUNEAU-51] - properties added to rest client, serializer, and parser are not available during pojo swap and unswap methods + +** Improvement + * [JUNEAU-57] - seamless serialization and parsing of string fields to/from enum + + Release Notes - Juneau - Version 6.2.0 ** Bug http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/15fb30c8/juneau-core/src/main/javadoc/overview.html ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/javadoc/overview.html b/juneau-core/src/main/javadoc/overview.html index 194b659..ddb4486 100644 --- a/juneau-core/src/main/javadoc/overview.html +++ b/juneau-core/src/main/javadoc/overview.html @@ -6102,7 +6102,7 @@ <h5 class='toc'>What's new in each release</h5> <ul class='toc'> - <li><p><a class='doclink' href='#6.2.1'>6.2.1 (TBD)</a></p> + <li><p><a class='doclink' href='#6.3.0'>6.3.0 (TBD)</a></p> <li><p><a class='doclink' href='#6.2.0'>6.2.0 (Apr 28, 2017)</a></p> <li><p><a class='doclink' href='#6.1.0'>6.1.0 (Feb 25, 2017)</a></p> <li><p><a class='doclink' href='#6.0.1'>6.0.1 (Jan 3, 2017)</a></p> @@ -6171,8 +6171,8 @@ <!-- ======================================================================================================== --> - <a id="6.2.1"></a> - <h3 class='topic' onclick='toggle(this)'>6.2.1 (TBD)</h3> + <a id="6.3.0"></a> + <h3 class='topic' onclick='toggle(this)'>6.3.0 (TBD)</h3> <div class='topic'> <p> </p>
