Skip to content

Commit

Permalink
1.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
stassats committed Apr 27, 2024
1 parent 74a1027 commit 4951d57
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.0.20
2024-04-27
Add support for mac-roman encoding (Felix Lange)

Version 1.0.19
2020-07-09
GBK support (Jingtao Xu)
Expand Down
18 changes: 3 additions & 15 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,19 +255,9 @@ <h2>FLEXI-STREAMS - Flexible bivalent streams for Common Lisp</h2>
This might take a while...
<p>
The current development version of FLEXI-STREAMS can be found
at <a href="http://bknr.net/trac/browser/trunk/thirdparty">http://bknr.net/trac/browser/trunk/thirdparty</a>.
This is the one to send <a href="#mail">patches</a> against. Use at
your own risk.
at <a href="https://github.com/edicl/flexi-streams">https://github.com/edicl/flexi-streams</a>.
<p>
Lu&iacute;s Oliveira maintains a <a href="http://darcs.net/">darcs</a>
repository of FLEXI-STREAMS
at <a href="http://common-lisp.net/%7Eloliveira/ediware/">http://common-lisp.net/~loliveira/ediware/</a>.
<p>
A <a href="http://www.selenic.com/mercurial/wiki/">Mercurial</a>
repository of older versions is available
at <a
href="http://arcanes.fr.eu.org/~pierre/2007/02/weitz/">http://arcanes.fr.eu.org/~pierre/2007/02/weitz/</a>
thanks to Pierre Thierry.


<br>&nbsp;<br><h3><a name="support" class=none>Support</a></h3>

Expand All @@ -276,9 +266,7 @@ <h2>FLEXI-STREAMS - Flexible bivalent streams for Common Lisp</h2>
github</a>. Please use the github issue tracking system to submit bug
reports. Patches are welcome, please
use <a href="https://github.com/edicl/flexi-streams/pulls">GitHub pull
requests</a>. If you want to make a change,
please <a href="http://weitz.de/patches.html" target="_new">read this
first</a>.
requests</a>.

<br>&nbsp;<br><h3><a class=none name="dictionary">The FLEXI-STREAMS dictionary</a></h3>

Expand Down
2 changes: 1 addition & 1 deletion flexi-streams.asd
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
char-code-limit))

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

0 comments on commit 4951d57

Please sign in to comment.