Author: clebertsuconic
Date: Thu Mar 7 17:03:18 2019
New Revision: 1041450
Log:
update on release
Added:
websites/production/activemq/content/artemis/release-notes-native-1.0.0.html
Modified:
websites/production/activemq/content/artemis/download.html
Modified: websites/production/activemq/content/artemis/download.html
==============================================================================
--- websites/production/activemq/content/artemis/download.html (original)
+++ websites/production/activemq/content/artemis/download.html Thu Mar 7
17:03:18 2019
@@ -116,7 +116,7 @@
<div class="wrapper">
<h3 id = "ActiveMQ Artemis">ActiveMQ Artemis Native 1.0.0. Released on
March-7-2019.</h3>
- <p><a href="./release-notes-native-1.0.0.html">Release
Notes</a>Documentation</a></p>
+ <p><a href="./release-notes-native-1.0.0.html">Release Notes</a></p>
<table class="download">
<tr>
<td>.tar.gz Source Code Distribution:</td>
Added:
websites/production/activemq/content/artemis/release-notes-native-1.0.0.html
==============================================================================
---
websites/production/activemq/content/artemis/release-notes-native-1.0.0.html
(added)
+++
websites/production/activemq/content/artemis/release-notes-native-1.0.0.html
Thu Mar 7 17:03:18 2019
@@ -0,0 +1,82 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN"
"http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd">
+<!--
+ 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 agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ Architecture
+-->
+<html lang="en">
+<head>
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
+ <meta content="ActiveMQ's next generation of messaging"
name="description"/>
+ <meta content="messaging,stomp,jms,activemq" name="keywords"/>
+ <meta content="ActiveMQ" name="author"/>
+ <link type="text/css" rel="stylesheet"
href="styles/impact/css/pygmentize.css"/>
+ <link type="text/css" rel="stylesheet" href="styles/impact/css/site.css"/>
+
+ <style type='text/css'>
+ /* <![CDATA[ */
+ .download {
+ font-size: 80%;
+ }
+ table.download { width: 100%;}
+ table.download tr td {
+ border: 1px solid #ccc;
+ padding: .5em;
+ }
+ /* ]]> */
+
+ </style>
+
+ <title>ActiveMQ Artemis Release Notes 2.6.2</title>
+</head>
+<body>
+<div id="navigation">
+ <div class="wrapper">
+ <ul>
+ <li><a href="index.html">ActiveMQ Artemis</a></li>
+ <li><a href="docs.html">Documentation</a></li>
+ <li><a href="download.html">Download</a></li>
+ </ul>
+ </div>
+</div>
+<div id="overview">
+ <div class="wrapper">
+ <div class="logo">
+ <img src="images/activemq-logo.png" alt="ActiveMQ logo"/>
+ </div>
+ <div class="message">
+ <h1>ActiveMQ Artemis</h1>
+ </div>
+ </div>
+</div>
+<div id="content">
+ <div class="wrapper">
+ <h2 id="release-notes">Release Notes - Apache ActiveMQ Artemis Native
1.0.0</h2>
+ </div>
+ <div class="wrapper">
+
+ Release Notes - ActiveMQ Artemis - Native- Version 1.0.0
+
+ <h2> Improvement
+ </h2>
+ <ul>
+ <li>[<a
href='https://issues.apache.org/jira/browse/ARTEMIS-1977'>ARTEMIS-1977</a>] -
ASYNCIO can reduce sys-calls to retrieve I/O events
+ </li>
+ <li>[<a
href='https://issues.apache.org/jira/browse/ARTEMIS-2260'>ARTEMIS-2260</a>] -
Move artemis-native as its own project, as activemq-artemis-native
+ </li>
+ </ul>
+ </div>
+</body>
+</html>