mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
bump version to 19.08.10.101
This commit is contained in:
parent
edd5ca0c01
commit
a96f31720d
13
ChangeLog
13
ChangeLog
|
|
@ -1,8 +1,15 @@
|
|||
roswell (master-changelog-which-not-yet-released-1) unstable; urgency=low
|
||||
roswell (19.08.10.101-1) unstable; urgency=low
|
||||
|
||||
*
|
||||
* New: support npt (new common lisp implementation !!)
|
||||
* Change: 'ros which' return 1 when it is not found system
|
||||
* Change: Updated clasp 2019-07-09. by gos-k
|
||||
* Change: some sbcl option set via envvar (reported by Fukamachi)
|
||||
* Fix: CircleCI's working directory in install-for-ci (by Neil Lindquist)
|
||||
* Fix: infinit loop when 'ros install asdf' (reported by @JotaPe)
|
||||
* Fix: tried install on armv5tejl box
|
||||
* Fix: failure installation slime on windows 10 64bit (by Akihide Nano)
|
||||
|
||||
-- SANO Masatoshi <snmsts@gmail.com> Wed, 21 Aug 2019 16:01:41 +0800
|
||||
-- SANO Masatoshi <snmsts@gmail.com> Wed, 21 Aug 2019 16:11:23 +0800
|
||||
|
||||
roswell (19.06.10.100-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],[19.06.10.100],snmsts@gmail.com)
|
||||
AC_INIT([roswell],[19.08.10.101],snmsts@gmail.com)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
(defsystem "roswell"
|
||||
:version "19.6.10.100"
|
||||
:version "19.8.10.101"
|
||||
:author "SANO Masatoshi"
|
||||
:license "MIT"
|
||||
:depends-on ("simple-date-time" "split-sequence" "plump" "zip")
|
||||
|
|
|
|||
Loading…
Reference in a new issue