-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
nordicway
committed
Nov 21, 2016
1 parent
3ec6856
commit bb5a0bd
Showing
5 changed files
with
47 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,45 @@ | ||
<?xml version="1.0"?> | ||
|
||
<document> | ||
<properties> | ||
<title>CHANGES</title> | ||
</properties> | ||
|
||
<body> | ||
<section name="Changelog"> | ||
<p>Dates are m/d/yyyy</p> | ||
<subsection name="10/9/2014: 1.0.1"> | ||
<ul> | ||
<li>This is a maintenance release without any changes in functionality.</li> | ||
<li>MOJI is now on Maven Central!</li> | ||
</ul> | ||
</subsection> | ||
<subsection name="5/4/2014: 1.0"> | ||
<ul> | ||
<li>Added base file support</li> | ||
<li>Added an example project for Eclipse</li> | ||
<li>Bumped version to 1.0 since it has been used in production for a long time now.</li> | ||
</ul> | ||
</subsection> | ||
<subsection name="1/9/2013: 0.1"> | ||
<ul> | ||
<li>Initial public release</li> | ||
<li>Added stages to better reflect the logic of the service. Methods will throw runtime exceptions if you try to call them in the wrong order.</li> | ||
<li>Added documentation</li> | ||
</ul> | ||
<p>Known issues:</p> | ||
<ul> | ||
<li>Unlike the original Perl client, this version does not support uploading base files yet.</li> | ||
</ul> | ||
</subsection> | ||
<subsection name="8/8/2012: 0.0.1"> | ||
<p>Initial private release.</p> | ||
</subsection> | ||
</section> | ||
</body> | ||
</document> | ||
<?xml version="1.0"?> | ||
|
||
<document> | ||
<properties> | ||
<title>CHANGES</title> | ||
</properties> | ||
|
||
<body> | ||
<section name="Changelog"> | ||
<p>Dates are m/d/yyyy</p> | ||
<subsection name="11/21/2016: 1.0.2"> | ||
<ul> | ||
<li>Fixed "connection reset" issue encountered when uploading files with advanced encodings</li> | ||
</ul> | ||
</subsection> | ||
<subsection name="10/9/2014: 1.0.1"> | ||
<ul> | ||
<li>This is a maintenance release without any changes in functionality.</li> | ||
<li>MOJI is now on Maven Central!</li> | ||
</ul> | ||
</subsection> | ||
<subsection name="5/4/2014: 1.0"> | ||
<ul> | ||
<li>Added base file support</li> | ||
<li>Added an example project for Eclipse</li> | ||
<li>Bumped version to 1.0 since it has been used in production for a long time now.</li> | ||
</ul> | ||
</subsection> | ||
<subsection name="1/9/2013: 0.1"> | ||
<ul> | ||
<li>Initial public release</li> | ||
<li>Added stages to better reflect the logic of the service. Methods will throw runtime exceptions if you try to call them in the wrong order.</li> | ||
<li>Added documentation</li> | ||
</ul> | ||
<p>Known issues:</p> | ||
<ul> | ||
<li>Unlike the original Perl client, this version does not support uploading base files yet.</li> | ||
</ul> | ||
</subsection> | ||
<subsection name="8/8/2012: 0.0.1"> | ||
<p>Initial private release.</p> | ||
</subsection> | ||
</section> | ||
</body> | ||
</document> |