summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-01-05 17:03:34 +0000
committerLars Wirzenius <liw@liw.fi>2013-01-05 17:03:34 +0000
commit206fb1529bf3bef9c51e9c47dd5b3fa053c485ba (patch)
tree9fbb1fde561ceb8ca396e98dcd8f3804e0ee87a3 /NEWS
parent989eb64fc8be4261f5b1ceaec6b91e97395fa336 (diff)
parent9bf89651bf665a59d0817fe2c5f4d821803264e7 (diff)
downloadlarch-206fb1529bf3bef9c51e9c47dd5b3fa053c485ba.tar.gz
Show node ids in error messages in hex
This makes it easier to find them on disk, since the filenames are already in hex.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a760a39..ec217b1 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ Version UNRELEASED
* Fsck now check for missing nodes, and optionally fixes them by
deleting references to them.
+* Node numbers are now reported in hexadecimal, to make it easier to find
+ on disk. Patch by Damien Couroussé.
Version 1.20121216
------------------