aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--SConstruct3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a5c8c9b..51796aae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
VERSION 0.7.1cvs
================
+2005-04-15 Vincent Richard <[email protected]>
+
+ * url.{hpp|cpp}, urlUtils.{hpp|cpp}: fixed a lot of bugs in URLs parsing
+ and encoding/decoding + added unit tests.
+
2005-04-14 Vincent Richard <[email protected]>
* url.{hpp|cpp}, urlUtils.{hpp|cpp}: moved 'url' and 'urlUtils' from
diff --git a/SConstruct b/SConstruct
index 3f98823b..11443e9c 100644
--- a/SConstruct
+++ b/SConstruct
@@ -335,7 +335,8 @@ libvmimetest_sources = [
[ 'tests/utility/md5Test', [ 'tests/utility/md5Test.cpp' ] ],
[ 'tests/utility/stringProxyTest', [ 'tests/utility/stringProxyTest.cpp' ] ],
[ 'tests/utility/stringUtilsTest', [ 'tests/utility/stringUtilsTest.cpp' ] ],
- [ 'tests/utility/pathTest', [ 'tests/utility/pathTest.cpp' ] ]
+ [ 'tests/utility/pathTest', [ 'tests/utility/pathTest.cpp' ] ],
+ [ 'tests/utility/urlTest', [ 'tests/utility/urlTest.cpp' ] ]
]
libvmime_autotools = [