chiark / gitweb /
@@ -1,4 +1,4 @@
[chiark-tcl.git] / debian / changelog
index 8f73e7551b729e27f7ece76ed12754d6197344e4..e57556ccab4ceb5641c748ff75502f5e84854068 100644 (file)
@@ -1,4 +1,7 @@
-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.
 
   Bugfixes:
   * Do not adns_cancel in the middle of adns_forallqueries.
@@ -9,6 +12,8 @@ chiark-tcl (1.0.2) unstable; urgency=low
     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;
@@ -18,7 +23,7 @@ chiark-tcl (1.0.2) unstable; urgency=low
   * 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