aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-06-24 19:45:34 +0000
committercorvid <corvid@lavabit.com>2009-06-24 19:45:34 +0000
commit7faef726c117a3c5f3d0aa2c859abb9c8abd0b76 (patch)
tree08dd3b9c51509180c52542f73a0ae50c0f580c81 /ChangeLog
parent2afc633e494bbc646c3bdb2be99d6e73ec110ac9 (diff)
segfault on NULL URL when dpis not found
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ddbecc5e..91179718 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,7 +9,8 @@ dillo-2.2 [??, 2009]
- Assert that SimpleVector size is positive.
Patches: Johannes Hofmann
+- Removed redundant system includes.
- Added the "nop" keybinding (nop = NO_OPERATION; cancels a default hook).
+ - Added the "nop" keybinding (nop = NO_OPERATION; cancels a default hook).
+ - Fixed segfault when URL is NULL and dpis can't be found.
Patches: place (AKA corvid)
+- Check chdir() return code in Paths::init.
Patch: Michal Nowak