From 273e5b32cd37f1f77e2dd99724841046fc0728b3 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Wed, 1 Apr 2015 01:10:27 -0400 Subject: [PATCH] 4.1.2: release! --- cl-launch.sh | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/cl-launch.sh b/cl-launch.sh index 7f293ef..ebfdd05 100755 --- a/cl-launch.sh +++ b/cl-launch.sh @@ -1,6 +1,6 @@ #!/bin/sh #| cl-launch.sh -- shell wrapper for Common Lisp -*- Lisp -*- -CL_LAUNCH_VERSION='4.1.1.1' +CL_LAUNCH_VERSION='4.1.2' license_information () { AUTHOR_NOTE="\ # Please send your improvements to the author: diff --git a/debian/changelog b/debian/changelog index 64d4e30..e44c761 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +cl-launch (4.1.2-1) unstable; urgency=low + + * Multiple entry binaries with --dispatched-entry, + mostly compatible with Xach's buildapp. + + -- Francois-Rene Rideau <fare@tunes.org> Wed, 01 Apr 2015 01:09:11 -0400 + cl-launch (4.1.1-1) unstable; urgency=low * Portability: better fallbacks for implementations without a recent ASDF, -- GitLab