bump version to 26.02.116

This commit is contained in:
SANO,Masatoshi 2026-02-24 06:50:11 +09:00
parent 2a04f0314c
commit aac28aaedd
3 changed files with 10 additions and 5 deletions

View file

@ -1,8 +1,13 @@
roswell (master-changelog-which-not-yet-released-1) unstable; urgency=low
roswell (26.02.116-1) unstable; urgency=low
*
* Fix: failure to load djula on sbcl 2.5.11 environment.
* Fix: declaration-definition disagreement in src/cmd-run.h. (reported by ItsMeForLua and fixed by Trichiurus-lepturus)
* Fix: support sbcl lisp-implementation-version returning '2.4.10.roswell'.
* Change: Allegro CL upgraded to release 11.0express. (by Xiaming Chen)
* Change: ros command return 1 when script file not found.
* Change: ros fmt rewritten to use cl-indentify.
-- SANO,Masatoshi <snmsts@gmail.com> Tue, 24 Feb 2026 06:09:57 +0900
-- SANO,Masatoshi <snmsts@gmail.com> Tue, 24 Feb 2026 06:39:51 +0900
roswell (24.10.115-1) unstable; urgency=low

View file

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.59])
AC_INIT([roswell],[24.10.115],snmsts@gmail.com)
AC_INIT([roswell],[26.02.116],snmsts@gmail.com)
CFLAGS=${CFLAGS=""}
CXXFLAGS=${CXXFLAGS=""}

View file

@ -1,5 +1,5 @@
(defsystem "roswell"
:version "24.10.115"
:version "26.2.116"
:author "SANO Masatoshi"
:license "MIT"
:depends-on ("simple-date-time" "split-sequence" "plump" "zip")