[cl-irc-cvs] r224 - in public_html: . releases
ehuelsmann at common-lisp.net
ehuelsmann at common-lisp.net
Sun Sep 23 11:01:30 UTC 2012
Author: ehuelsmann
Date: Sun Sep 23 04:01:28 2012
New Revision: 224
Log:
Publish 0.9.0.
Added:
public_html/releases/cl-irc-0.9.0.tar.gz (contents, props changed)
Modified:
public_html/index.html
public_html/releases/cl-irc_latest.tar.gz
public_html/releases/cl-irc_latest.tar.gz.asc
Modified: public_html/index.html
==============================================================================
--- public_html/index.html Sun Sep 23 03:52:35 2012 (r223)
+++ public_html/index.html Sun Sep 23 04:01:28 2012 (r224)
@@ -5,7 +5,7 @@
<body>
<div class="header">
- <h1>cl-irc 0.8.1</h1>
+ <h1>cl-irc 0.9.0</h1>
</div>
<div class="body">
@@ -28,6 +28,7 @@
<h2>News</h2>
<div class="level">
<ul>
+ <li>Version 0.9.0 released (lots of fixes)</li>
<li>Version 0.8.1 released (small fixes: KICK message processing, channel mode tracking)</li>
<li>Version 0.8.0 released (user and channel mode tracking, characterset support on the irc network)</li>
<li>Version 0.7.0 released (RPL_ISUPPORT, many small tweaks and fixes)</li>
Added: public_html/releases/cl-irc-0.9.0.tar.gz
==============================================================================
Binary file. No diff available.
Modified: public_html/releases/cl-irc_latest.tar.gz
==============================================================================
--- public_html/releases/cl-irc_latest.tar.gz Sun Sep 23 03:52:35 2012 (r223)
+++ public_html/releases/cl-irc_latest.tar.gz Sun Sep 23 04:01:28 2012 (r224)
@@ -1 +1 @@
-link cl-irc-0.8.1.tar.gz
\ No newline at end of file
+link cl-irc-0.9.0.tar.gz
\ No newline at end of file
Modified: public_html/releases/cl-irc_latest.tar.gz.asc
==============================================================================
--- public_html/releases/cl-irc_latest.tar.gz.asc Sun Sep 23 03:52:35 2012 (r223)
+++ public_html/releases/cl-irc_latest.tar.gz.asc Sun Sep 23 04:01:28 2012 (r224)
@@ -1 +1 @@
-link cl-irc-0.8.1.tar.gz.asc
\ No newline at end of file
+link cl-irc-0.9.0.tar.gz.asc
\ No newline at end of file
More information about the cl-irc-cvs
mailing list