From 62c4e540bb5593982de24be6ef3f9ce8c9c8181c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Sat, 21 Feb 2015 19:56:09 +0100 Subject: [PATCH 1/2] Release: bump version to current date. --- msvc/Makefile | 4 ++-- src/configure | 18 +++++++++--------- src/configure.in | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/msvc/Makefile b/msvc/Makefile index 5c53816e8..4a639c65f 100755 --- a/msvc/Makefile +++ b/msvc/Makefile @@ -10,8 +10,8 @@ srcdir = ..\src SHORT_SITE_NAME = LONG_SITE_NAME = -ECL_VERSION = 13.4.1 -ECL_VERSION_NUMBER= 130401 +ECL_VERSION = 15.2.21 +ECL_VERSION_NUMBER= 150221 ARCHITECTURE = PENTIUM4 SOFTWARE_TYPE = NT SOFTWARE_VERSION = 5.0 diff --git a/src/configure b/src/configure index 75cfc6127..020675b3e 100755 --- a/src/configure +++ b/src/configure @@ -1,7 +1,7 @@ #! /bin/sh # From configure.in Revision. # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for ecl 13.5.1. +# Generated by GNU Autoconf 2.69 for ecl 15.2.21. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -578,8 +578,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='ecl' PACKAGE_TARNAME='ecl' -PACKAGE_VERSION='13.5.1' -PACKAGE_STRING='ecl 13.5.1' +PACKAGE_VERSION='15.2.21' +PACKAGE_STRING='ecl 15.2.21' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1365,7 +1365,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures ecl 13.5.1 to adapt to many kinds of systems. +\`configure' configures ecl 15.2.21 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1434,7 +1434,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ecl 13.5.1:";; + short | recursive ) echo "Configuration of ecl 15.2.21:";; esac cat <<\_ACEOF @@ -1611,7 +1611,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ecl configure 13.5.1 +ecl configure 15.2.21 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2198,7 +2198,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by ecl $as_me 13.5.1, which was +It was created by ecl $as_me 15.2.21, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -10025,7 +10025,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by ecl $as_me 13.5.1, which was +This file was extended by ecl $as_me 15.2.21, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -10087,7 +10087,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -ecl config.status 13.5.1 +ecl config.status 15.2.21 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/src/configure.in b/src/configure.in index f95130483..434da4904 100644 --- a/src/configure.in +++ b/src/configure.in @@ -8,7 +8,7 @@ dnl AUTOCONF configuration for ECL dnl Giuseppe Attardi 25.1.1994 dnl -AC_INIT([ecl],[13.5.1],[]) +AC_INIT([ecl],[15.2.21],[]) AC_REVISION([$Revision$]) AC_CONFIG_SRCDIR([bare.lsp.in]) AC_CONFIG_AUX_DIR([gmp]) From 040d643c502602dcd45dbc73245c6c63fb245735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Sat, 21 Feb 2015 20:35:51 +0100 Subject: [PATCH 2/2] Release: update ANNOUNCEMENT and update Copyrights. --- ANNOUNCEMENT | 15 +++++++++++++-- Copyright | 1 + src/lsp/top.lsp | 1 + 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/ANNOUNCEMENT b/ANNOUNCEMENT index 723e0fe9e..374adbd77 100644 --- a/ANNOUNCEMENT +++ b/ANNOUNCEMENT @@ -35,9 +35,20 @@ Known issues quicklisp and have a C compiler accessible to ECL, you may use (ext:install-c-compiler) to switch back to the Lisp-to-C compiler. +Changes since 13.5.1 +==================== -Changes since last release -========================== +* Features coverity scan model, ffi-unload-module implementation, + probably more. + +* Build system + enhancements, parallel builds, fixes, simplifications, cleanups, + maintenance. minor cleanup, maintenance. + +* Numerous fixes + +Changes since 12.7.1 +==================== Some highlights of this release are: diff --git a/Copyright b/Copyright index 3a5d42c3e..e0527793b 100644 --- a/Copyright +++ b/Copyright @@ -1,5 +1,6 @@ ---- BEGINNING OF COPYRIGHT FOR THE ECL CORE ENVIRONMENT ------------ + Copyright (c) 2015, Daniel Kochmański Copyright (c) 2000, Juan Jose Garcia Ripoll Copyright (c) 1990, 1991, 1993 Giuseppe Attardi Copyright (c) 1984 Taiichi Yuasa and Masami Hagiya diff --git a/src/lsp/top.lsp b/src/lsp/top.lsp index 3e830a666..f71a7ef6e 100644 --- a/src/lsp/top.lsp +++ b/src/lsp/top.lsp @@ -402,6 +402,7 @@ The top-level loop of ECL. It is called by default when ECL is invoked." (format t "~%Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya~@ Copyright (C) 1993 Giuseppe Attardi~@ Copyright (C) 2000 Juan J. Garcia-Ripoll +Copyright (C) 2015 Daniel Kochmański ECL is free software, and you are welcome to redistribute it~@ under certain conditions; see file 'Copyright' for details.") (format *standard-output* "~%Type :h for Help. "))