Skip to content

Commit

Permalink
1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
stassats committed Jun 5, 2018
1 parent 513f74b commit c905079
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
Version 1.0.17
2018-06-05
Fixes to octets-to-string.

Version 1.0.16
2016-12-19
Remove (safety 0). (Stas Boukarev)
Expand Down
10 changes: 3 additions & 7 deletions docs/index.html
Expand Up @@ -49,7 +49,8 @@ <h2>FLEXI-STREAMS - Flexible bivalent streams for Common Lisp</h2>
license</a> so you can basically do with it whatever you want.

<p>
<font color=red>Download shortcut:</font> <a href="http://weitz.de/files/flexi-streams.tar.gz">http://weitz.de/files/flexi-streams.tar.gz</a>.
<font color=red>Download shortcut:</font> <a
href="https://github.com/edicl/flexi-streams/releases/latest">https://github.com/edicl/flexi-streams/releases/latest</a>
</blockquote>

<br>&nbsp;<br><h3><a class=none name="contents">Contents</a></h3>
Expand Down Expand Up @@ -228,8 +229,7 @@ <h2>FLEXI-STREAMS - Flexible bivalent streams for Common Lisp</h2>
is <em>not</em> mandated by the ANSI standard, though.)
<p>
FLEXI-STREAMS together with this documentation can be downloaded from <a
href="http://weitz.de/files/flexi-streams.tar.gz">http://weitz.de/files/flexi-streams.tar.gz</a>. The
current version is 1.0.12.
href="https://github.com/edicl/flexi-streams/releases/latest">https://github.com/edicl/flexi-streams/releases/latest</a>.
<p>
Before you install FLEXI-STREAMS you first need to
install the <a
Expand Down Expand Up @@ -1115,9 +1115,5 @@ <h4><a name="strings" class=none>Strings</a></h4>
to <a href="http://netzhansa.blogspot.com/">Hans H&uuml;bner</a> for
his work on making FLEXI-STREAMS faster.

<p>
$Header: /usr/local/cvsrep/flexi-streams/doc/index.html,v 1.126 2008/08/26 10:59:24 edi Exp $
<p><a href="http://weitz.de/index.html">BACK TO MY HOMEPAGE</a>

</body>
</html>
2 changes: 1 addition & 1 deletion flexi-streams.asd
Expand Up @@ -40,7 +40,7 @@
char-code-limit))

(defsystem :flexi-streams
:version "1.0.16"
:version "1.0.17"
:serial t
:description "Flexible bivalent streams for Common Lisp"
:license "BSD-2-Clause"
Expand Down

0 comments on commit c905079

Please sign in to comment.