[flexi-streams-cvs] r44 - in branches/edi: . doc

eweitz at common-lisp.net eweitz at common-lisp.net
Wed May 21 11:55:22 UTC 2008


Author: eweitz
Date: Wed May 21 07:55:21 2008
New Revision: 44

Modified:
   branches/edi/CHANGELOG
   branches/edi/doc/index.html
   branches/edi/flexi-streams.asd
Log:
Make it 0.15.0


Modified: branches/edi/CHANGELOG
==============================================================================
--- branches/edi/CHANGELOG	(original)
+++ branches/edi/CHANGELOG	Wed May 21 07:55:21 2008
@@ -1,3 +1,5 @@
+Version 0.15.0
+2008-05-21
 Complete redesign, various additions, bugfixes, performance improvements (with the help of Hans Hübner)
 
 Version 0.14.0

Modified: branches/edi/doc/index.html
==============================================================================
--- branches/edi/doc/index.html	(original)
+++ branches/edi/doc/index.html	Wed May 21 07:55:21 2008
@@ -224,7 +224,7 @@
 <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 0.14.0.
+current version is 0.15.0.
 <p>
 Before you install FLEXI-STREAMS you first need to
 install the <a
@@ -1060,7 +1060,7 @@
 his work on making FLEXI-STREAMS faster.
 
 <p>
-$Header: /usr/local/cvsrep/flexi-streams/doc/index.html,v 1.107 2008/05/21 01:43:45 edi Exp $
+$Header: /usr/local/cvsrep/flexi-streams/doc/index.html,v 1.108 2008/05/21 11:53:08 edi Exp $
 <p><a href="http://weitz.de/index.html">BACK TO MY HOMEPAGE</a>
 
 </body>

Modified: branches/edi/flexi-streams.asd
==============================================================================
--- branches/edi/flexi-streams.asd	(original)
+++ branches/edi/flexi-streams.asd	Wed May 21 07:55:21 2008
@@ -1,7 +1,7 @@
 ;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-USER; Base: 10 -*-
-;;; $Header: /usr/local/cvsrep/flexi-streams/flexi-streams.asd,v 1.64 2008/05/20 23:01:51 edi Exp $
+;;; $Header: /usr/local/cvsrep/flexi-streams/flexi-streams.asd,v 1.65 2008/05/21 11:53:07 edi Exp $
 
-;;; Copyright (c) 2005-2007, Dr. Edmund Weitz.  All rights reserved.
+;;; Copyright (c) 2005-2008, Dr. Edmund Weitz.  All rights reserved.
 
 ;;; Redistribution and use in source and binary forms, with or without
 ;;; modification, are permitted provided that the following conditions
@@ -35,7 +35,7 @@
 (in-package :flexi-streams-system)
 
 (defsystem :flexi-streams
-  :version "0.14.0"
+  :version "0.15.0"
   :serial t
   :components ((:file "packages")
                (:file "mapping")



More information about the Flexi-streams-cvs mailing list