From 7eb6017377e02d8f3e8e7e16dc5c0fcb2a9e9ef3 Mon Sep 17 00:00:00 2001 From: SANO Masatoshi Date: Tue, 9 Oct 2018 17:34:19 +0800 Subject: [PATCH] bump version to 18.10.10.95 --- ChangeLog | 9 ++++++--- configure.ac | 2 +- roswell.asd | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index dee1797..0184e66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,11 @@ -roswell (master-changelog-which-not-yet-released-1) unstable; urgency=low +roswell (18.10.10.95-1) unstable; urgency=low - * + * Fix: ignore .sbclrc when 'ros install sbcl' + * Fix: ECL build broken.(reported by Anton Vodonosov) + * Change: hopefully improve zlib notification (reporetd by MichaƂ Herda) + * Change: add bzip2 dependency on debian package. - -- SANO Masatoshi Tue, 09 Oct 2018 17:25:49 +0800 + -- SANO Masatoshi Tue, 09 Oct 2018 17:33:39 +0800 roswell (18.9.10.94-1) unstable; urgency=low diff --git a/configure.ac b/configure.ac index f04a968..c2e0c5c 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],[18.9.10.94],snmsts@gmail.com) +AC_INIT([roswell],[18.10.10.95],snmsts@gmail.com) AM_CONFIG_HEADER(config.h) AC_CONFIG_FILES([Makefile src/Makefile]) diff --git a/roswell.asd b/roswell.asd index 74412b8..031ac0b 100644 --- a/roswell.asd +++ b/roswell.asd @@ -1,5 +1,5 @@ (defsystem "roswell" - :version "18.9.10.94" + :version "18.10.10.95" :author "SANO Masatoshi" :license "MIT" :depends-on ("simple-date-time" "split-sequence" "plump" "zip")