File tree Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 1
1
# -*- mode: org -*-
2
+ * v4.2.0 2025-06-01
3
+
4
+ - Made it safer to rerun ~make bootstrap~ or parts thereof. cd95c7c
5
+
6
+ - Added make targets ~checkout-module~ and ~clone-modules~, making it
7
+ more convenient to rerun just parts of the bootstrapping process.
8
+ 746d6cc
9
+
2
10
* v4.1.5 2025-04-28
3
11
4
12
- Fixed bug in bootstrapping script. #171
Original file line number Diff line number Diff line change 6
6
; ; Homepage: https://github.com/emacscollective/borg
7
7
; ; Keywords: tools
8
8
9
- ; ; Package-Version: 4.1.5
9
+ ; ; Package-Version: 4.2.0
10
10
; ; Package-Requires: (
11
11
; ; (emacs "27.1")
12
- ; ; (epkg "4.0.5 ")
13
- ; ; (magit "4.3.2 "))
12
+ ; ; (epkg "4.0.7 ")
13
+ ; ; (magit "4.3.6 "))
14
14
15
15
; ; SPDX-License-Identifier: GPL-3.0-or-later
16
16
Original file line number Diff line number Diff line change 7
7
#+texinfo_dir_category: Emacs
8
8
#+texinfo_dir_title: Borg: (borg).
9
9
#+texinfo_dir_desc: Assimilate Emacs packages as Git submodules
10
- #+subtitle: for version 4.1.5
10
+ #+subtitle: for version 4.2.0
11
11
12
12
#+setupfile: .orgconfig
13
13
14
14
The Borg assimilate Emacs packages as Git submodules. Borg is a
15
15
bare-bones package manager for Emacs packages.
16
16
17
17
#+texinfo: @noindent
18
- This manual is for Borg version 4.1.5 .
18
+ This manual is for Borg version 4.2.0 .
19
19
20
20
#+texinfo: @insertcopying
21
21
:END:
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ General Public License for more details.
31
31
@finalout
32
32
@titlepage
33
33
@title Borg User Manual
34
- @subtitle for version 4.1.5
34
+ @subtitle for version 4.2.0
35
35
@author Jonas Bernoulli
36
36
@page
37
37
@vskip 0pt plus 1filll
@@ -48,7 +48,7 @@ The Borg assimilate Emacs packages as Git submodules. Borg is a
48
48
bare-bones package manager for Emacs packages.
49
49
50
50
@noindent
51
- This manual is for Borg version 4.1.5 .
51
+ This manual is for Borg version 4.2.0 .
52
52
53
53
@insertcopying
54
54
@end ifnottex
You can’t perform that action at this time.
0 commit comments