mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
bump version to 18.1.10.87
This commit is contained in:
parent
6580c93f78
commit
4765d067ba
11
ChangeLog
11
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 <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.
|
||||
|
|
|
|||
|
|
@ -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])
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue