From 4765d067bafb3afb76f37532e6c92b0f843d3e38 Mon Sep 17 00:00:00 2001 From: SANO Masatoshi Date: Mon, 22 Jan 2018 00:28:00 +0900 Subject: [PATCH] bump version to 18.1.10.87 --- ChangeLog | 11 +++++++++++ configure.ac | 2 +- roswell.asd | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b292bb0..99c46af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +roswell (18.1.10.87-1) unstable; urgency=low + + * New: implement 'ros install sly' works like 'ros install slime'. + * Change: Updated clasp 2017-12-20. + * Fix: Don't swallow exit code on Windows (by Wilfredo Velázquez-Rodríguez) + * Fix: error installing allegro if Volume mounted on path which include Spaces (by Antonio Juan Querol) + * Fix: env bug. + * New: 'ros build script.ros --bundle-shared-object' to bundle shared file to current directory. + + -- SANO Masatoshi Mon, 22 Jan 2018 00:25:21 +0900 + roswell (17.12.10.86-1) unstable; urgency=low * Change: if you've already clone sbcl repo by 'ros install sbcl/git' your next compilation is not download src from archive but checkout via git. diff --git a/configure.ac b/configure.ac index 34fda4c..2652656 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],[17.12.10.86],snmsts@gmail.com) +AC_INIT([roswell],[18.1.10.87],snmsts@gmail.com) AM_CONFIG_HEADER(config.h) AC_CONFIG_FILES([Makefile src/Makefile]) diff --git a/roswell.asd b/roswell.asd index ef23a8b..575e731 100644 --- a/roswell.asd +++ b/roswell.asd @@ -6,7 +6,7 @@ roswell does not function without help of C codes. |# (defsystem "roswell" - :version "17.12.10.86" + :version "18.1.10.87" :author "SANO Masatoshi" :license "MIT" :depends-on ("simple-date-time" "split-sequence" "plump" "zip")