2 commits - autogen.sh README RELEASE-NOTES

Christian Mollekopf mollekopf at kolabsys.com
Thu Jul 19 12:24:09 CEST 2012


 README        |   10 +++++++++-
 RELEASE-NOTES |    6 ++++++
 autogen.sh    |    2 +-
 3 files changed, 16 insertions(+), 2 deletions(-)

New commits:
commit 6d8eebf6b11435bf32c0582fd3867affc9fdbd86
Author: Christian Mollekopf <mollekopf at kolabsys.com>
Date:   Thu Jul 19 12:22:59 2012 +0200

    Adjust INCLUDE_INSTALL_DIR to new behaviour

diff --git a/README b/README
index 8869765..194456e 100644
--- a/README
+++ b/README
@@ -26,7 +26,7 @@ CMAKE_INSTALL_PREFIX=/usr
 
 Installation location for header files:
 
-INCLUDE_INSTALL_DIR=/usr/include/kolabxml
+INCLUDE_INSTALL_DIR=/usr/include
 
 Building of bindings can be controlled using cmake configuration options:
 PYTHON_BINDINGS
diff --git a/autogen.sh b/autogen.sh
index 6bdedaa..a5fcf3e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -47,7 +47,7 @@ if [ ${doprep} -eq 1 ]; then
     cmake \
         -DCMAKE_VERBOSE_MAKEFILE=ON \
         -DCMAKE_INSTALL_PREFIX=/usr \
-        -DINCLUDE_INSTALL_DIR=/usr/include/kolabxml \
+        -DINCLUDE_INSTALL_DIR=/usr/include \
         -DLIB_INSTALL_DIR=/usr/lib64 \
         -DPHP_BINDINGS=ON \
         -DPYTHON_BINDINGS=ON \


commit 1fb90b10812350957c2bd5654fac00e74400eef8
Author: Christian Mollekopf <mollekopf at kolabsys.com>
Date:   Thu Jul 19 09:50:18 2012 +0200

    updated release notes and readme.

diff --git a/README b/README
index 7cca6dd..8869765 100644
--- a/README
+++ b/README
@@ -1,3 +1,10 @@
+= About =
+
+Libkolabxml is the reference implementation of the Kolab XML Format as defined in http://wiki.kolab.org/User:Mollekopf/Drafts/KEP:17.
+It provides serialization/deserialization from/to in-memory representations for all Kolab Objects, including input validation.
+
+= Building =
+
 Build with:
 
 $mkdir build
@@ -46,6 +53,7 @@ Minimum requirements are:
 -boost >= 1.41
 -xerces-c >= 3.0
 -cxx >= 3.0 (http://www.codesynthesis.com/products/xsd/)
+-libcurl
 
 For further features:
 -SWIG >= 2.0
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index fff9922..c8620fb 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -3,3 +3,9 @@
 == Attention to Distributors ==
 
 * 0.7: Headers are now installed into $INCLUDE_INSTALL_DIR/kolabxml
+* 0.7: libkolabxml now depends on libcurl
+
+== 0.7.0 ==
+
+* The Licence situation has been clarified, see COPYING for further information
+* Added F/B Container





More information about the commits mailing list