aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2004-12-30 10:32:32 +0100
committerVincent Richard <[email protected]>2004-12-30 10:32:32 +0100
commitda55bd2c267934d0d8f44d9d061a3db9b1ea203f (patch)
tree1be91aa618e99f4243e6b473d25f702229c38f2d /ChangeLog
parentRenamed files in POSIX platform handler. (diff)
downloadvmime-da55bd2c267934d0d8f44d9d061a3db9b1ea203f.tar.gz
vmime-da55bd2c267934d0d8f44d9d061a3db9b1ea203f.zip
Autotools and libtool support.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f23bd347..c15d39b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
VERSION 0.6.1-cvs
=================
+2004-12-27 Vincent Richard <[email protected]>
+
+ * Added support for 'libtool'. All files needed for autoconf/automake
+ can be generated with SConstruct script, using the 'autotools'
+ target ("scons autotools"). These are also built and included
+ automatically in the distribution tarball ("scons dist").
+
2004-12-26 Vincent Richard <[email protected]>
* Removed relative paths from #include's and moved all header files
@@ -71,7 +78,7 @@ VERSION 0.6.0
For example, to use the default platform handler for POSIX (GNU/Linux):
- #include <vmime/platforms/posix/handler.hpp>
+ #include <vmime/platforms/posix/posixHandler.hpp>
int main()
{