X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-tcl.git;a=blobdiff_plain;f=debian%2Fchangelog;h=8f73e7551b729e27f7ece76ed12754d6197344e4;hp=64d09f77d19fde495e5173d9c9eb7c8879145104;hb=0d3985265f33e13465520a2654a3769a55b5920a;hpb=ceed4cf646a34245b3bc88089a2187ebf7a41f0f diff --git a/debian/changelog b/debian/changelog index 64d09f7..8f73e75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,13 @@ chiark-tcl (1.0.2) unstable; urgency=low Bugfixes: * Do not adns_cancel in the middle of adns_forallqueries. + * cdb: When cdbwr update writerecord fails, try to recover the + situation to sanity so we don't corrupt the log later; if this + fails, mark the cdb broken. * strlen returns size_t, not int; fixed up everywhere relevant. 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. Portability fixes: * Remove unecessary assertion of val<=0xffffffffUL where uint32_t val; @@ -11,7 +16,7 @@ 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. --