Skip to content

Commit

Permalink
Release version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Mar 1, 2017
1 parent 521026f commit deb9aff
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion epkg-desc.el
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion epkg-list.el
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion epkg.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit deb9aff

Please sign in to comment.