chiark / gitweb /
@@ -1,4 +1,4 @@
[chiark-tcl.git] / debian / changelog
index 6c2f86022118359d5d78936ad6869c941e0677f5..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;
@@ -16,9 +21,9 @@ chiark-tcl (1.0.2) unstable; urgency=low
 
   Internal improvements:
   * Add a few assertions about *_LLEN in adns.c.
-  * Comprehensive review of use of `int' and defense against overflow.
+  * 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