aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Huebner <hans.huebner@gmail.com>2013-11-17 09:34:59 +0100
committerHans Huebner <hans.huebner@gmail.com>2013-11-17 09:34:59 +0100
commitc5a7bd12e0d5b1b9ce0784b666f663d5cc0676db (patch)
tree84d066ff19c406b2e55450346ad38efaa6169d38
parent8a777eb93d54b033d6c915be8f43d02c7d63b94d (diff)
downloadtl-who-c5a7bd12e0d5b1b9ce0784b666f663d5cc0676db.tar.gz
tl-who-c5a7bd12e0d5b1b9ce0784b666f663d5cc0676db.tar.bz2
tl-who-c5a7bd12e0d5b1b9ce0784b666f663d5cc0676db.zip
bump version numbers again
-rw-r--r--CHANGELOG4
-rw-r--r--cl-who.asd2
-rw-r--r--doc/index.html2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 247cccd..70b290c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+Version 1.1.3
+2013-11-16
+Add type check to guard against invalid stream argument (Stas Boukarev)
+
Version 1.1.2
2013-11-16
Missing comma in macro expansion (Jeff Cunningham)
diff --git a/cl-who.asd b/cl-who.asd
index e2d0657..08c27bd 100644
--- a/cl-who.asd
+++ b/cl-who.asd
@@ -29,7 +29,7 @@
(asdf:defsystem :cl-who
:description "(X)HTML generation macros"
- :version "1.1.2"
+ :version "1.1.3"
:serial t
:components ((:file "packages")
(:file "specials")
diff --git a/doc/index.html b/doc/index.html
index 5874bca..97fcb40 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -254,7 +254,7 @@ together with the Lisp code generated by CL-WHO and the resulting HTML output.
CL-WHO together with this documentation can be downloaded from <a
href="http://weitz.de/files/cl-who.tar.gz">http://weitz.de/files/cl-who.tar.gz</a>. The
-current version is 1.1.2.
+current version is 1.1.3.
<p>
The preferred method to fetch, compile and load CL-WHO is via <a href="http://beta.quicklisp.org/">Quicklisp</a>. Install
Quicklisp, then run