aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES10
-rwxr-xr-xmgarepo2
2 files changed, 11 insertions, 1 deletions
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]