Skip to content

Commit

Permalink
Release version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jan 18, 2019
1 parent 548199d commit 4243b36
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# -*- mode: org -*-
* v3.2.0 2019/01/18

- Add the ~epkg-elpa-core-package~ class, making it possible to mirror
packages that GNU Elpa imports from the ~master~ branch of the Emacs
repository.

- Rename the ~gelpa-builtin-recipe~ class to ~gelpa-core-recipe~, because
GNU Elpa itself uses the type ~core~ for such recipes.

- No longer set ~x-strech-cursor~ globally when we only intended to set
it in an ~epkg-list-mode~ buffer.

* v3.1.2 2018/11/27

- Require ~subr-x~ only at compile-time.
Expand Down
4 changes: 2 additions & 2 deletions epkg.org
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#+TEXINFO_DIR_CATEGORY: Emacs
#+TEXINFO_DIR_TITLE: Epkg: (epkg).
#+TEXINFO_DIR_DESC: Browse the Emacsmirror's database
#+SUBTITLE: for version 3.1.2 (v3.1.2+1)
#+SUBTITLE: for version 3.2.0

#+TEXINFO_DEFFN: t
#+OPTIONS: H:4 num:4 toc:2
Expand All @@ -18,7 +18,7 @@ With Epkg you can browse the Emacsmirror package database using an
interface similar to that of ~package.el~.

#+TEXINFO: @noindent
This manual is for Epkg version 3.1.2 (v3.1.2+1).
This manual is for Epkg version 3.2.0.

#+BEGIN_QUOTE
Copyright (C) 2016-2019 Jonas Bernoulli <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions epkg.texi
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title Epkg User Manual
@subtitle for version 3.1.2 (v3.1.2+1)
@subtitle for version 3.2.0
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
Expand All @@ -48,7 +48,7 @@ With Epkg you can browse the Emacsmirror package database using an
interface similar to that of @code{package.el}.

@noindent
This manual is for Epkg version 3.1.2 (v3.1.2+1).
This manual is for Epkg version 3.2.0.

@quotation
Copyright (C) 2016-2019 Jonas Bernoulli <jonas@@bernoul.li>
Expand Down

0 comments on commit 4243b36

Please sign in to comment.