-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
2023-10-31 Shiro Kawai <[email protected]> | ||
|
||
* Release 0.8.3, because of the parameterize issue. | ||
|
||
* src/wiliki/core.scm (wiliki:with-db): Found an issue with | ||
0.9.13's parameter; the combination of parameter and unwind-protect | ||
evaded the compatibility measure. Added explicit use of | ||
gauche.parameter to force it work with compatibility mode. | ||
|
||
2023-10-17 Shiro Kawai <[email protected]> | ||
|
||
* src/wiliki/scr-macros.scm (srfi-links): Add a reader macro | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
(define-gauche-package "WiLiKi" | ||
:version "0.8.2" | ||
:version "0.8.3" | ||
:description "WikiClone written in Scheme." | ||
:require (("Gauche" (>= "0.9.10"))) | ||
:maintainers ("[email protected]") | ||
|