summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]]