From d6aa717c0b8246676d9d52623dea48f721ae7ffd Mon Sep 17 00:00:00 2001 From: Oscar Waddell Date: Thu, 9 May 2024 18:33:40 -0400 Subject: [PATCH] WIP DRAFT version bump --- ChangeLog.md | 19 +++++++++++++++++++ src/swish/swish.h | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index df931fd5..0ed6ed26 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,24 @@ # Change Log +## 2024-05-14 Version 2.8.0 (Stable) + +### New + +* Added `http:valid-path?` predicate. +* Added `validate-path` to `http:options`. +* Added examples. + +### Bug Fixes + +* Fix a bug in `http:eval-dynamic-page` that caused "Exception: invalid context for definition (define-syntax find-param ...)" + +### Updates + +* Updated to SQLite 3.45.3 +* `path-combine` preserves directory separators present in its arguments, +but avoids adding extra directory separators, e.g., when a constituent +begins with a directory separator. It may also allocate less when called with more than two arguments. + ## 2024-03-12 Version 2.6.0 (Stable) ### New diff --git a/src/swish/swish.h b/src/swish/swish.h index 59891690..12dbe51e 100644 --- a/src/swish/swish.h +++ b/src/swish/swish.h @@ -20,7 +20,7 @@ // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE // SOFTWARE. -#define SWISH_VERSION "2.7.0" +#define SWISH_VERSION "2.8.0" #ifdef _WIN32 #define WINVER 0x0601 // Windows 7