changelog entry and remove obsolete warning
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 5 Apr 2008 18:40:49 +0000 (14:40 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 5 Apr 2008 18:40:49 +0000 (14:40 -0400)
README
debian/changelog

diff --git a/README b/README
index 041ff54262d6a3577712e4ba16e1319a2ade3cb3..02461c66126e203868eb44199a2cfc351151dc88 100644 (file)
--- a/README
+++ b/README
@@ -50,10 +50,6 @@ metadata about file owners and permissions into a `/etc/.metadata` file.
 This metadata is stored in version control along with everything else, and
 can be applied if the repo should need to be checked back out.
 
-Warning: bazaar cannot support running etckeeper's pre-commit hook. To
-ensure that all file metadata is stored in bzr, you have to manually
-run "etckeeper pre-commit" before committing to bazaar.
-
 git and mercurial cannot track empty directories, but they can be
 significant sometimes in /etc. So the `pre-commit` hook also stores
 information that can be used to recreate the empty directories in a
index 214296ef9e46d98a1d48904372b9cd37dfd80409..7c131fd6ab700d15fa4bc8d7ca95b5502c619ad7 100644 (file)
@@ -1,3 +1,10 @@
+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