Release 0.5

pull/59/head v0.5.0
Vitaliy Filippov 2016-01-14 23:46:26 +03:00
parent 98416354f7
commit ae06eccb38
3 changed files with 7 additions and 6 deletions

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8)
# Grive version. remember to update it for every new release!
set( GRIVE_VERSION "0.5-pre" )
set( GRIVE_VERSION "0.5" )
# common compile options
add_definitions( -DVERSION="${GRIVE_VERSION}" )

View File

@ -1,6 +1,6 @@
# Grive2 0.5-dev
# Grive2 0.5
3 Jan 2016, Vitaliy Filippov
14 Jan 2016, Vitaliy Filippov
http://yourcmc.ru/wiki/Grive2
@ -16,7 +16,7 @@ directory named .trash or put them in the Google Drive trash. You can always rec
There are a few things that Grive does not do at the moment:
- continously wait for changes in file system or in Google Drive to occur and upload.
A sync is only performed when you run Grive, and it calculates checksums for all files every time.
A sync is only performed when you run Grive.
- symbolic links support.
- support for Google documents.
@ -70,13 +70,14 @@ Enjoy!
## Version History
### Grive2 v0.5 (unreleased)
### Grive2 v0.5
- Much faster and more correct synchronisation using local modification time and checksum cache (similar to git index)
- Automatic move/rename detection, -m option removed
- force option works again
- Instead of crashing on sync exceptions Grive will give a warning and attempt to sync failed files again during the next run.
- Revision support works again. Grive 0.4.x always created new revisions for all files during sync, regardless of the absence of the --new-rev option.
- Shared files now sync correctly
### Grive2 v0.4.2

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
grive2 (0.5+git20160103) unstable; urgency=medium
grive2 (0.5+git20160114) unstable; urgency=medium
* Newer release, with support for faster sync and rename detection