changelog
[jelmer/etckeeper.git] / debian / changelog
1 etckeeper (0.7) UNRELEASED; urgency=low
2
3   * Added configuration options for highlevel and lowlevel package managers
4     in etckeeper.conf.
5   * Only install apt hooks if apt is used.
6   * Only add backup conffile exclusion to gitignore if dpkg is used.
7   * Rename pre/post-apt.d to pre/post-install.d to allow the same directories
8     to be used for other package managers.
9   * Use the name of the highlevel package manager in commit messages.
10   * Add gnarly conffile renaming code.
11   * Add support for frugalware's pacman-g2 package manager. (Miklos Vajna)
12
13  -- Joey Hess <joeyh@debian.org>  Thu, 03 Jan 2008 20:43:23 -0500
14
15 etckeeper (0.6) unstable; urgency=low
16
17   * Depend on a fairly recent git-core. Closes: #453063
18
19  -- Joey Hess <joeyh@debian.org>  Sun, 02 Dec 2007 15:46:12 -0500
20
21 etckeeper (0.5) unstable; urgency=low
22
23   * Typo. Closes: #452926
24
25  -- Joey Hess <joeyh@debian.org>  Mon, 26 Nov 2007 03:16:14 -0500
26
27 etckeeper (0.4) unstable; urgency=low
28
29   * Portuguese translation from Américo Monteiro. Closes: #451798
30   * Pass --quiet to git-rm calls.
31
32  -- Joey Hess <joeyh@debian.org>  Tue, 20 Nov 2007 01:04:32 -0500
33
34 etckeeper (0.3) unstable; urgency=low
35
36   * Patch from Remi Vanicat adding an etckeeper.conf file and
37     a GIT_COMMIT_OPTIONS configuration setting. Closes: #451167
38   * Add network/run and adjtime to default gitignore. Closes: #451347
39   * Patch from Rémi Vanicat adding bash completion. Closes: #451302
40   * Remove redundant dependency on debconf. Closes: #451378
41
42  -- Joey Hess <joeyh@debian.org>  Thu, 15 Nov 2007 12:21:02 -0500
43
44 etckeeper (0.2) unstable; urgency=low
45
46   * Add .pwd.lock to default ignores, this file is created by programs
47     that call getspent().
48   * Add tests for /etc/.git not yet existing and avoid doing bad things.
49     Closes: #451185
50   * If /etc/.git doesn't exist, display a suggestion to run etckeeper-init.
51
52  -- Joey Hess <joeyh@debian.org>  Tue, 13 Nov 2007 19:09:11 -0500
53
54 etckeeper (0.1) unstable; urgency=low
55
56   * First release.
57
58  -- Joey Hess <joeyh@debian.org>  Sun, 11 Nov 2007 01:11:21 -0500