diff --git a/asdf.asd b/asdf.asd index 07e0c8cf4f5f47a5f12c7b14850c0ccdfad2adb9..98e3b2ae99b7ae9752cbe52cf3238b26074107a1 100644 --- a/asdf.asd +++ b/asdf.asd @@ -3,7 +3,7 @@ ;;; ;;; ;;; Free Software available under an MIT-style license. ;;; ;;; ;;; -;;; Copyright (c) 2001-2014 Daniel Barlow and contributors ;;; +;;; Copyright (c) 2001-2016 Daniel Barlow and contributors ;;; ;;; ;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/doc/asdf.texinfo b/doc/asdf.texinfo index b805a59ea33b6d2d2f8087fed7807d2134b4dcac..ef6c1b08105c7af8b227e37084e54e1ccde626c6 100644 --- a/doc/asdf.texinfo +++ b/doc/asdf.texinfo @@ -4561,7 +4561,7 @@ to protect any @code{:encoding @emph{encoding}} statement, as in @code{#+asdf-unicode :encoding #+asdf-unicode :utf-8}. We recommend that you avoid using unprotected @code{:encoding} specifications until after ASDF 2.21 or later becomes widespread. -As of May 2015, all maintained implementations provide ASDF 3, +As of May 2016, all maintained implementations provide ASDF 3.1, so you may prudently start using this and other features without such protection. While it offers plenty of hooks for extension, @@ -5534,7 +5534,7 @@ and ensure that ASDF 3 or later is present indeed, before they start using ASDF to load anything else. @item -Now that all implementations provide ASDF 3 or later (since May 2015), +Now that all implementations provide ASDF 3.1 or later (since May 2016), the simple solution is just to use code as below in your setup, and when it fails, upgrade your implementation or replace its ASDF. (@pxref{Replacing your implementation's ASDF}): diff --git a/header.lisp b/header.lisp index 2aa00124d60b0f9bc8ffd77e29ee8a6d79e8c3d4..4a3da4723188cdc7e1ef34ca78da7fc012a6bf6d 100644 --- a/header.lisp +++ b/header.lisp @@ -19,7 +19,7 @@ ;;; http://www.opensource.org/licenses/mit-license.html on or about ;;; Monday; July 13, 2009) ;;; -;;; Copyright (c) 2001-2015 Daniel Barlow and contributors +;;; Copyright (c) 2001-2016 Daniel Barlow and contributors ;;; ;;; Permission is hereby granted, free of charge, to any person obtaining ;;; a copy of this software and associated documentation files (the