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] 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. "))