aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.