diff --git a/CHANGELOG b/CHANGELOG index 97c55e9..f229e48 100644 --- a/CHANGELOG +++ b/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) diff --git a/docs/index.html b/docs/index.html index 941e8e3..484430a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -49,7 +49,8 @@

FLEXI-STREAMS - Flexible bivalent streams for Common Lisp

license so you can basically do with it whatever you want.

-Download shortcut: http://weitz.de/files/flexi-streams.tar.gz. +Download shortcut: https://github.com/edicl/flexi-streams/releases/latest
 

Contents

@@ -228,8 +229,7 @@

FLEXI-STREAMS - Flexible bivalent streams for Common Lisp

is not mandated by the ANSI standard, though.)

FLEXI-STREAMS together with this documentation can be downloaded from http://weitz.de/files/flexi-streams.tar.gz. The -current version is 1.0.12. +href="https://github.com/edicl/flexi-streams/releases/latest">https://github.com/edicl/flexi-streams/releases/latest.

Before you install FLEXI-STREAMS you first need to install the Strings to Hans Hübner for his work on making FLEXI-STREAMS faster. -

-$Header: /usr/local/cvsrep/flexi-streams/doc/index.html,v 1.126 2008/08/26 10:59:24 edi Exp $ -

BACK TO MY HOMEPAGE - diff --git a/flexi-streams.asd b/flexi-streams.asd index dc577ba..8f91e65 100644 --- a/flexi-streams.asd +++ b/flexi-streams.asd @@ -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"