Use flock()
[mirror/userdir-ldap.git] / debian / changelog
index 51d26af..569eb31 100644 (file)
@@ -41,6 +41,12 @@ userdir-ldap (0.3.80) UNRELEASED; urgency=low
     - speed up ssh tarball generation: No longer write indidividual user's ssh
       authorized_keys to disk, only to read them later.  Directly create a
       TarInfo object without referring to any on-disk files.
+    - get rid of global state variable CurrentHost.  This will enable upcoming
+      changes.
+    - UDLdap.py: make a cache for __getitem__() decisions.
+    - wrap cdbmake calls in eatmydata.  Nothing else does any fsync stuff,
+      so doing it here just costs a lot.
+  * ud-generate: Use a flock() lock instead of python's lockfile class.
 
   [ Stephen Gran ]
   * Fix deprecation warnings for sha module by using hashlib module instead
@@ -53,7 +59,7 @@ userdir-ldap (0.3.80) UNRELEASED; urgency=low
   * ud-replicate: set correct permissions for web-passwords
   * add freecdb to depends
 
- -- Peter Palfrader <weasel@debian.org>  Mon, 12 Mar 2012 13:54:57 +0100
+ -- Peter Palfrader <weasel@debian.org>  Mon, 12 Mar 2012 16:15:13 +0100
 
 userdir-ldap (0.3.79) unstable; urgency=low