Skip to content

Commit

Permalink
Deploy: 1.3.0 release (part 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuijldert committed Jun 6, 2018
1 parent dd0b488 commit b715896
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
23 changes: 16 additions & 7 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link href="css/docs.css" rel="stylesheet">

<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144"
Expand Down Expand Up @@ -93,7 +88,7 @@

<div class="row-fluid">
<section id="goalsandmission">
<h1>Project goals and mission <sup><a href="#announcements">new release!</a></sup></h1>
<h1>Project goals and mission <sup><a href="#announcements">latest release</a></sup></h1>
<p>
This project's goal is to develop an open source peer library for
the Message Session Relay Protocol (MSRP, <a
Expand Down Expand Up @@ -219,7 +214,21 @@ <h1>Ports</h1>
<div class="row-fluid">
<section id="announcements">
<h1>Announcements</h1>
<h4>8-Jun-2016 - 1.1.0 release</h4>
<h4>6-Jun-2018 - 1.3.0 release</h4>
<p>Greetings Java developer,</p>
<p>Behold the latest release of our MSRP lbrary.</p>
<p>Release highlights:</p>
<ul>
<li><code CLASS="prettyprint">Session</code> interface change</li>
<li>the library now supports chunking (see also the tutorial)</li>
<li>several bug fixes, including possible memory leaks</li>
<li>improved documentation</li>
<li>build and deploy with updated tools</li>
</ul>
<p>As always: happy coding!</p>
<p>The MSRP team.</p>

<h4>8-Jun-2016 - 1.1.0 release</h4>
<p>Greetings Java developer,</p>
<p>Today sees the latest release of our MSRP lbrary.</p>
<p><strong>Note</strong> that this is a bug-fix and stability release.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <H1>Getting started</H1>
&lt;dependency&gt;
&lt;artifactId&gt;<STRONG>msrp</STRONG>&lt;/artifactId&gt;
&lt;groupId&gt;<STRONG>net.java.msrp</STRONG>&lt;/groupId&gt;
&lt;version&gt;<STRONG>1.1.0</STRONG>&lt;/version&gt;
&lt;version&gt;<STRONG>1.3.0</STRONG>&lt;/version&gt;
&lt;/dependency&gt;
&lt;/dependencies&gt;
...</PRE>
Expand Down

0 comments on commit b715896

Please sign in to comment.