bump version to 18.1.10.87

This commit is contained in:
SANO Masatoshi 2018-01-22 00:28:00 +09:00
parent 6580c93f78
commit 4765d067ba
3 changed files with 13 additions and 2 deletions

View file

@ -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 <snmsts@gmail.com> 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.

View file

@ -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])

View file

@ -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")