bump version to 17.4.8.76

This commit is contained in:
SANO Masatoshi 2017-04-26 20:52:10 +09:00
parent 9197238208
commit 5d574724be
3 changed files with 16 additions and 2 deletions

View file

@ -1,3 +1,17 @@
roswell (17.4.8.76-1) unstable; urgency=low
* New: 'ros update system [systems...]' to pull upstream and install it.
* New: 'ros subcommand' invokes ros-subcommand if possible.
* New: new option for 'ros install sbcl' 'linkable-runtime' and 'dynamic-core'.
* Change: 'ros asdf install version' can specify version by SHA.
* Change: Updated Clasp 2017-04-15.(by gos-k)
* Fix: change ffcall uri.(was blocked)
* Change: change the directory from ~/.roswell via $ROSWELL_HOME.
* Change: change sigsegv version for clisp from 2.10 to 2.11.
* Change: 'ros install allegro' will install 10.1express.
-- SANO Masatoshi <snmsts@gmail.com> Wed, 26 Apr 2017 20:32:44 +0900
roswell (17.3.8.75-1) unstable; urgency=low
* Change: better clasp support. (clasp version are chosen by gos-k)

View file

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.59])
AC_INIT([roswell],[17.3.8.75],snmsts@gmail.com)
AC_INIT([roswell],[17.4.8.76],snmsts@gmail.com)
AM_CONFIG_HEADER(config.h)
AC_CONFIG_FILES([Makefile src/Makefile documents/Makefile lisp/Makefile scripts/Makefile])

View file

@ -15,7 +15,7 @@ roswell does not function without help of C codes.
(in-package :roswell-asd)
(defsystem roswell
:version "17.3.8.75"
:version "17.4.8.76"
:author "SANO Masatoshi"
:license "MIT"
:depends-on (:simple-date-time :split-sequence :plump :zip)