From 8d66d90b1d8c1990ad8a66c49c9e9bf26e56eb41 Mon Sep 17 00:00:00 2001 From: SANO Masatoshi Date: Mon, 30 Sep 2019 01:23:58 +0800 Subject: [PATCH] bump version to 19.09.12.102 --- ChangeLog | 8 +++++--- configure.ac | 2 +- roswell.asd | 2 +- scripts/install-for-ci.sh | 2 +- scripts/release.ros | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 861b91d..561e094 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,10 @@ -roswell (master-changelog-which-not-yet-released-1) unstable; urgency=low +roswell (19.09.12.102-1) unstable; urgency=low - * + * New: 'ros -v uri=http://prdownloads.sourceforge.net/sbcl/sbcl-1.5.5-x86-64-linux-binary.tar.bz2 install sbcl-bin' to install sbcl-bin from specified uri + * New: tested with openindiana + * New: roswell.util::local-projects-searcher implemented for remove directory start with "." - -- SANO Masatoshi Mon, 30 Sep 2019 01:08:45 +0800 + -- SANO Masatoshi Mon, 30 Sep 2019 01:09:19 +0800 roswell (19.08.10.101-1) unstable; urgency=low diff --git a/configure.ac b/configure.ac index a0e20d4..b5e1137 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],[19.08.11.101],snmsts@gmail.com) +AC_INIT([roswell],[19.09.12.102],snmsts@gmail.com) diff --git a/roswell.asd b/roswell.asd index fb2baa2..1b9ab8a 100644 --- a/roswell.asd +++ b/roswell.asd @@ -1,5 +1,5 @@ (defsystem "roswell" - :version "19.8.10.101" + :version "19.9.12.102" :author "SANO Masatoshi" :license "MIT" :depends-on ("simple-date-time" "split-sequence" "plump" "zip") diff --git a/scripts/install-for-ci.sh b/scripts/install-for-ci.sh index a1b32a5..c94c2e1 100644 --- a/scripts/install-for-ci.sh +++ b/scripts/install-for-ci.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e -ROSWELL_RELEASE_VERSION=19.08.10.101 +ROSWELL_RELEASE_VERSION=19.09.12.102 ROSWELL_TARBALL_PATH=$HOME/roswell.tar.gz ROSWELL_DIR=$HOME/.roswell ROSWELL_REPO=${ROSWELL_REPO:-https://github.com/roswell/roswell} diff --git a/scripts/release.ros b/scripts/release.ros index bdc3cfb..500bdf1 100755 --- a/scripts/release.ros +++ b/scripts/release.ros @@ -143,7 +143,7 @@ exec ros -Q -L sbcl-bin -- $0 "$@" (defun release (argv) (declare (ignore argv)) (!"git checkout master") - (!"git add ChangeLog configure.ac roswell.asd install-for-ci.sh") + (!"git add ChangeLog configure.ac roswell.asd scripts/install-for-ci.sh") (!(format nil "git commit -m \"bump version to ~A\"" (find-version)))) (defun release-push (argv)