From a96f31720dcaa70d9b0e674aa2bff1077783e922 Mon Sep 17 00:00:00 2001 From: SANO Masatoshi Date: Wed, 21 Aug 2019 16:12:22 +0800 Subject: [PATCH] bump version to 19.08.10.101 --- ChangeLog | 13 ++++++++++--- configure.ac | 2 +- roswell.asd | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index fa37da2..d1d4abb 100644 --- a/ChangeLog +++ b/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 Wed, 21 Aug 2019 16:01:41 +0800 + -- SANO Masatoshi Wed, 21 Aug 2019 16:11:23 +0800 roswell (19.06.10.100-1) unstable; urgency=low diff --git a/configure.ac b/configure.ac index 5b1ee00..0d701e5 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/roswell.asd b/roswell.asd index cf3106c..fb2baa2 100644 --- a/roswell.asd +++ b/roswell.asd @@ -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")