CHANGELOG update

This commit is contained in:
Goffi 2011-06-16 15:33:44 +02:00
parent 018978efa4
commit c651690091
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,11 @@
gcp 0.1.2 (16/06/11):
- removed bad fd close
- crash fix when source file can't be openned
- symbolic link skipping (--dereferrence and --no-dereferrence options)
- unaccessible source dir crash fix
- os.stat precision fix
- manpage
- install script
gcp 0.1.1 (30/09/10):
- double entry check in journal
- unicode source_path send via dbus (second instance of gcp) fixed

View File

@ -7,7 +7,6 @@ use_setuptools()
from setuptools import setup
import sys
from os import path
from glob import glob
name = 'gcp'