chiark / gitweb /
@@ -1,4 +1,4 @@
authorian <ian>
Sun, 25 Mar 2007 19:24:44 +0000 (19:24 +0000)
committerian <ian>
Sun, 25 Mar 2007 19:24:44 +0000 (19:24 +0000)
commit7858cfe7c61040fa9d3bce8f91a4bbcef263facf
treee17edd9d8b4dcddb4d715bc96bc77642b855dc1b
parent0248879bebf13933d9133d5ac75bb4d1b2af21b1
@@ -1,4 +1,4 @@
-chiark-tcl (1.0.2) unstable; urgency=low
+chiark-tcl (1.0.2~~iwj) unstable; urgency=low

   New features:
   * hbcrypto hash-{init,update,final} etc. for incremental hashing.
@@ -12,6 +12,8 @@
     Closes #393970.  (Bug exists only where int and ssize_t differ.)
   * Use correct errno value for error writing to new .main during compact.
   * Do not coredump if fclose journal fails during compact.
+  * Do not fail lookups on cdb-wr's opened from just-created dbs.
+  * Do not leak cdb innards on compact.

   Portability fixes:
   * Remove unecessary assertion of val<=0xffffffffUL where uint32_t val;
@@ -21,7 +23,7 @@
   * Add a few assertions about *_LLEN in adns.c.
   * Comprehensive review of use of `int' and defence against overflow.

- --
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 25 Mar 2007 20:13:20 +0100

 chiark-tcl (1.0.1) unstable; urgency=low
cdb/writeable.c
debian/changelog