From deb9affaadce11c356df53b6b62ab376ef652d16 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Wed, 1 Mar 2017 17:56:25 +0100 Subject: [PATCH] Release version 2.3.0 --- CHANGELOG | 17 ++++++++++++++--- epkg-desc.el | 2 +- epkg-list.el | 2 +- epkg.texi | 2 +- 4 files changed, 17 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e2abd25..3656cee 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,12 +1,23 @@ # -*- mode: org -*- +* v2.3.0 2017/03/01 + +- The function ~epkg-provided~ no longer returns bundles libraries, + unless its new ~include-bundled~ argument is non-nil. + +- The function ~epkg-reverse-dependencies~ now sorts not only the + packages it returns, but also the features belonging to each + of those package. + +- Various documentation updates and improvements. + * v2.2.0 2017/01/31 - The new function ~epkg-provided-by~ returns the package that provides a given feature. It replaces ~epkg--required~, which did the same - thing, but also also guessed the package for certain features, those - involving autoload, version, and test libraries, in case the Epkg - database did not contain any information on the feature. The new + thing, but also guessed the package for certain features (those + involving autoload, version, and test libraries) in case the Epkg + database did not contain any information about the feature. The new function doesn't do that because this is no longer necessary now that all those features are accounted for in the database. diff --git a/epkg-desc.el b/epkg-desc.el index 9bbc786..5cb7cef 100644 --- a/epkg-desc.el +++ b/epkg-desc.el @@ -1,6 +1,6 @@ ;;; epkg-desc.el --- show Epkg descriptions -*- lexical-binding: t -*- -;; Copyright (C) 2016 Jonas Bernoulli +;; Copyright (C) 2016-2017 Jonas Bernoulli ;; This file contains code from GNU Emacs, which is ;; Copyright (C) 1976-2016 Free Software Foundation, Inc. diff --git a/epkg-list.el b/epkg-list.el index a03ca5e..e2b049b 100644 --- a/epkg-list.el +++ b/epkg-list.el @@ -1,6 +1,6 @@ ;;; epkg-list.el --- list Epkg packages -*- lexical-binding: t -*- -;; Copyright (C) 2016 Jonas Bernoulli +;; Copyright (C) 2016-2017 Jonas Bernoulli ;; This file contains code from GNU Emacs, which is ;; Copyright (C) 1976-2016 Free Software Foundation, Inc. diff --git a/epkg.texi b/epkg.texi index 0bba57b..bb04267 100644 --- a/epkg.texi +++ b/epkg.texi @@ -35,7 +35,7 @@ General Public License for more details. @finalout @titlepage @title Epkg User Manual -@subtitle for version 2.1.0 +@subtitle for version 2.3.0 @author Jonas Bernoulli @page @vskip 0pt plus 1filll