Skip to content

Commit

Permalink
Release version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jan 27, 2019
1 parent 5aad7ed commit 4ffec24
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- mode: org -*-

* v3.1.0 UNRELEASED
* v3.1.0 2019/01/28

- The new user configuration file ~~/.emacs.d/etc/borg/init.el~ is
loaded by ~borg-initialize~ if Emacs is running without an interactive
Expand Down
2 changes: 1 addition & 1 deletion borg-elpa.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; borg-elpa.el --- use Borg alongside Package.el -*- lexical-binding: t -*-

;; Copyright (C) 2018 Jonas Bernoulli
;; Copyright (C) 2018-2019 Jonas Bernoulli

;; Author: Jonas Bernoulli <[email protected]>
;; Homepage: https://github.com/emacscollective/borg
Expand Down
4 changes: 2 additions & 2 deletions borg.el
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
;;; borg.el --- assimilate Emacs packages as Git submodules -*- lexical-binding: t -*-

;; Copyright (C) 2016-2018 Jonas Bernoulli
;; Copyright (C) 2016-2019 Jonas Bernoulli

;; Author: Jonas Bernoulli <[email protected]>
;; Homepage: https://github.com/emacscollective/borg
;; Keywords: tools

;; Package-Version: 3.0.0
;; Package-Version: 3.1.0
;; Package-Requires: ((emacs "26") (dash "2.14.1") (epkg "3.1.1") (magit "2.13.0"))

;; Borg itself does no actually require Emacs 26 and has no
Expand Down
2 changes: 1 addition & 1 deletion borg.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2016-2018 Jonas Bernoulli
# Copyright (C) 2016-2019 Jonas Bernoulli
#
# Author: Jonas Bernoulli <[email protected]>
# License: GPL v3 <https://www.gnu.org/licenses/gpl-3.0.txt>
Expand Down
10 changes: 5 additions & 5 deletions borg.org
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
:PREAMBLE:
#+AUTHOR: Jonas Bernoulli
#+EMAIL: [email protected]
#+DATE: 2018
#+DATE: 2018-2019
#+LANGUAGE: en

#+TEXINFO_DIR_CATEGORY: Emacs
#+TEXINFO_DIR_TITLE: Borg: (borg).
#+TEXINFO_DIR_DESC: Assimilate Emacs packages as Git submodules
#+SUBTITLE: for version 3.0.0
#+SUBTITLE: for version 3.1.0

#+TEXINFO_DEFFN: t
#+OPTIONS: H:4 num:4 toc:2
Expand All @@ -18,10 +18,10 @@ 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.0.0.
This manual is for Borg version 3.1.0.

#+BEGIN_QUOTE
Copyright (C) 2016-2018 Jonas Bernoulli <[email protected]>
Copyright (C) 2016-2019 Jonas Bernoulli <[email protected]>

You can redistribute this document and/or modify it under the terms
of the GNU General Public License as published by the Free Software
Expand Down Expand Up @@ -750,7 +750,7 @@ being noted in the changelog.
:END:

#+BEGIN_QUOTE
Copyright (C) 2016-2018 Jonas Bernoulli <[email protected]>
Copyright (C) 2016-2019 Jonas Bernoulli <[email protected]>

You can redistribute this document and/or modify it under the terms
of the GNU General Public License as published by the Free Software
Expand Down
2 changes: 1 addition & 1 deletion borg.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# Copyright (C) 2016-2018 Jonas Bernoulli
# Copyright (C) 2016-2019 Jonas Bernoulli
#
# Author: Jonas Bernoulli <[email protected]>
# License: GPL v3 <https://www.gnu.org/licenses/gpl-3.0.txt>
Expand Down
8 changes: 4 additions & 4 deletions borg.texi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

@copying
@quotation
Copyright (C) 2016-2018 Jonas Bernoulli <jonas@@bernoul.li>
Copyright (C) 2016-2019 Jonas Bernoulli <jonas@@bernoul.li>
You can redistribute this document and/or modify it under the terms
of the GNU General Public License as published by the Free Software
Expand All @@ -31,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title Borg User Manual
@subtitle for version 3.0.0
@subtitle for version 3.1.0
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
Expand All @@ -48,10 +48,10 @@ 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.0.0.
This manual is for Borg version 3.1.0.

@quotation
Copyright (C) 2016-2018 Jonas Bernoulli <jonas@@bernoul.li>
Copyright (C) 2016-2019 Jonas Bernoulli <jonas@@bernoul.li>
You can redistribute this document and/or modify it under the terms
of the GNU General Public License as published by the Free Software
Expand Down

0 comments on commit 4ffec24

Please sign in to comment.