From d2a6105603e8e4109787170faddd7868000c2d45 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Sat, 2 Jan 2016 15:29:55 +0300 Subject: [PATCH] Release 0.4.2 --- CMakeLists.txt | 2 +- README.md | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c810ff9..d0ba0d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) # Grive version. remember to update it for every new release! -set( GRIVE_VERSION "0.4.2-pre" ) +set( GRIVE_VERSION "0.4.2" ) # common compile options add_definitions( -DVERSION="${GRIVE_VERSION}" ) diff --git a/README.md b/README.md index c7e67a6..ca6e53e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Grive2 0.4.2-dev +# Grive2 0.4.2 -12 Dec 2015, Vitaliy Filippov +28 Dec 2015, Vitaliy Filippov http://yourcmc.ru/wiki/Grive2 @@ -70,7 +70,7 @@ Enjoy! ## Version History -### Grive2 v0.4.2 (unreleased) +### Grive2 v0.4.2 - Option to exclude files by perl regexp - Reimplemented HTTP response logging for debug purposes @@ -78,6 +78,9 @@ Enjoy! - Bug fixes - Simple option to move/rename files and directories, via `grive -m oldpath newpath` (by Dylan Wulf, wulfd1@tcnj.edu) +Known issues: +- force option does not work as documented #51 + ### Grive2 v0.4.1 - Bug fixes