summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-06-24 11:34:59 -0400
committerJorge Arellano Cid <jcid@dillo.org>2009-06-24 11:34:59 -0400
commitfe90d0924c68e13d552d31d702e7e41267337477 (patch)
tree1b4b8ac504da201dd2ae4e62ff780ea4ef4a3347
parent2bd3cfa55508b588716a68fc2c244c29ddc35e48 (diff)
Changelog
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e85442e6..bdcf5bb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
Dillo project
=============================================================================
+dillo-2.2 [??, 2009]
+
++- Fixed a bug in parsing RGB color values (CSS).
+ - Added support for css colors of the form rgb(255, 255, 255).
+ - Assert that SimpleVector size is positive.
+ Patches: Johannes Hofmann
++- Removed redundant system includes.
+ Added the "nop" keybinding (nop = NO_OPERATION; cancels a default hook).
+ Patches: place (AKA corvid)
+
+-----------------------------------------------------------------------------
+
dillo-2.1 [Jun 15, 2009]
+- Added ipv6 addresses iteration and ipv4 fallback.