diff options
| author | Vincent Richard <[email protected]> | 2004-12-30 10:32:32 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2004-12-30 10:32:32 +0100 |
| commit | da55bd2c267934d0d8f44d9d061a3db9b1ea203f (patch) | |
| tree | 1be91aa618e99f4243e6b473d25f702229c38f2d /ChangeLog | |
| parent | Renamed files in POSIX platform handler. (diff) | |
| download | vmime-da55bd2c267934d0d8f44d9d061a3db9b1ea203f.tar.gz vmime-da55bd2c267934d0d8f44d9d061a3db9b1ea203f.zip | |
Autotools and libtool support.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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() { |
