changelog entry and remove obsolete warning
[jelmer/etckeeper.git] / debian / changelog
index 4bfd1d26d926d27386a137818713dda222efdcf9..7c131fd6ab700d15fa4bc8d7ca95b5502c619ad7 100644 (file)
@@ -1,4 +1,73 @@
-etckeeper (0.9) UNRELEASED; urgency=low
+etckeeper (0.15) UNRELEASED; urgency=low
+
+  * Support for the new bzr pre-commit hook. This requires bzr version 1.4.
+    (Jelmer Vernooij)
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 05 Apr 2008 14:39:10 -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
@@ -6,7 +75,7 @@ etckeeper (0.9) UNRELEASED; urgency=low
     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:44:40 -0500
+ -- Joey Hess <joeyh@debian.org>  Mon, 07 Jan 2008 13:46:22 -0500
 
 etckeeper (0.8) unstable; urgency=low