From dd0d2dbbce05224565e6deb97a0884f27c9a2bea Mon Sep 17 00:00:00 2001 From: Mateusz Loskot Date: Thu, 3 Jan 2013 22:20:52 +0000 Subject: [PATCH 1/2] Minimal CMake version is 2.8 not 2.6 --- doc/installation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.html b/doc/installation.html index 4f627e73d..6732b7d86 100644 --- a/doc/installation.html +++ b/doc/installation.html @@ -53,7 +53,7 @@

Downloading

Building using CMake

-

SOCI is configured to build using CMake system in version 2.6+.

+

SOCI is configured to build using CMake system in version 2.8+.

The build configuration allows to control various aspects of compilation and installation by setting common CMake variables that change behaviour, describe system or control build (see CMake help) as well as SOCI-specific variables described below. All these variables are available regardless of platform or compilation toolset used.

From afd37b40ef4b0d5c08238feb3db78669e2ae27b3 Mon Sep 17 00:00:00 2001 From: Mateusz Loskot Date: Fri, 25 Jan 2013 10:56:12 +0000 Subject: [PATCH 2/2] Update README Post-GitHub migration update, added Travis CI page. --- README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README b/README index 6066a3e12..978f524bb 100644 --- a/README +++ b/README @@ -1,13 +1,14 @@ = SOCI - The C++ Database Access Library = -NOTICE: Git and bug tracker soon to be moved to https://github.com/SOCI - -Project website: http://soci.sourceforge.net - -Development, Download, Bug Tracking, Mailing Lists: +GitHub hosts SOCI source code repository, +issues tracker and wiki: https://github.com/SOCI +Project website at http://soci.sourceforge.net +Release downloads and mailing lists at http://sourceforge.net/projects/soci/ +Travis CI service at https://travis-ci.org/SOCI/soci + == Requirements == Core: