diff --git a/CHANGELOG b/CHANGELOG index 334195f..5d35a24 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,5 @@ # -*- mode: org -*- -* v3.2.0 UNRELEASED +* v3.2.0 2021/05/30 - Taught ~borg-load-path~ to use the ~elisp/~ directory automatically like it already uses the ~lisp/~ directory or the top-level. The @@ -17,7 +17,8 @@ - The ~default-directory~ used during compilation and when presenting the results did not always match, leading to broken links. 41b4494 -- Disabled clones are now being skipped when rebuilding. bde5d4c +- When initializing and rebuilding packages, then missing and disabled + packages are skipped now. bde5d4c, 93f40f9, 640169d - It is now possible to place the drones in a directory that is named something other than ~lib~ using the ~borg.drones-directory~ variable. @@ -33,6 +34,11 @@ - When Borg is used as secondary package manager, then ~borg.mk~ is now usable as well. 5d87d34 +- Added documentation on how to recover from missing commits and + missing repositories. ecb2f9f + +- Symlinks are resolved now when setting path variables. 444b9d7 + * v3.1.2 2019/12/05 - The new option ~borg-rewrite-urls-alist~ allows rewriting certain urls diff --git a/borg.el b/borg.el index 5bd3173..057a847 100644 --- a/borg.el +++ b/borg.el @@ -6,8 +6,8 @@ ;; Homepage: https://github.com/emacscollective/borg ;; Keywords: tools -;; Package-Version: 3.1.2 -;; Package-Requires: ((emacs "26") (epkg "3.2.2") (magit "2.90.1")) +;; Package-Version: 3.2.0 +;; Package-Requires: ((emacs "26") (epkg "3.3.0") (magit "3.0.0")) ;; ;; Borg itself does no actually require Emacs 26 and has no ;; other dependencies but when it is installed from Melpa, diff --git a/borg.org b/borg.org index 5f361d5..ca0223c 100644 --- a/borg.org +++ b/borg.org @@ -8,7 +8,7 @@ #+TEXINFO_DIR_CATEGORY: Emacs #+TEXINFO_DIR_TITLE: Borg: (borg). #+TEXINFO_DIR_DESC: Assimilate Emacs packages as Git submodules -#+SUBTITLE: for version 3.1.2 (v3.1.2-54-gb210e4a+1) +#+SUBTITLE: for version 3.2.0 #+TEXINFO_DEFFN: t #+OPTIONS: H:4 num:4 toc:2 @@ -20,7 +20,7 @@ The Borg assimilate Emacs packages as Git submodules. Borg is a bare-bones package manager for Emacs packages. #+TEXINFO: @noindent -This manual is for Borg version 3.1.2 (v3.1.2-54-gb210e4a+1). +This manual is for Borg version 3.2.0. #+BEGIN_QUOTE Copyright (C) 2016-2021 Jonas Bernoulli diff --git a/borg.texi b/borg.texi index 918bc65..e1b9f2c 100644 --- a/borg.texi +++ b/borg.texi @@ -31,7 +31,7 @@ General Public License for more details. @finalout @titlepage @title Borg User Manual -@subtitle for version 3.1.2 (v3.1.2-54-gb210e4a+1) +@subtitle for version 3.2.0 @author Jonas Bernoulli @page @vskip 0pt plus 1filll @@ -48,7 +48,7 @@ The Borg assimilate Emacs packages as Git submodules. Borg is a bare-bones package manager for Emacs packages. @noindent -This manual is for Borg version 3.1.2 (v3.1.2-54-gb210e4a+1). +This manual is for Borg version 3.2.0. @quotation Copyright (C) 2016-2021 Jonas Bernoulli