changelog entry and remove obsolete warning
[jelmer/etckeeper.git] / debian / changelog
index 286ab28f6539f549a532b06aaae1251fb80784be..7c131fd6ab700d15fa4bc8d7ca95b5502c619ad7 100644 (file)
@@ -1,7 +1,21 @@
-etckeeper (0.13) 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
+    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:
@@ -9,12 +23,16 @@ etckeeper (0.13) UNRELEASED; urgency=low
     - 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, and etckeeper init
-    on out a historical version of a repository that still contains .metadata
+    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>  Fri, 14 Mar 2008 01:51:53 -0400
+ -- Joey Hess <joeyh@debian.org>  Tue, 25 Mar 2008 20:53:23 -0400
 
 etckeeper (0.12) unstable; urgency=low