[version 0.14.2 ediware**20070926170009] { hunk ./CHANGELOG 1 +Version 0.14.2 +2007-09-26 +Better handling of PORT parameter in REDIRECT (thanks to Vladimir Sedach) + hunk ./doc/index.html 143 -current version is 0.14.1. There's also a port +current version is 0.14.2. There's also a port hunk ./doc/index.html 291 -thanks to Asbjørn Bjørnstad. And there's +thanks to Asbjørn Bjørnstad, a video tutorial from Eric Normand is at http://video.google.com/videoplay?docid=5632573512646119509. And there's hunk ./doc/index.html 2600 -$Header: /usr/local/cvsrep/hunchentoot/doc/index.html,v 1.110 2007/09/24 13:43:48 edi Exp $ +$Header: /usr/local/cvsrep/hunchentoot/doc/index.html,v 1.112 2007/09/26 06:37:20 edi Exp $ hunk ./hunchentoot.asd 2 -;;; $Header: /usr/local/cvsrep/hunchentoot/hunchentoot.asd,v 1.46 2007/09/24 13:43:45 edi Exp $ +;;; $Header: /usr/local/cvsrep/hunchentoot/hunchentoot.asd,v 1.47 2007/09/26 06:37:16 edi Exp $ hunk ./hunchentoot.asd 37 -(defvar *hunchentoot-version* "0.14.1" +(defvar *hunchentoot-version* "0.14.2" hunk ./misc.lisp 2 -;;; $Header: /usr/local/cvsrep/hunchentoot/misc.lisp,v 1.10 2007/05/07 22:19:13 edi Exp $ +;;; $Header: /usr/local/cvsrep/hunchentoot/misc.lisp,v 1.11 2007/09/26 06:37:16 edi Exp $ hunk ./misc.lisp 248 - host port target)))) + (if port + (first (ppcre:split ":" (or host ""))) + host) + port target)))) hunk ./misc.lisp 264 -(see RFC 2617) for the realm REALM." +\(see RFC 2617) for the realm REALM." }