mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
bump version to 24.10.115
This commit is contained in:
parent
46b1ff35ac
commit
7b08fc7204
10
ChangeLog
10
ChangeLog
|
|
@ -1,8 +1,12 @@
|
|||
roswell (master-changelog-which-not-yet-released-1) unstable; urgency=low
|
||||
roswell (24.10.115-1) unstable; urgency=low
|
||||
|
||||
*
|
||||
* New: tested on darwin/ppc environment.
|
||||
* New: tested on netbsd/aarch64 environment.
|
||||
* Fix: absolute path error on Windows (by Ashton Fagg)
|
||||
* Fix: build error on non Windows environment with windres (reported by Richard DW Redcroft)
|
||||
* Fix: error message in build (by Rongsong Shen)
|
||||
|
||||
-- SANO Masatoshi <snmsts@gmail.com> Wed, 16 Oct 2024 14:55:33 +0900
|
||||
-- snmsts <snmsts@gmail.com> Wed, 16 Oct 2024 15:06:42 +0900
|
||||
|
||||
roswell (23.10.14.114-1) unstable; urgency=low
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ([2.59])
|
||||
AC_INIT([roswell],[23.10.14.114],snmsts@gmail.com)
|
||||
AC_INIT([roswell],[24.10.115],snmsts@gmail.com)
|
||||
CFLAGS=${CFLAGS=""}
|
||||
CXXFLAGS=${CXXFLAGS=""}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
(defsystem "roswell"
|
||||
:version "23.10.14.114"
|
||||
:version "24.10.115"
|
||||
:author "SANO Masatoshi"
|
||||
:license "MIT"
|
||||
:depends-on ("simple-date-time" "split-sequence" "plump" "zip")
|
||||
|
|
|
|||
Loading…
Reference in a new issue