Skip to content

Commit

Permalink
release Swish 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
owaddell-beckman committed Jul 31, 2024
1 parent b065c87 commit 2208ef6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## 2024-07-31 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
Expand Down
2 changes: 1 addition & 1 deletion src/swish/swish.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2208ef6

Please sign in to comment.