From 7faee064484947ffb3df5f41fd0593564b142505 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Wed, 25 May 2011 10:30:54 +0000 Subject: version 1.9.10 --- CHANGES | 10 ++++++++++ mgarepo | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 860b30a..3d82f11 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,13 @@ +* 1.9.10 +- ignore incorrect symlinks in SOURCES directory (#463) +- fix svn status function and only add files with status "?" + in mgarepo sync (#349) +- do not leave empty file when download failed (#374) +- remove logging error +- remove link to mandriva build system from help +- add 'up' to the --help message +- fix example in usage message + * 1.9.9 - in sync, only try to remove files that are on svn or symlinks - check hash for binary files diff --git a/mgarepo b/mgarepo index 46ea039..d91df75 100755 --- a/mgarepo +++ b/mgarepo @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.9.9" +VERSION="1.9.10" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] -- cgit v1.2.1