summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-02-02 12:12:52 -0400
committerJoey Hess <joeyh@joeyh.name>2016-02-02 12:12:52 -0400
commit5f4ece8345f1ed8777b347954891f1092f3bfd6c (patch)
tree5ee4951432d568f838d228d680141cb8ebdf2108
parentf4ec4b95f02e644474851d7ff4ccd8a0662c85f2 (diff)
Added support for Arch's pacman package manager version 5. Thanks, Tilman Blumenbach.
-rw-r--r--debian/changelog2
-rw-r--r--doc/todo/__91__Patch__93___Support_Pacman_5.x_hooks.mdwn2
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f47b051..133618f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ etckeeper (1.18.3) UNRELEASED; urgency=medium
(Antoine Beaupré)
* Support ~/.config/git/config when determining the author name and email.
Thanks, Richard Savio
+ * Added support for Arch's pacman package manager version 5.
+ Thanks, Tilman Blumenbach.
-- Joey Hess <id@joeyh.name> Mon, 21 Sep 2015 16:38:03 -0400
diff --git a/doc/todo/__91__Patch__93___Support_Pacman_5.x_hooks.mdwn b/doc/todo/__91__Patch__93___Support_Pacman_5.x_hooks.mdwn
index 2854740..02c8ff5 100644
--- a/doc/todo/__91__Patch__93___Support_Pacman_5.x_hooks.mdwn
+++ b/doc/todo/__91__Patch__93___Support_Pacman_5.x_hooks.mdwn
@@ -6,3 +6,5 @@ I have added the necessary hook files to etckeeper and also modified the `Makefi
`pacman` as the `LOWLEVEL_PACKAGE_MANAGER`.
You can find my patch [here](https://github.com/joeyh/etckeeper/compare/master...Tblue:master.patch). Please consider applying it. :-)
+
+> merged, thanks. [[done]] --[[Joey]]