1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
|
etckeeper (0.15) UNRELEASED; urgency=low
[ Daniel Hahler ]
* bzr: Set nickname for tree in init.d/40vcs-init.
* Add script to add new files during "commit" for bzr (commit.d/30bzr-add).
* Fix handling of files with spaces, by setting IFS to "newline" in
commit.d/40git-rm.
[ Jelmer Vernooij ]
* Support for the new bzr pre-commit hook. This requires bzr version 1.4.
Closes: #473069
* Remove pointless commit.d/40bzr-rm script.
-- Jelmer Vernooij <jelmer@samba.org> Sat, 05 Apr 2008 23:39:11 +0200
etckeeper (0.14.2) unstable; urgency=low
* Handle nonzero exit status when building package list diff.
-- Joey Hess <joeyh@debian.org> Thu, 17 Apr 2008 13:00:29 -0400
etckeeper (0.14.1) unstable; urgency=low
* Fix typo in bzr-precommit script. Closes: #473069
This is an interim fix -- full bzr precommit support has been implemented,
but the bzr that supports it is not yet released.
* Fix handling of files with spaces, by setting IFS to NL.
-- Joey Hess <joeyh@debian.org> Wed, 16 Apr 2008 19:16:52 -0400
etckeeper (0.14) unstable; urgency=low
* When deleting the .metadata, only $VCS rm it if using git. hg write
locks the repo when the pre-commit hook is running, so it would lock.
-- Joey Hess <joeyh@debian.org> Sat, 29 Mar 2008 13:43:20 -0400
etckeeper (0.13) unstable; urgency=low
* Drop the debconf prompt before committing in pre-install.
Closes: #470577, #462161, #471157, #462161
* Stop using metastore, instead add shell commands to .etckeeper
to handle permissions. Patch by Scott Bronson. The main advantages
of this approach are:
- .etckeeper uses less disk space than .metadata.
- Git diff includes changes to the commands in the file, which is more
transparent than a change to the binary .metadata file, and does not
produce conflicts during merging.
- Revision control directories such as .hg are filtered out.
Closes: #471371
Note that repositories still including .metadata files will be
automatically transitioned, and the file removed. Also, etckeeper init
on a historical version of a repository that still contains .metadata
will use it, if metastore is installed.
* Keep track of what packages change state during an installation,
and include that in the commit message at the end. Closes: #459384
-- Joey Hess <joeyh@debian.org> Tue, 25 Mar 2008 20:53:23 -0400
etckeeper (0.12) unstable; urgency=low
* Use git ls-files instead of git status. Depend on new enough git for this.
* Add support for bzr, thanks to Mark A. Hershberger. Closes: #470515
(Note that bzr does not support etckeeper's pre-commit hook.)
-- Joey Hess <joeyh@debian.org> Tue, 11 Mar 2008 15:06:29 -0400
etckeeper (0.11) unstable; urgency=low
* Add lvm cache dir to default ignores. (#462355)
* Updated German translation. Closes: #463153
* Some initial rpm support. Patch from Евгений Терешков.
* Add apt hooks for rpm based systems.
* Add nologin to default ignores.
-- Joey Hess <joeyh@debian.org> Mon, 11 Feb 2008 00:43:19 -0500
etckeeper (0.10) unstable; urgency=low
* Convert the directory parameter of etckeeper into "-d directory".
* Pass other patameters on from etckeeper to the .d scripts.
* Stop using run-parts for various reasons.
* Split out a commit.d that contains committing code that's used by
both the pre-install.d and post-install.d scripts.
* Split out an unclean.d that tests if the WC contains uncommitted
changes.
* Don't commit in post-install.d if there are no uncommitted changes.
* German debconf translation. Closes: #460940, #458751
* Use git status instead of git-status (missed this one before).
-- Joey Hess <joeyh@debian.org> Tue, 15 Jan 2008 14:35:29 -0500
etckeeper (0.9) unstable; urgency=low
* Separate debconf use from the main flow of the script so the commit
stage can use editors etc. Closes: #459547
* Remove the hint about setting -e to get interactive commits, since
I don't want to encourage users to do that. (For one thing, it's unlikely
to work if a graphical package manager is used..)
-- Joey Hess <joeyh@debian.org> Mon, 07 Jan 2008 13:46:22 -0500
etckeeper (0.8) unstable; urgency=low
* Typo fixes from Miklos Vajna
* Add backwards compatability code to handle post-apt action. Closes: #459441
-- Joey Hess <joeyh@debian.org> Sun, 06 Jan 2008 12:54:51 -0500
etckeeper (0.7) unstable; urgency=low
[ Joey Hess ]
* Added configuration options for highlevel and lowlevel package managers
in etckeeper.conf.
* Only install apt hooks if apt is used.
* Only add backup conffile exclusion to gitignore if dpkg is used.
* Rename pre/post-apt.d to pre/post-install.d to allow the same directories
to be used for other package managers.
* Use the name of the highlevel package manager in commit messages.
* Add gnarly conffile renaming code.
* Support mercurial as an alternative to git. Original patch by Mathieu
Clabaut, significantly changed.
[ Miklos Vajna ]
* Add support for frugalware's pacman-g2 package manager.
* Stop using git-foo commands.
[ Christian Perrier ]
* Debconf templates and debian/control reviewed by the debian-l10n-english
team as part of the Smith review project. Closes: #454774
* [Debconf translation updates]
* Galician. Closes: #455790
* Finnish. Closes: #455967
* Italian. Closes: #456509
* Portuguese. Closes: #456543
* French. Closes: #456920
* Vietnamese. Closes: #457307
* Czech. Closes: #457678
* Dutch. Closes: #457806
* Basque. Closes: #457830
* Russian. Closes: #457871
[ Joey Hess ]
* Commit removed files in the pre-install hook to git, as was already done
for hg. Avoided changing the debconf template so bubulle doesn't murder
me; the current wording is just vague enough to still work with the
current behavior.
-- Joey Hess <joeyh@debian.org> Fri, 04 Jan 2008 18:46:49 -0500
etckeeper (0.6) unstable; urgency=low
* Depend on a fairly recent git-core. Closes: #453063
-- Joey Hess <joeyh@debian.org> Sun, 02 Dec 2007 15:46:12 -0500
etckeeper (0.5) unstable; urgency=low
* Typo. Closes: #452926
-- Joey Hess <joeyh@debian.org> Mon, 26 Nov 2007 03:16:14 -0500
etckeeper (0.4) unstable; urgency=low
* Portuguese translation from Américo Monteiro. Closes: #451798
* Pass --quiet to git-rm calls.
-- Joey Hess <joeyh@debian.org> Tue, 20 Nov 2007 01:04:32 -0500
etckeeper (0.3) unstable; urgency=low
* Patch from Remi Vanicat adding an etckeeper.conf file and
a GIT_COMMIT_OPTIONS configuration setting. Closes: #451167
* Add network/run and adjtime to default gitignore. Closes: #451347
* Patch from Rémi Vanicat adding bash completion. Closes: #451302
* Remove redundant dependency on debconf. Closes: #451378
-- Joey Hess <joeyh@debian.org> Thu, 15 Nov 2007 12:21:02 -0500
etckeeper (0.2) unstable; urgency=low
* Add .pwd.lock to default ignores, this file is created by programs
that call getspent().
* Add tests for /etc/.git not yet existing and avoid doing bad things.
Closes: #451185
* If /etc/.git doesn't exist, display a suggestion to run etckeeper-init.
-- Joey Hess <joeyh@debian.org> Tue, 13 Nov 2007 19:09:11 -0500
etckeeper (0.1) unstable; urgency=low
* First release.
-- Joey Hess <joeyh@debian.org> Sun, 11 Nov 2007 01:11:21 -0500
|