From cf7f28174c34a574986a0e042ce7df3bdc46ca90 Mon Sep 17 00:00:00 2001 From: Nestal Wan Date: Tue, 19 Jun 2012 00:12:40 +0800 Subject: [PATCH] preparing for the v0.2.0 release --- CMakeLists.txt | 2 +- README | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 42e6847..92c50b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.8) -set( GRIVE_VERSION "0.2.0-pre" ) +set( GRIVE_VERSION "0.2.0" ) add_subdirectory( libgrive ) add_subdirectory( grive ) diff --git a/README b/README index 81e64e4..16409a3 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Grive 0.1.1 +Grive 0.2.0 9 June 2012 https://github.com/Grive/grive/wiki @@ -14,6 +14,7 @@ There are a few things that grive does not do at the moment: - wait for changes in file system to occur and upload. Grive only sync when you run it. - symbolic links support - support for Google documents +- support for files >2GB Of course these will be done in future, possibly the next release. @@ -23,7 +24,7 @@ You need the following libraries: - libcurl - libstdc++ - libgcrypt -- Boost (Boost filesystem is required) +- Boost (Boost filesystem and program_option are required) There are also some optional dependencies: - CppUnit (for unit tests)